summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.21.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-04-01 00:53:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-02 12:02:36 +0100
commit1674b5380c0a13e88cb0e615438bdbcaa5761e3c (patch)
tree6bef1a99c58215ff91cb00627bb8de7378d0ad07 /meta/recipes-core/glibc/glibc_2.21.bb
parentdc2d0e8df0dbbec406166969f54b6d1e43b41d09 (diff)
downloadpoky-1674b5380c0a13e88cb0e615438bdbcaa5761e3c.tar.gz
glibc: fix a typo
Fixed a typo: name-target-directory -> make-target-directory There is no name-target-directory, it should be make-target-directory, this fixed the error: /bin/bash: /path/to/elf/runtime-linker.T: No such file or directory Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed (From OE-Core rev: 9e4880c5bee33032142bee18a63d7f4a9db4a55a) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.21.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.21.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.21.bb b/meta/recipes-core/glibc/glibc_2.21.bb
index 91feff58ce..fcef4ff3e5 100644
--- a/meta/recipes-core/glibc/glibc_2.21.bb
+++ b/meta/recipes-core/glibc/glibc_2.21.bb
@@ -25,6 +25,7 @@ SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH} \
25 file://0001-Add-unused-attribute.patch \ 25 file://0001-Add-unused-attribute.patch \
26 file://0001-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch \ 26 file://0001-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch \
27 file://0001-yes-within-the-path-sets-wrong-config-variables.patch \ 27 file://0001-yes-within-the-path-sets-wrong-config-variables.patch \
28 file://elf-Makefile-fix-a-typo.patch \
28 ${EGLIBCPATCHES} \ 29 ${EGLIBCPATCHES} \
29 " 30 "
30EGLIBCPATCHES = "\ 31EGLIBCPATCHES = "\