mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
The patches for opkg have been rebased using git so that they apply cleanly onto the new release. (From OE-Core rev: 354e25fe51a8e85122898d1849008ace5dbe9461) Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
405 B
BlitzBasic
13 lines
405 B
BlitzBasic
require opkg.inc
|
|
|
|
SRC_URI = "http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz \
|
|
file://no-install-recommends.patch \
|
|
file://add-exclude.patch \
|
|
file://opkg-configure.service \
|
|
"
|
|
|
|
S = "${WORKDIR}/${BPN}-${PV}"
|
|
|
|
SRC_URI[md5sum] = "b3ecef90d67d2aed2a14c2116a027482"
|
|
SRC_URI[sha256sum] = "aa554ce7538544aac4f69e8274a0f9b8b433b8c3b1d00704bd393f713303a12b"
|