diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-09-30 22:17:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-01 22:56:03 +0100 |
commit | d80472c4e3c8110bdc441a8d6f5b27d9c25c6432 (patch) | |
tree | 028b6fa1856c58c50fe82c8bbf9ad4b946ef0e87 /meta | |
parent | 75c143a7aef46ecea07cf33edd2b1a0192e10149 (diff) | |
download | poky-d80472c4e3c8110bdc441a8d6f5b27d9c25c6432.tar.gz |
dpkg: Add xz to RDEPENDS
dpkg uses xz as a compressor and the binary image is needed on the system for
dpkg to work correctly.
[YOCTO #1881]
(From OE-Core rev: 8f6bc04c9b563f8659ce0e053072deca02da38a5)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 6734b2005f..b1da4fbe59 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -7,8 +7,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \ | |||
7 | 7 | ||
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}" | 10 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} xz" |
11 | RDEPENDS_${PN}_class-native = "" | 11 | RDEPENDS_${PN}_class-native = "xz" |
12 | 12 | ||
13 | S = "${WORKDIR}/${BPN}-${PV}" | 13 | S = "${WORKDIR}/${BPN}-${PV}" |
14 | 14 | ||