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