diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-05-31 15:15:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 16:58:33 +0100 |
commit | f695cecb9cd1be082eb42208023c4450e64659f4 (patch) | |
tree | ea8c16218abe78e0a5202756c7a4a9330792c0b3 /meta/recipes-devtools/dpkg | |
parent | 5af87edf2bb8042cc2e37c98568b016e6e21061e (diff) | |
download | poky-f695cecb9cd1be082eb42208023c4450e64659f4.tar.gz |
dpkg: should depend on perl-native-runtime rather than perl-native
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-devtools/dpkg')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 02844424da..c8ff18291d 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -6,7 +6,7 @@ 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 perl" | 8 | DEPENDS = "zlib bzip2 perl" |
9 | DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native" | 9 | DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native-runtime" |
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 8bb441f6f8..22edab858e 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 = "r2" | 11 | PR = "r3" |
12 | 12 | ||
13 | EXTRA_OECONF = "--without-static-progs \ | 13 | EXTRA_OECONF = "--without-static-progs \ |
14 | --without-dselect \ | 14 | --without-dselect \ |