[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] dpkg: Fix dpkg-native dependency on target xz
From:       richard.purdie () linuxfoundation ! org (Richard Purdie)
Date:       2014-02-27 23:59:52
Message-ID: 1393545592.31769.193.camel () ted
[Download RAW message or body]

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

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
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}"
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic