From: Richard Purdie Date: Thu, 27 Feb 2014 23:59:52 +0000 (+0000) Subject: dpkg: Fix dpkg-native dependency on target xz X-Git-Tag: 2015-4~3511 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1b972c56ce0fa98f4effb691f1c312ce8d19ebcd;p=openembedded-core.git dpkg: Fix dpkg-native dependency on target xz dpkg-native should not depend on the target xz. Fix this. Signed-off-by: Richard Purdie Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 044a8eb5d3..c0c897cf2f 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -8,7 +8,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \ DEPENDS = "zlib bzip2 perl ncurses" DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native" RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} xz" -RDEPENDS_${PN}_class-native = "xz" +RDEPENDS_${PN}_class-native = "xz-native" S = "${WORKDIR}/${BPN}-${PV}"