mirror of
git://git.yoctoproject.org/poky
synced 2026-09-09 06:33:34 +00:00
The patches for opkg have been rebased using git so that they apply cleanly onto the new release. (From OE-Core rev: 514c349bac19608e65f566c989f1971ca58f6944) Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
484 B
BlitzBasic
14 lines
484 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 \
|
|
file://libopkg-opkg_remove.c-avoid-remove-pkg-repeatly-with.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/${BPN}-${PV}"
|
|
|
|
SRC_URI[md5sum] = "40ed2aee15abc8d550539449630091bd"
|
|
SRC_URI[sha256sum] = "0f40c7e457d81edf9aedc07c778f4697111ab163a38ef95999faece015453086"
|