summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg.inc
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2017-02-21 12:34:52 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 12:54:17 +0000
commit4c23b8ce417551f2ee252426158fea272b8a9dfd (patch)
tree8bd32c6096f32bf73f764eec635e63347a25f225 /meta/recipes-devtools/dpkg/dpkg.inc
parentf3f1614b87aa5c55653fe8f3247fb094baf98087 (diff)
downloadopenembedded-core-contrib-4c23b8ce417551f2ee252426158fea272b8a9dfd.tar.gz
dpkg: Upgrade to 1.18.10
Add a patch to don't use --clamp-time when call tar because isn't supported in tar hosts versions. See 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch patch for details. Rebased patch: - 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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"
EXTRA_OECONF = "\
--disable-dselect \
--enable-start-stop-daemon \
- --with-zlib \
- --with-bz2 \
+ --with-libz \
+ --with-libbz2 \
--without-liblzma \
- --without-selinux \
+ --without-libselinux \
"
EXTRA_OECONF += "TAR=tar"