diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 929906dfd8..92d4020276 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -37,6 +37,8 @@ EXTRA_OECONF = "\ | |||
37 | --without-selinux \ | 37 | --without-selinux \ |
38 | " | 38 | " |
39 | 39 | ||
40 | EXTRA_OECONF_append_class-target = " TAR=tar" | ||
41 | |||
40 | do_configure () { | 42 | do_configure () { |
41 | echo >> ${S}/m4/compiler.m4 | 43 | echo >> ${S}/m4/compiler.m4 |
42 | sed -i -e 's#PERL_LIBDIR=.*$#PERL_LIBDIR="${libdir}/perl"#' ${S}/configure | 44 | sed -i -e 's#PERL_LIBDIR=.*$#PERL_LIBDIR="${libdir}/perl"#' ${S}/configure |