mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
dpkg-native: Don't install update-alternatives as it isn't cross rootfs capable
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
DESCRIPTION = "Package maintenance system for Debian."
|
DESCRIPTION = "Package maintenance system for Debian."
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
PR = "r1"
|
|
||||||
|
|
||||||
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \
|
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \
|
||||||
file://ignore_extra_fields.patch;patch=1"
|
file://ignore_extra_fields.patch;patch=1"
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ SRC_URI += "file://noman.patch;patch=1 \
|
|||||||
file://check_snprintf.patch \
|
file://check_snprintf.patch \
|
||||||
file://check_version.patch"
|
file://check_version.patch"
|
||||||
|
|
||||||
|
PR = "r3"
|
||||||
|
|
||||||
EXTRA_OECONF = "--without-static-progs \
|
EXTRA_OECONF = "--without-static-progs \
|
||||||
--without-dselect \
|
--without-dselect \
|
||||||
--with-start-stop-daemon \
|
--with-start-stop-daemon \
|
||||||
@@ -13,3 +15,7 @@ EXTRA_OECONF = "--without-static-progs \
|
|||||||
--without-sgml-doc"
|
--without-sgml-doc"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
|
do_install_append_virtclass-native () {
|
||||||
|
rm ${D}${bindir}/update-alternatives
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user