Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
DESCRIPTION = "Package maintenance system for Debian."
LICENSE = "GPL"
SECTION = "base"
-PR = "r1"
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \
file://ignore_extra_fields.patch;patch=1"
file://check_snprintf.patch \
file://check_version.patch"
+PR = "r3"
+
EXTRA_OECONF = "--without-static-progs \
--without-dselect \
--with-start-stop-daemon \
--without-sgml-doc"
BBCLASSEXTEND = "native"
+
+do_install_append_virtclass-native () {
+ rm ${D}${bindir}/update-alternatives
+}