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 14:01:14 +0000 |
commit | 415e039c8f4eb69f78f7f69c0d66fe81add9ae49 (patch) | |
tree | 06ec12cbf3edcc863b6f6d3b8e9c843e765ba0ed | |
parent | 96f40b42aecad5aa4f4e5a2a69fedc991e33016b (diff) | |
download | poky-415e039c8f4eb69f78f7f69c0d66fe81add9ae49.tar.gz |
dpkg: Fix dpkg-native dependency on target xz
dpkg-native should not depend on the target xz. Fix this.
(From OE-Core rev: 1b972c56ce0fa98f4effb691f1c312ce8d19ebcd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 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 \ | |||
8 | DEPENDS = "zlib bzip2 perl ncurses" | 8 | DEPENDS = "zlib bzip2 perl ncurses" |
9 | DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native" | 9 | DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native" |
10 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} xz" | 10 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} xz" |
11 | RDEPENDS_${PN}_class-native = "xz" | 11 | RDEPENDS_${PN}_class-native = "xz-native" |
12 | 12 | ||
13 | S = "${WORKDIR}/${BPN}-${PV}" | 13 | S = "${WORKDIR}/${BPN}-${PV}" |
14 | 14 | ||