aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/uclibc_0.9.30.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2009-05-02 11:34:57 +0100
committerGraeme Gregory <dp@xora.org.uk>2009-05-02 11:34:57 +0100
commit91c920197a372f6174530a178f7a9beb995e827d (patch)
tree4a72def3a625c339ac73f8d9b0d31f9cd585fcbc /recipes/uclibc/uclibc_0.9.30.bb
parentf8f9b7e4b46979691a5813361b3d4ecba50a20eb (diff)
downloadopenembedded-91c920197a372f6174530a178f7a9beb995e827d.tar.gz
uclibc_0.9.30.bb : add fix for unifdef for modern gcc/glibc combos.
This is probably suitable for all uclibc when someone tests them.
Diffstat (limited to 'recipes/uclibc/uclibc_0.9.30.bb')
-rw-r--r--recipes/uclibc/uclibc_0.9.30.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/uclibc/uclibc_0.9.30.bb b/recipes/uclibc/uclibc_0.9.30.bb
index 0a374ceb50..317edf03a9 100644
--- a/recipes/uclibc/uclibc_0.9.30.bb
+++ b/recipes/uclibc/uclibc_0.9.30.bb
@@ -20,6 +20,7 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \
file://pthread_atfork.patch;patch=1 \
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 \
"
#recent versions uclibc require real kernel headers
PACKAGE_ARCH = "${MACHINE_ARCH}"