From: Ionut Radu Date: Mon, 13 May 2013 14:55:12 +0000 (+0300) Subject: apt: Updated from 0.9.7.8 to 0.9.8.1 X-Git-Tag: rev_ivi_2015_02_04~12418 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8492d705352981a9ce1e83618f6562b0519a2026;p=scm%2Fbb%2Ftizen-distro.git apt: Updated from 0.9.7.8 to 0.9.8.1 (From OE-Core rev: 76b32bbe16c790ed81fffe37e67d80d1ec754e4e) Signed-off-by: Ionut Radu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/disable-configure-in-makefile.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/disable-configure-in-makefile.patch similarity index 100% rename from meta/recipes-devtools/apt/apt-0.9.7.8/disable-configure-in-makefile.patch rename to meta/recipes-devtools/apt/apt-0.9.8.1/disable-configure-in-makefile.patch diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/fix-gcc-4.6-null-not-defined.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/fix-gcc-4.6-null-not-defined.patch similarity index 100% rename from meta/recipes-devtools/apt/apt-0.9.7.8/fix-gcc-4.6-null-not-defined.patch rename to meta/recipes-devtools/apt/apt-0.9.8.1/fix-gcc-4.6-null-not-defined.patch diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/makerace.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/makerace.patch similarity index 100% rename from meta/recipes-devtools/apt/apt-0.9.7.8/makerace.patch rename to meta/recipes-devtools/apt/apt-0.9.8.1/makerace.patch diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/no-ko-translation.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/no-ko-translation.patch similarity index 100% rename from meta/recipes-devtools/apt/apt-0.9.7.8/no-ko-translation.patch rename to meta/recipes-devtools/apt/apt-0.9.8.1/no-ko-translation.patch diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/no-nls-dpkg.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/no-nls-dpkg.patch similarity index 100% rename from meta/recipes-devtools/apt/apt-0.9.7.8/no-nls-dpkg.patch rename to meta/recipes-devtools/apt/apt-0.9.8.1/no-nls-dpkg.patch diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/noconfigure.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/noconfigure.patch similarity index 100% rename from meta/recipes-devtools/apt/apt-0.9.7.8/noconfigure.patch rename to meta/recipes-devtools/apt/apt-0.9.8.1/noconfigure.patch diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/nodoc.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/nodoc.patch similarity index 100% rename from meta/recipes-devtools/apt/apt-0.9.7.8/nodoc.patch rename to meta/recipes-devtools/apt/apt-0.9.8.1/nodoc.patch diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/truncate-filename.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/truncate-filename.patch similarity index 100% rename from meta/recipes-devtools/apt/apt-0.9.7.8/truncate-filename.patch rename to meta/recipes-devtools/apt/apt-0.9.8.1/truncate-filename.patch diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/use-host.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/use-host.patch similarity index 100% rename from meta/recipes-devtools/apt/apt-0.9.7.8/use-host.patch rename to meta/recipes-devtools/apt/apt-0.9.8.1/use-host.patch diff --git a/meta/recipes-devtools/apt/apt-native_0.9.7.8.bb b/meta/recipes-devtools/apt/apt-native_0.9.8.1.bb similarity index 100% rename from meta/recipes-devtools/apt/apt-native_0.9.7.8.bb rename to meta/recipes-devtools/apt/apt-native_0.9.8.1.bb diff --git a/meta/recipes-devtools/apt/apt_0.9.7.8.bb b/meta/recipes-devtools/apt/apt_0.9.8.1.bb similarity index 74% rename from meta/recipes-devtools/apt/apt_0.9.7.8.bb rename to meta/recipes-devtools/apt/apt_0.9.8.1.bb index 9653ee9..445d14c 100644 --- a/meta/recipes-devtools/apt/apt_0.9.7.8.bb +++ b/meta/recipes-devtools/apt/apt_0.9.8.1.bb @@ -3,8 +3,8 @@ RDEPENDS_${PN} = "dpkg" LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" require apt.inc -SRC_URI[md5sum] = "d44f459d59d8fa7fc5f455f1f982f08c" -SRC_URI[sha256sum] = "9570905992f4a83b0c182f11f9e0a8c20a1209a52996d1a01ddbfa359ae2c819" +SRC_URI[md5sum] = "85781bb39901d6fb79c37ca307929594" +SRC_URI[sha256sum] = "dcef6fc33948d5e430d337ad6326bf7ac3d06b14d99ede176809461ac12b4c6f" require apt-package.inc