]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdb: upgrade from 7.3a to 7.3.1
authorNitin A Kamble <nitin.a.kamble@intel.com>
Fri, 30 Sep 2011 01:27:08 +0000 (18:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Oct 2011 10:31:27 +0000 (11:31 +0100)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gdb/gdb-common.inc
meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb [moved from meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb with 83% similarity]
meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb [moved from meta/recipes-devtools/gdb/gdb-cross_7.3a.bb with 78% similarity]
meta/recipes-devtools/gdb/gdb_7.3.1.bb [moved from meta/recipes-devtools/gdb/gdb_7.3a.bb with 91% similarity]

index 074f91350c689a7ab824600c09fea464f4ed0917..e01b57cc8799e5da0abd081290bef559bb068b12 100644 (file)
@@ -22,8 +22,8 @@ inherit autotools
 SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
            file://no-werror.patch"
 
-SRC_URI[md5sum] = "9443a370dabd9ca9c41b496b59f05145"
-SRC_URI[sha256sum] = "2c2b26eea33ab477ea1f7739a8e511b1e8d89b6f74d87cdd510c6262a3af82d7"
+SRC_URI[md5sum] = "c2795d636a9481d022608cab201be613"
+SRC_URI[sha256sum] = "d7d909b4b8ae0932ba6c1602f2f1f32bef60f0c71c72f1dd833ab6cb15e0d357"
 
 export CC_FOR_BUILD = "${BUILD_CC}"
 export CXX_FOR_BUILD = "${BUILD_CXX}"
similarity index 83%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb
rename to meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb
index 7e8ad0431098eabac658d2ef2f946a4835bcb9e0..870e29c406b5ccd5ca925ffa5d796e43f7cd7c7c 100644 (file)
@@ -6,4 +6,4 @@ PR = "${INC_PR}.0"
 GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
 EXPAT = "--with-expat"
 
-S = "${WORKDIR}/${BPN}-7.3"
+S = "${WORKDIR}/${BPN}-${PN}"
similarity index 78%
rename from meta/recipes-devtools/gdb/gdb-cross_7.3a.bb
rename to meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb
index dacf6c934528ebd80266305ceca7f3d4e2d65b5c..eaf8f36b06388d07c82de036c50d1ee0cd992970 100644 (file)
@@ -5,4 +5,4 @@ EXPAT = "--with-expat"
 
 PR = "${INC_PR}.0"
 
-S = "${WORKDIR}/${BPN}-7.3"
+S = "${WORKDIR}/${BPN}-${PV}"
similarity index 91%
rename from meta/recipes-devtools/gdb/gdb_7.3a.bb
rename to meta/recipes-devtools/gdb/gdb_7.3.1.bb
index 8f544164ba797d4371e93e3e8a42dccfe65f6055..0645b5619d3c2bfa9348343d4e3f686f0cd499d9 100644 (file)
@@ -6,4 +6,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
                    file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
 PR = "${INC_PR}.0"
 
-S = "${WORKDIR}/${BPN}-7.3"
+S = "${WORKDIR}/${BPN}-${PV}"