aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc-initial_2.10.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-07-14 10:56:43 -0700
committerKhem Raj <raj.khem@gmail.com>2009-07-14 10:56:43 -0700
commit4885bb354a5e99b244abc7b9fc5f39b161c06dd5 (patch)
tree3e6e874c8c1bc4cfa89af2b8b475a0cd9f3a3964 /recipes/eglibc/eglibc-initial_2.10.bb
parent57733b83ae3a1af9d55890db5f40476a312e2566 (diff)
downloadopenembedded-4885bb354a5e99b244abc7b9fc5f39b161c06dd5.tar.gz
eglibc_2.10: Add new eglibc 2.10 recipes.
eglibc 2.10 has been released.
Diffstat (limited to 'recipes/eglibc/eglibc-initial_2.10.bb')
-rw-r--r--recipes/eglibc/eglibc-initial_2.10.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/eglibc/eglibc-initial_2.10.bb b/recipes/eglibc/eglibc-initial_2.10.bb
new file mode 100644
index 0000000000..787c762609
--- /dev/null
+++ b/recipes/eglibc/eglibc-initial_2.10.bb
@@ -0,0 +1,6 @@
+require eglibc_${PV}.bb
+require eglibc-initial.inc
+
+do_configure_prepend () {
+ unset CFLAGS
+}