summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg.inc')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index ff883183dc..bd1fc9ec79 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -26,10 +26,10 @@ PERL_LIBDIR_class-native = "${libdir}/perl-native/perl"
26EXTRA_OECONF = "\ 26EXTRA_OECONF = "\
27 --disable-dselect \ 27 --disable-dselect \
28 --enable-start-stop-daemon \ 28 --enable-start-stop-daemon \
29 --with-zlib \ 29 --with-libz \
30 --with-bz2 \ 30 --with-libbz2 \
31 --without-liblzma \ 31 --without-liblzma \
32 --without-selinux \ 32 --without-libselinux \
33 " 33 "
34 34
35EXTRA_OECONF += "TAR=tar" 35EXTRA_OECONF += "TAR=tar"