mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
Quoting fixes
We have various variables which are either not quoted at all or are half quoted. This patch fixes the bad exmaples so everything is consistent. (From OE-Core rev: 30253358f5e76fb7b25be27198b4c125e0dbdf2c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -16,7 +16,7 @@ FILES_${PN}-dev = " \
|
||||
${libdir}/${TARGET_SYS}/${BINV}/crt* \
|
||||
${libdir}/${TARGET_SYS}/${BINV}/libgcc*"
|
||||
FILES_libgcov-dev = " \
|
||||
${libdir}/${TARGET_SYS}/${BINV}/libgcov.a \
|
||||
${libdir}/${TARGET_SYS}/${BINV}/libgcov.a"
|
||||
|
||||
FILES_${PN}-dbg += "${base_libdir}/.debug/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user