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 | |
| 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')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-common.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/libgcc_4.6.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index ece378d372..edc2a58de1 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc | |||
| @@ -18,7 +18,7 @@ PV = "4.6.2+svnr${SRCPV}" | |||
| 18 | 18 | ||
| 19 | BINV = "4.6.3" | 19 | BINV = "4.6.3" |
| 20 | 20 | ||
| 21 | SRCREV = 181430 | 21 | SRCREV = "181430" |
| 22 | BRANCH = "gcc-4_6-branch" | 22 | BRANCH = "gcc-4_6-branch" |
| 23 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" | 23 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" |
| 24 | 24 | ||
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index c4b6ac1111..8ab799f7f1 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-common.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc | |||
| @@ -18,7 +18,7 @@ LANGUAGES ?= "c,c++${FORTRAN}${JAVA}" | |||
| 18 | # when linking shared libraries further in the build like (gnutls) | 18 | # when linking shared libraries further in the build like (gnutls) |
| 19 | 19 | ||
| 20 | SPECIAL_ARCH_LIST = "powerpc" | 20 | SPECIAL_ARCH_LIST = "powerpc" |
| 21 | OPTSPACE = ${@base_contains("SPECIAL_ARCH_LIST", "${TARGET_ARCH}", "", "--enable-target-optspace",d)} | 21 | OPTSPACE = '${@base_contains("SPECIAL_ARCH_LIST", "${TARGET_ARCH}", "", "--enable-target-optspace",d)}' |
| 22 | 22 | ||
| 23 | EXTRA_OECONF_BASE ?= "" | 23 | EXTRA_OECONF_BASE ?= "" |
| 24 | EXTRA_OECONF_PATHS ?= "" | 24 | EXTRA_OECONF_PATHS ?= "" |
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 | ||
