]> code.ossystems Code Review - openembedded-core.git/commitdiff
apt: update to 1.0.10.1
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 5 Aug 2015 11:29:58 +0000 (14:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Aug 2015 16:04:11 +0000 (09:04 -0700)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
16 files changed:
meta/recipes-devtools/apt/apt-native_1.0.10.1.bb [new file with mode: 0644]
meta/recipes-devtools/apt/apt-native_1.0.9.9.bb [deleted file]
meta/recipes-devtools/apt/apt.inc
meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch [moved from meta/recipes-devtools/apt/apt-1.0.9.9/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch with 100% similarity]
meta/recipes-devtools/apt/apt/0001-fix-the-gcc-version-check.patch [moved from meta/recipes-devtools/apt/apt-1.0.9.9/0001-fix-the-gcc-version-check.patch with 100% similarity]
meta/recipes-devtools/apt/apt/0001-remove-Wsuggest-attribute-from-CFLAGS.patch [moved from meta/recipes-devtools/apt/apt-1.0.9.9/0001-remove-Wsuggest-attribute-from-CFLAGS.patch with 100% similarity]
meta/recipes-devtools/apt/apt/disable-configure-in-makefile.patch [moved from meta/recipes-devtools/apt/apt-1.0.9.9/disable-configure-in-makefile.patch with 100% similarity]
meta/recipes-devtools/apt/apt/disable-test.patch [moved from meta/recipes-devtools/apt/apt-1.0.9.9/disable-test.patch with 100% similarity]
meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch [moved from meta/recipes-devtools/apt/apt-1.0.9.9/fix-gcc-4.6-null-not-defined.patch with 100% similarity]
meta/recipes-devtools/apt/apt/makerace.patch [moved from meta/recipes-devtools/apt/apt-1.0.9.9/makerace.patch with 100% similarity]
meta/recipes-devtools/apt/apt/no-nls-dpkg.patch [moved from meta/recipes-devtools/apt/apt-1.0.9.9/no-nls-dpkg.patch with 100% similarity]
meta/recipes-devtools/apt/apt/noconfigure.patch [moved from meta/recipes-devtools/apt/apt-1.0.9.9/noconfigure.patch with 100% similarity]
meta/recipes-devtools/apt/apt/nodoc.patch [moved from meta/recipes-devtools/apt/apt-1.0.9.9/nodoc.patch with 100% similarity]
meta/recipes-devtools/apt/apt/truncate-filename.patch [moved from meta/recipes-devtools/apt/apt-1.0.9.9/truncate-filename.patch with 100% similarity]
meta/recipes-devtools/apt/apt/use-host.patch [moved from meta/recipes-devtools/apt/apt-1.0.9.9/use-host.patch with 100% similarity]
meta/recipes-devtools/apt/apt_1.0.10.1.bb [moved from meta/recipes-devtools/apt/apt_1.0.9.9.bb with 70% similarity]

diff --git a/meta/recipes-devtools/apt/apt-native_1.0.10.1.bb b/meta/recipes-devtools/apt/apt-native_1.0.10.1.bb
new file mode 100644 (file)
index 0000000..1e660da
--- /dev/null
@@ -0,0 +1,4 @@
+require apt-native.inc
+
+SRC_URI += "file://noconfigure.patch \
+            file://no-curl.patch"
diff --git a/meta/recipes-devtools/apt/apt-native_1.0.9.9.bb b/meta/recipes-devtools/apt/apt-native_1.0.9.9.bb
deleted file mode 100644 (file)
index cbaf25b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-require apt-native.inc
-
-SRC_URI += "file://noconfigure.patch \
-            file://no-curl.patch"
-
-SRC_URI[md5sum] = "e70c6d6227883cfc0dda6bc5db509bca"
-SRC_URI[sha256sum] = "96bebcd7bfee0b2386741a8315182ba39487bdd743ecf5c1fc5b8b889cca2478"
-
-LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
index 94bd6e9c45d2addc9123298281990c760c7ff9a5..3248b9a7b2cb5fe7cfd486680c1723cf189f8736 100644 (file)
@@ -2,7 +2,7 @@ SUMMARY = "Advanced front-end for dpkg"
 LICENSE = "GPLv2.0+"
 SECTION = "base"
 
-SRC_URI = "http://snapshot.debian.org/archive/debian/20150428T221633Z/pool/main/a/${BPN}/${BPN}_${PV}.tar.xz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20150805T094928Z/pool/main/a/${BPN}/${BPN}_${PV}.tar.xz \
            file://use-host.patch \
            file://makerace.patch \
            file://no-nls-dpkg.patch \
@@ -12,6 +12,9 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20150428T221633Z/pool/main/
            file://disable-configure-in-makefile.patch \
            file://disable-test.patch \
            "
+SRC_URI[md5sum] = "6505c4297b338adb2087ce87bbc4a276"
+SRC_URI[sha256sum] = "3fb1de9598363c416591d49e3c285458e095b035e6c06d5b944a54e15fc9b543"
+LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools gettext
 
similarity index 70%
rename from meta/recipes-devtools/apt/apt_1.0.9.9.bb
rename to meta/recipes-devtools/apt/apt_1.0.10.1.bb
index 4c40d0dd49fb2ae5fe60c6f7344beec94be18b58..bf77e2a301c9bf5cfb065fb93dcad4daaae20929 100644 (file)
@@ -1,11 +1,7 @@
 DEPENDS = "curl db"
 RDEPENDS_${PN} = "dpkg bash debianutils"
-LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
 require apt.inc
 
-SRC_URI[md5sum] = "e70c6d6227883cfc0dda6bc5db509bca"
-SRC_URI[sha256sum] = "96bebcd7bfee0b2386741a8315182ba39487bdd743ecf5c1fc5b8b889cca2478"
-
 require apt-package.inc
 
 PACKAGECONFIG ??= "lzma"