aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/uclibc_0.9.30.1.bb
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2009-07-17 20:03:32 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2009-09-17 14:20:37 -0300
commit8a40ec536fa7389c6ac39b4adb05332d023a9e36 (patch)
tree57a355a331f897d55b1a71a02e5a8d84a93e453e /recipes/uclibc/uclibc_0.9.30.1.bb
parentfd8af199bbe9c164e5f5a462636d973efeb2e80e (diff)
downloadopenembedded-8a40ec536fa7389c6ac39b4adb05332d023a9e36.tar.gz
uClibc: use __always_inline instead of __inline__
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/uclibc/uclibc_0.9.30.1.bb')
-rw-r--r--recipes/uclibc/uclibc_0.9.30.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/uclibc/uclibc_0.9.30.1.bb b/recipes/uclibc/uclibc_0.9.30.1.bb
index ae558e01f1..ab5cdad7c3 100644
--- a/recipes/uclibc/uclibc_0.9.30.1.bb
+++ b/recipes/uclibc/uclibc_0.9.30.1.bb
@@ -21,6 +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 \
"
#recent versions uclibc require real kernel headers
PACKAGE_ARCH = "${MACHINE_ARCH}"