summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-08-17 02:35:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-19 18:05:36 +0100
commitd6eb9cceb3079d0512535f8e5e32fe3a28fdf9b2 (patch)
treed7f603eadeec6d241e1867061356c5aa90047f14 /meta/recipes-core/uclibc/uclibc.inc
parent71e18354198276fa7a9c4d343693bec90ec9b50d (diff)
downloadpoky-d6eb9cceb3079d0512535f8e5e32fe3a28fdf9b2.tar.gz
uclibc: Upgrade to tip of master
Drop upstreamed patches convert the rest to git am'able patches (From OE-Core rev: 1c28f9300f133dc49755b34e4861ab5509609da4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/uclibc/uclibc.inc')
-rw-r--r--meta/recipes-core/uclibc/uclibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc
index c4832289bf..533aa3d95e 100644
--- a/meta/recipes-core/uclibc/uclibc.inc
+++ b/meta/recipes-core/uclibc/uclibc.inc
@@ -21,7 +21,7 @@ PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:"
21TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}" 21TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}"
22 22
23# siteconfig.bbclass runs configure which needs a working compiler 23# siteconfig.bbclass runs configure which needs a working compiler
24# For the compiler to work we need a working libc yet libc isn't 24# For the compiler to work we need a working libc yet libc isn't
25# in the sysroots directory at this point. This means the libc.so 25# in the sysroots directory at this point. This means the libc.so
26# linker script won't work as the --sysroot setting isn't correct. 26# linker script won't work as the --sysroot setting isn't correct.
27# Here we create a hacked up libc linker script and pass in the right 27# Here we create a hacked up libc linker script and pass in the right