From 9b175c060276926d31ae358dac0ad7b30229482c Mon Sep 17 00:00:00 2001 From: Aníbal Limón Date: Tue, 21 Feb 2017 12:34:52 -0600 Subject: dpkg: Upgrade to 1.18.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (From OE-Core rev: 4c23b8ce417551f2ee252426158fea272b8a9dfd) Signed-off-by: Aníbal Limón Signed-off-by: Edwin Plauchu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/dpkg/dpkg.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/dpkg/dpkg.inc') 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" -- cgit v1.2.3-54-g00ecf