From 1b972c56ce0fa98f4effb691f1c312ce8d19ebcd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 27 Feb 2014 23:59:52 +0000 Subject: 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 --- meta/recipes-devtools/dpkg/dpkg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/dpkg') 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}" -- cgit 1.2.3-korg