[oe-commits] Tom Rini : uclibc-0.9.30: We need the __always_inline__ patch, bump PR.

git version control git at git.openembedded.org
Sat Sep 19 18:31:38 UTC 2009


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

Author: Tom Rini <trini at embeddedalley.com>
Date:   Sat Sep 19 11:30:42 2009 -0700

uclibc-0.9.30: We need the __always_inline__ patch, bump PR.

Also move the patch into files dir.  This probably applies to other older
versions as well.

---

 ...se-__always_inline-instead-of-__inline__.patch} |    0 
 recipes/uclibc/uclibc_0.9.30.1.bb                  |    2 +-
 recipes/uclibc/uclibc_0.9.30.bb                    |    3 ++-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/uclibc/uclibc-0.9.30.1/0001-Use-__always_inline-instead-of-__inline__.patch b/recipes/uclibc/files/Use-__always_inline-instead-of-__inline__.patch
similarity index 100%
rename from recipes/uclibc/uclibc-0.9.30.1/0001-Use-__always_inline-instead-of-__inline__.patch
rename to recipes/uclibc/files/Use-__always_inline-instead-of-__inline__.patch
diff --git a/recipes/uclibc/uclibc_0.9.30.1.bb b/recipes/uclibc/uclibc_0.9.30.1.bb
index ab5cdad..1f8162e 100644
--- a/recipes/uclibc/uclibc_0.9.30.1.bb
+++ b/recipes/uclibc/uclibc_0.9.30.1.bb
@@ -21,7 +21,7 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \
 	    file://ldso_use_arm_dl_linux_resolve_in_thumb_mode.patch;patch=1 \
 	    file://gcc-4.4-fixlet.patch;patch=1 \
 	    file://uclibc-c99-ldbl-math.patch;patch=1 \
-	    file://0001-Use-__always_inline-instead-of-__inline__.patch;patch=1 \
+	    file://Use-__always_inline-instead-of-__inline__.patch;patch=1 \
 	   "
 #recent versions uclibc require real kernel headers
 PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/recipes/uclibc/uclibc_0.9.30.bb b/recipes/uclibc/uclibc_0.9.30.bb
index 2e18ab9..9278299 100644
--- a/recipes/uclibc/uclibc_0.9.30.bb
+++ b/recipes/uclibc/uclibc_0.9.30.bb
@@ -9,7 +9,7 @@
 UCLIBC_BASE ?= "0.9.30"
 
 require uclibc.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"
 
@@ -20,6 +20,7 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \
 	    file://uclibc_ldso_use_O0.patch;patch=1 \
 	    file://ldso_use_arm_dl_linux_resolve_in_thumb_mode.patch;patch=1 \
             file://unifdef-fix.patch;patch=1 \
+	    file://Use-__always_inline-instead-of-__inline__.patch;patch=1 \
 	   "
 #recent versions uclibc require real kernel headers
 PACKAGE_ARCH = "${MACHINE_ARCH}"





More information about the Openembedded-commits mailing list