summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index 619777701f..5fcf9bcb47 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -18,6 +18,9 @@ PARALLEL_MAKE = ""
18 18
19inherit autotools gettext perlnative pkgconfig 19inherit autotools gettext perlnative pkgconfig
20 20
21export PERL = "${bindir}/perl"
22PERL_class-native = "${STAGING_BINDIR_NATIVE}/perl-native/perl"
23
21export PERL_LIBDIR = "${libdir}/perl" 24export PERL_LIBDIR = "${libdir}/perl"
22PERL_LIBDIR_class-native = "${libdir}/perl-native/perl" 25PERL_LIBDIR_class-native = "${libdir}/perl-native/perl"
23 26