From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by mail.openembedded.org (Postfix) with ESMTP id 895A5621E1 for ; Fri, 24 May 2013 09:16:16 +0000 (UTC) Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga102.ch.intel.com with ESMTP; 24 May 2013 02:16:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,734,1363158000"; d="scan'208";a="246063869" Received: from work.rb.intel.com ([10.237.105.51]) by AZSMGA002.ch.intel.com with ESMTP; 24 May 2013 02:16:16 -0700 From: Ionut Radu To: openembedded-core@lists.openembedded.org Date: Fri, 24 May 2013 12:18:05 +0300 Message-Id: X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 1/7] apt: Updated from 0.9.7.8 to 0.9.8.1 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 09:16:16 -0000 Signed-off-by: Ionut Radu --- .../disable-configure-in-makefile.patch | 0 .../fix-gcc-4.6-null-not-defined.patch | 0 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch | 0 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-ko-translation.patch | 0 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch | 0 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch | 0 meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch | 0 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/truncate-filename.patch | 0 .../apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch | 0 .../apt/{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb} | 0 meta/recipes-devtools/apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb} | 4 ++-- 11 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/disable-configure-in-makefile.patch (100%) rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/fix-gcc-4.6-null-not-defined.patch (100%) rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch (100%) rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-ko-translation.patch (100%) rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch (100%) rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch (100%) rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch (100%) rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/truncate-filename.patch (100%) rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch (100%) rename meta/recipes-devtools/apt/{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb} (100%) rename meta/recipes-devtools/apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb} (74%) 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 -- 1.7.10.4