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:50:36 +0000 |
commit | 30253358f5e76fb7b25be27198b4c125e0dbdf2c (patch) | |
tree | c85e2103f06d7e15f09dd9612a48ce2289954712 /meta/recipes-devtools/gcc/gcc-4.6.inc | |
parent | 8f72d9e4ecf495646af3c5cebe7f08ca01bbbb99 (diff) | |
download | openembedded-core-30253358f5e76fb7b25be27198b4c125e0dbdf2c.tar.gz openembedded-core-30253358f5e76fb7b25be27198b4c125e0dbdf2c.tar.bz2 openembedded-core-30253358f5e76fb7b25be27198b4c125e0dbdf2c.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 2 |
1 files changed, 1 insertions, 1 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}" BINV = "4.6.3" -SRCREV = 181430 +SRCREV = "181430" BRANCH = "gcc-4_6-branch" FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" |