diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-27 23:59:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 13:52:44 +0000 |
commit | 1b972c56ce0fa98f4effb691f1c312ce8d19ebcd (patch) | |
tree | e281e121ad1bbcf17e2e179579b11ed2ca32354e /meta/recipes-devtools/dpkg | |
parent | c69a23c4fd38b0d8bc664ec8145905a6a7f29038 (diff) | |
download | openembedded-core-contrib-1b972c56ce0fa98f4effb691f1c312ce8d19ebcd.tar.gz |
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@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/dpkg')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 044a8eb5d3f..c0c897cf2f0 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}" |