diff options
Diffstat (limited to 'meta/recipes-devtools/dpkg')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 723d1b2e78..27f69eff4d 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -8,9 +8,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \ | |||
8 | file://ignore_extra_fields.patch" | 8 | file://ignore_extra_fields.patch" |
9 | 9 | ||
10 | DEPENDS = "zlib bzip2 perl" | 10 | DEPENDS = "zlib bzip2 perl" |
11 | DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native-runtime" | 11 | DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native-runtime" |
12 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" | 12 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" |
13 | RDEPENDS_${PN}_virtclass-native = "" | 13 | RDEPENDS_${PN}_class-native = "" |
14 | 14 | ||
15 | S = "${WORKDIR}/${BPN}-${PV}" | 15 | S = "${WORKDIR}/${BPN}-${PV}" |
16 | 16 | ||
@@ -19,7 +19,7 @@ PARALLEL_MAKE = "" | |||
19 | inherit autotools gettext perlnative | 19 | inherit autotools gettext perlnative |
20 | 20 | ||
21 | export PERL_LIBDIR = "${libdir}/perl" | 21 | export PERL_LIBDIR = "${libdir}/perl" |
22 | PERL_LIBDIR_virtclass-native = "${libdir}/perl-native/perl" | 22 | PERL_LIBDIR_class-native = "${libdir}/perl-native/perl" |
23 | 23 | ||
24 | EXTRA_OECONF = "--without-static-progs \ | 24 | EXTRA_OECONF = "--without-static-progs \ |
25 | --without-dselect \ | 25 | --without-dselect \ |
@@ -58,7 +58,7 @@ do_install_append () { | |||
58 | 58 | ||
59 | # Create a wrapper for the perl script to avoid the "bad interpreter" | 59 | # Create a wrapper for the perl script to avoid the "bad interpreter" |
60 | # error when the tmpdir is longer than 150. | 60 | # error when the tmpdir is longer than 150. |
61 | do_install_append_virtclass-native () { | 61 | do_install_append_class-native () { |
62 | tmp=`find ${D}${bindir} -type f -exec grep -m 1 -l '#!/.*/perl-native/perl' {} \;` | 62 | tmp=`find ${D}${bindir} -type f -exec grep -m 1 -l '#!/.*/perl-native/perl' {} \;` |
63 | for i in $tmp; do | 63 | for i in $tmp; do |
64 | create_wrapper $i ${STAGING_BINDIR_NATIVE}/perl-native/perl | 64 | create_wrapper $i ${STAGING_BINDIR_NATIVE}/perl-native/perl |
@@ -66,7 +66,7 @@ do_install_append_virtclass-native () { | |||
66 | } | 66 | } |
67 | 67 | ||
68 | PROV = "virtual/update-alternatives" | 68 | PROV = "virtual/update-alternatives" |
69 | PROV_virtclass-native = "" | 69 | PROV_class-native = "" |
70 | 70 | ||
71 | PROVIDES += "${PROV}" | 71 | PROVIDES += "${PROV}" |
72 | 72 | ||