From 5b1fbbebb987a78c7e3261ed53ebda5597dc0b42 Mon Sep 17 00:00:00 2001 From: Constantin Musca Date: Tue, 28 Aug 2012 17:02:40 +0300 Subject: dpkg: upgrade to 1.16.8 autofoo.patch: removed - the patch is not used check_version: adapted to the new version - adapt the linux-wrs kernel version, which has character '_' - remove the first-char-digit-check (as the 1.15.8.5 version does) dpkg-deb-avoid-fflush.patch: removed - the patch is included in the new version fix-timestamps.patch: added - the lutimes function doesn't work properly for all systems ignore_extra_fields.patch: adapted to the new version nochroot.patch: removed - the patch is not used noman.patch: adapted to the new version noupdalt.patch: removed - the patch is not used perllibdir.patch: removed - in the new version PERL_LIBDIR will be set only if empty preinst.patch: adapted to new version removed-tar-no-timestamp.patch: added - the busybox-1.19.4 tar utility doesn't support --warning=no-timestamp (From OE-Core rev: 02e8b5c1fd68fa18ee81ba2920cd48fea8a1ef5e) Signed-off-by: Constantin Musca Signed-off-by: Richard Purdie --- .../dpkg/dpkg/remove-tar-no-timestamp.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch (limited to 'meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch') diff --git a/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch b/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch new file mode 100644 index 0000000000..8d884e543c --- /dev/null +++ b/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch @@ -0,0 +1,16 @@ +busybox-1.19.4 tar utility doesn't support --warning=no-timestamp + +Signed-off-by: Constantin Musca + +Upstream-Status: Inappropriate [configuration] +--- a/dpkg-deb/extract.c ++++ b/dpkg-deb/extract.c +@@ -319,7 +319,7 @@ extracthalf(const char *debar, const cha + } + } + +- execlp(TAR, "tar", buffer, "-", "--warning=no-timestamp", NULL); ++ execlp(TAR, "tar", buffer, "-", NULL); + ohshite(_("unable to execute %s (%s)"), "tar", TAR); + } + close(p2[0]); -- cgit v1.2.3-54-g00ecf