[oe-commits] Khem Raj : gcc-4.4.4: Move gcc 4.4.3 recipes to gcc 4.4.4

git version control git at git.openembedded.org
Wed May 12 05:17:36 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 192f7db5aa57125e714585bd7ce0e9a2c6c5922c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=192f7db5aa57125e714585bd7ce0e9a2c6c5922c

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue May 11 16:51:55 2010 -0700

gcc-4.4.4: Move gcc 4.4.3 recipes to gcc 4.4.4

* Reset INC_PR and update checksums.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gcc/{gcc-4.4.3.inc => gcc-4.4.4.inc}       |    6 +++---
 .../{gcc-4.4.3 => gcc-4.4.4}/100-uclibc-conf.patch |    0 
 .../{gcc-4.4.3 => gcc-4.4.4}/cache-amnesia.patch   |    0 
 .../fortran-cross-compile-hack.patch               |    0 
 .../gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch          |    0 
 .../gcc-armv4-pass-fix-v4bx-to-ld.patch            |    0 
 ...cc-disable-linux-unwind-with-libc-inhibit.patch |    0 
 .../gcc-flags-for-build.patch                      |    0 
 .../gcc-improve-tls-macro.patch                    |    0 
 .../gcc-link-libgcc-with-libm.patch                |    0 
 .../gcc-ppc_add_d_constraint.patch                 |    0 
 .../gcc-ppc_single_precision_regs.patch            |    0 
 .../gcc/{gcc-4.4.3 => gcc-4.4.4}/gcc-pr41175.patch |    0 
 .../gcc-uclibc-locale-ctype_touplow_t.patch        |    0 
 .../zecke-no-host-includes.patch                   |    0 
 .../{gcc-4.4.3 => gcc-4.4.4}/zecke-xgcc-cpp.patch  |    0 
 ...initial_4.4.3.bb => gcc-cross-initial_4.4.4.bb} |    0 
 ...te_4.4.3.bb => gcc-cross-intermediate_4.4.4.bb} |    0 
 ...c-cross-sdk_4.4.3.bb => gcc-cross-sdk_4.4.4.bb} |    0 
 .../gcc/{gcc-cross_4.4.3.bb => gcc-cross_4.4.4.bb} |    2 +-
 recipes/gcc/{gcc_4.4.3.bb => gcc_4.4.4.bb}         |    0 
 21 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/gcc/gcc-4.4.3.inc b/recipes/gcc/gcc-4.4.4.inc
similarity index 89%
rename from recipes/gcc/gcc-4.4.3.inc
rename to recipes/gcc/gcc-4.4.4.inc
index c9aa7e2..da8e27e 100644
--- a/recipes/gcc/gcc-4.4.3.inc
+++ b/recipes/gcc/gcc-4.4.4.inc
@@ -12,7 +12,7 @@ INC_PR = "r0"
 
 FILESPATHPKG .= ":gcc-$PV"
 
-SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=gcc443tarbz2 \
+SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=gcc444tarbz2 \
         file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \
 	file://100-uclibc-conf.patch;patch=1 \
 	file://gcc-uclibc-locale-ctype_touplow_t.patch;patch=1 \
@@ -26,8 +26,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=gcc443tarbz2 \
 	file://gcc-pr41175.patch;patch=1 \
 	file://gcc-armv4-pass-fix-v4bx-to-ld.patch;patch=1 \
 	"
-SRC_URI[gcc443tarbz2.md5sum] = "fe1ca818fc6d2caeffc9051fe67ff103"
-SRC_URI[gcc443tarbz2.sha256sum] = "97ed664694b02b4d58ac2cafe443d02a388f9cb3645e7778843b5086a5fec040"
+SRC_URI[gcc444tarbz2.md5sum] = "7ff5ce9e5f0b088ab48720bbd7203530"
+SRC_URI[gcc444tarbz2.sha256sum] = "e1c13696b45752ad3f652304fab5120a43a8a5c0f438d3bda78cf16b620c0c58"
 
 # Language Overrides
 FORTRAN = ""
