Openembedded Core Discussions
 help / color / mirror / Atom feed
* dpkg: Fix dpkg-native dependency on target xz
@ 2014-02-27 23:59 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-02-27 23:59 UTC (permalink / raw)
  To: openembedded-core

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

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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-28  0:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 23:59 dpkg: Fix dpkg-native dependency on target xz Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox