diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-09-19 11:30:42 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-09-19 11:30:42 -0700 |
commit | 7692feb4df88f6ed5c72a7f69d6c4346ba03c5db (patch) | |
tree | 776cda23b1ba003c414a534ce01e27ea8327e399 /recipes/uclibc/uclibc_0.9.30.1.bb | |
parent | 122d4d8bd65b4685c948f5cd9017ed92b995fb6d (diff) |
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.
Diffstat (limited to 'recipes/uclibc/uclibc_0.9.30.1.bb')
-rw-r--r-- | recipes/uclibc/uclibc_0.9.30.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc_0.9.30.1.bb b/recipes/uclibc/uclibc_0.9.30.1.bb index ab5cdad7c3..1f8162edfc 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}" |