diff --git a/recipes/gcc/gcc-4.4.3/100-uclibc-conf.patch b/recipes/gcc/gcc-4.4.4/100-uclibc-conf.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/100-uclibc-conf.patch
rename to recipes/gcc/gcc-4.4.4/100-uclibc-conf.patch
diff --git a/recipes/gcc/gcc-4.4.3/cache-amnesia.patch b/recipes/gcc/gcc-4.4.4/cache-amnesia.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/cache-amnesia.patch
rename to recipes/gcc/gcc-4.4.4/cache-amnesia.patch
diff --git a/recipes/gcc/gcc-4.4.3/fortran-cross-compile-hack.patch b/recipes/gcc/gcc-4.4.4/fortran-cross-compile-hack.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/fortran-cross-compile-hack.patch
rename to recipes/gcc/gcc-4.4.4/fortran-cross-compile-hack.patch
diff --git a/recipes/gcc/gcc-4.4.3/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch b/recipes/gcc/gcc-4.4.4/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
rename to recipes/gcc/gcc-4.4.4/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
diff --git a/recipes/gcc/gcc-4.4.3/gcc-armv4-pass-fix-v4bx-to-ld.patch b/recipes/gcc/gcc-4.4.4/gcc-armv4-pass-fix-v4bx-to-ld.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/gcc-armv4-pass-fix-v4bx-to-ld.patch
rename to recipes/gcc/gcc-4.4.4/gcc-armv4-pass-fix-v4bx-to-ld.patch
diff --git a/recipes/gcc/gcc-4.4.3/gcc-disable-linux-unwind-with-libc-inhibit.patch b/recipes/gcc/gcc-4.4.4/gcc-disable-linux-unwind-with-libc-inhibit.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/gcc-disable-linux-unwind-with-libc-inhibit.patch
rename to recipes/gcc/gcc-4.4.4/gcc-disable-linux-unwind-with-libc-inhibit.patch
diff --git a/recipes/gcc/gcc-4.4.3/gcc-flags-for-build.patch b/recipes/gcc/gcc-4.4.4/gcc-flags-for-build.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/gcc-flags-for-build.patch
rename to recipes/gcc/gcc-4.4.4/gcc-flags-for-build.patch
diff --git a/recipes/gcc/gcc-4.4.3/gcc-improve-tls-macro.patch b/recipes/gcc/gcc-4.4.4/gcc-improve-tls-macro.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/gcc-improve-tls-macro.patch
rename to recipes/gcc/gcc-4.4.4/gcc-improve-tls-macro.patch
diff --git a/recipes/gcc/gcc-4.4.3/gcc-link-libgcc-with-libm.patch b/recipes/gcc/gcc-4.4.4/gcc-link-libgcc-with-libm.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/gcc-link-libgcc-with-libm.patch
rename to recipes/gcc/gcc-4.4.4/gcc-link-libgcc-with-libm.patch
diff --git a/recipes/gcc/gcc-4.4.3/gcc-ppc_add_d_constraint.patch b/recipes/gcc/gcc-4.4.4/gcc-ppc_add_d_constraint.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/gcc-ppc_add_d_constraint.patch
rename to recipes/gcc/gcc-4.4.4/gcc-ppc_add_d_constraint.patch
diff --git a/recipes/gcc/gcc-4.4.3/gcc-ppc_single_precision_regs.patch b/recipes/gcc/gcc-4.4.4/gcc-ppc_single_precision_regs.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/gcc-ppc_single_precision_regs.patch
rename to recipes/gcc/gcc-4.4.4/gcc-ppc_single_precision_regs.patch
diff --git a/recipes/gcc/gcc-4.4.3/gcc-pr41175.patch b/recipes/gcc/gcc-4.4.4/gcc-pr41175.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/gcc-pr41175.patch
rename to recipes/gcc/gcc-4.4.4/gcc-pr41175.patch
diff --git a/recipes/gcc/gcc-4.4.3/gcc-uclibc-locale-ctype_touplow_t.patch b/recipes/gcc/gcc-4.4.4/gcc-uclibc-locale-ctype_touplow_t.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/gcc-uclibc-locale-ctype_touplow_t.patch
rename to recipes/gcc/gcc-4.4.4/gcc-uclibc-locale-ctype_touplow_t.patch
diff --git a/recipes/gcc/gcc-4.4.3/zecke-no-host-includes.patch b/recipes/gcc/gcc-4.4.4/zecke-no-host-includes.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/zecke-no-host-includes.patch
rename to recipes/gcc/gcc-4.4.4/zecke-no-host-includes.patch
diff --git a/recipes/gcc/gcc-4.4.3/zecke-xgcc-cpp.patch b/recipes/gcc/gcc-4.4.4/zecke-xgcc-cpp.patch
similarity index 100%
rename from recipes/gcc/gcc-4.4.3/zecke-xgcc-cpp.patch
rename to recipes/gcc/gcc-4.4.4/zecke-xgcc-cpp.patch
diff --git a/recipes/gcc/gcc-cross-initial_4.4.3.bb b/recipes/gcc/gcc-cross-initial_4.4.4.bb
similarity index 100%
rename from recipes/gcc/gcc-cross-initial_4.4.3.bb
rename to recipes/gcc/gcc-cross-initial_4.4.4.bb
diff --git a/recipes/gcc/gcc-cross-intermediate_4.4.3.bb b/recipes/gcc/gcc-cross-intermediate_4.4.4.bb
similarity index 100%
rename from recipes/gcc/gcc-cross-intermediate_4.4.3.bb
rename to recipes/gcc/gcc-cross-intermediate_4.4.4.bb
diff --git a/recipes/gcc/gcc-cross-sdk_4.4.3.bb b/recipes/gcc/gcc-cross-sdk_4.4.4.bb
similarity index 100%
rename from recipes/gcc/gcc-cross-sdk_4.4.3.bb
rename to recipes/gcc/gcc-cross-sdk_4.4.4.bb
diff --git a/recipes/gcc/gcc-cross_4.4.3.bb b/recipes/gcc/gcc-cross_4.4.4.bb
similarity index 94%
rename from recipes/gcc/gcc-cross_4.4.3.bb
rename to recipes/gcc/gcc-cross_4.4.4.bb
index 5331c43..6034b34 100644
--- a/recipes/gcc/gcc-cross_4.4.3.bb
+++ b/recipes/gcc/gcc-cross_4.4.4.bb
@@ -1,6 +1,6 @@
 require gcc-${PV}.inc
 require gcc-cross4.inc
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.0"
 
 SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
 
diff --git a/recipes/gcc/gcc_4.4.3.bb b/recipes/gcc/gcc_4.4.4.bb
similarity index 100%
rename from recipes/gcc/gcc_4.4.3.bb
rename to recipes/gcc/gcc_4.4.4.bb





More information about the Openembedded-commits mailing list