diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-26 12:45:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-26 12:52:12 +0000 |
commit | 36e918b8a80a0175b5d04cfdd04ab6d19aeef594 (patch) | |
tree | 367bbcd3c5cfb1252891ed795d84ab62f2342053 /meta/recipes-devtools/gcc/libgcc_4.6.bb | |
parent | 21f2c0b5cd9a53aba277aaaf27a6a5d562b2405f (diff) | |
download | poky-36e918b8a80a0175b5d04cfdd04ab6d19aeef594.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/gcc/libgcc_4.6.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/libgcc_4.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/libgcc_4.6.bb b/meta/recipes-devtools/gcc/libgcc_4.6.bb index 01a3b57e1e..04e287748a 100644 --- a/meta/recipes-devtools/gcc/libgcc_4.6.bb +++ b/meta/recipes-devtools/gcc/libgcc_4.6.bb | |||
@@ -16,7 +16,7 @@ FILES_${PN}-dev = " \ | |||
16 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ | 16 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ |
17 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" | 17 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" |
18 | FILES_libgcov-dev = " \ | 18 | FILES_libgcov-dev = " \ |
19 | ${libdir}/${TARGET_SYS}/${BINV}/libgcov.a \ | 19 | ${libdir}/${TARGET_SYS}/${BINV}/libgcov.a" |
20 | 20 | ||
21 | FILES_${PN}-dbg += "${base_libdir}/.debug/" | 21 | FILES_${PN}-dbg += "${base_libdir}/.debug/" |
22 | 22 | ||