diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-13 01:14:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-13 01:14:59 +0000 |
commit | d82f205cfa790b40e132e11b7937050bc3b97ff3 (patch) | |
tree | ed5d6de08642b29809e500d9f911d7089c70136e /meta/recipes-devtools/dpkg | |
parent | 34bf8351687df847115b7210fa5d0238ebb2974f (diff) | |
download | poky-d82f205cfa790b40e132e11b7937050bc3b97ff3.tar.gz |
dpkg: Add dependency on perl since otherwise the module can be installed to an incorrect directory leading to build failures
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 59da5dc9fa..6a04997776 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -5,8 +5,8 @@ SECTION = "base" | |||
5 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ | 5 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ |
6 | file://ignore_extra_fields.patch;patch=1" | 6 | file://ignore_extra_fields.patch;patch=1" |
7 | 7 | ||
8 | DEPENDS = "zlib bzip2" | 8 | DEPENDS = "zlib bzip2 perl" |
9 | DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native" | 9 | DEPENDS_virtclass-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}" |
11 | RDEPENDS_${PN}_virtclass-native = "" | 11 | RDEPENDS_${PN}_virtclass-native = "" |
12 | 12 | ||
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb b/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb index b2376aff85..8df960d288 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb | |||
@@ -8,7 +8,7 @@ SRC_URI += "file://noman.patch;patch=1 \ | |||
8 | SRC_URI[md5sum] = "d1731d4147c1ea3b537a4d094519a6dc" | 8 | SRC_URI[md5sum] = "d1731d4147c1ea3b537a4d094519a6dc" |
9 | SRC_URI[sha256sum] = "1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5" | 9 | SRC_URI[sha256sum] = "1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5" |
10 | 10 | ||
11 | PR = "r0" | 11 | PR = "r1" |
12 | 12 | ||
13 | EXTRA_OECONF = "--without-static-progs \ | 13 | EXTRA_OECONF = "--without-static-progs \ |
14 | --without-dselect \ | 14 | --without-dselect \ |