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/dpkg_1.15.8.7.bb | |
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/dpkg_1.15.8.7.bb')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |