[oe-commits] Richard Purdie : dpkg: Fix dpkg-native dependency on target xz

git at git.openembedded.org git at git.openembedded.org
Fri Feb 28 13:55:23 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 1b972c56ce0fa98f4effb691f1c312ce8d19ebcd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1b972c56ce0fa98f4effb691f1c312ce8d19ebcd

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Feb 27 23:59:52 2014 +0000

dpkg: Fix dpkg-native dependency on target xz

dpkg-native should not depend on the target xz. Fix this.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/dpkg/dpkg.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index 044a8eb..c0c897c 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}"
 



More information about the Openembedded-commits mailing list