summaryrefslogtreecommitdiffstats
path: root/meta/classes/staging.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-26 12:45:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-26 12:52:12 +0000
commit36e918b8a80a0175b5d04cfdd04ab6d19aeef594 (patch)
tree367bbcd3c5cfb1252891ed795d84ab62f2342053 /meta/classes/staging.bbclass
parent21f2c0b5cd9a53aba277aaaf27a6a5d562b2405f (diff)
downloadast2050-yocto-poky-36e918b8a80a0175b5d04cfdd04ab6d19aeef594.zip
ast2050-yocto-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/classes/staging.bbclass')
-rw-r--r--meta/classes/staging.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 66314a7..a98f51d 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -58,7 +58,7 @@ sysroot_stage_all() {
}
do_populate_sysroot[dirs] = "${SYSROOT_DESTDIR}"
-do_populate_sysroot[umask] = 022
+do_populate_sysroot[umask] = "022"
addtask populate_sysroot after do_install
OpenPOWER on IntegriCloud