diff options
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.17.bb b/meta/recipes-core/eglibc/eglibc_2.17.bb index fb49ac4535..6526978469 100644 --- a/meta/recipes-core/eglibc/eglibc_2.17.bb +++ b/meta/recipes-core/eglibc/eglibc_2.17.bb | |||
@@ -144,7 +144,7 @@ do_compile () { | |||
144 | echo "Adjust ldd script" | 144 | echo "Adjust ldd script" |
145 | if [ -n "${RTLDLIST}" ] | 145 | if [ -n "${RTLDLIST}" ] |
146 | then | 146 | then |
147 | prevrtld=`cat ${B}/elf/ldd | grep "^RTLDLIST=" | sed 's#^RTLDLIST=\(.*\)$#\1#'` | 147 | prevrtld=`cat ${B}/elf/ldd | grep "^RTLDLIST=" | sed 's#^RTLDLIST="\?\([^"]*\)"\?$#\1#'` |
148 | if [ "${prevrtld}" != "${RTLDLIST}" ] | 148 | if [ "${prevrtld}" != "${RTLDLIST}" ] |
149 | then | 149 | then |
150 | sed -i ${B}/elf/ldd -e "s#^RTLDLIST=.*\$#RTLDLIST=\"${prevrtld} ${RTLDLIST}\"#" | 150 | sed -i ${B}/elf/ldd -e "s#^RTLDLIST=.*\$#RTLDLIST=\"${prevrtld} ${RTLDLIST}\"#" |