diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-02 10:57:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-02 10:58:24 +0100 |
commit | 0389b3b7e8004373320689750ecf877ae5cc6da9 (patch) | |
tree | 37866591dc962e3d4b9da383399c87d9594849d9 | |
parent | 54a755bbb5c6a511351f2896fecd1fb5356926b6 (diff) | |
download | poky-0389b3b7e8004373320689750ecf877ae5cc6da9.tar.gz |
uninative-tarball: Update eglibc -> glibc
(From OE-Core rev: 2b85b3f33af5157cd4b6f8a6dc737015c85018c3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/meta/uninative-tarball.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index ed1279f09b..e17685a117 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d | |||
6 | TOOLCHAIN_TARGET_TASK = "" | 6 | TOOLCHAIN_TARGET_TASK = "" |
7 | 7 | ||
8 | TOOLCHAIN_HOST_TASK = "\ | 8 | TOOLCHAIN_HOST_TASK = "\ |
9 | nativesdk-eglibc \ | 9 | nativesdk-glibc \ |
10 | nativesdk-patchelf \ | 10 | nativesdk-patchelf \ |
11 | " | 11 | " |
12 | 12 | ||