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/classes | |
| 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/classes')
| -rw-r--r-- | meta/classes/staging.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 66314a7ba8..a98f51deb5 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass | |||
| @@ -58,7 +58,7 @@ sysroot_stage_all() { | |||
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | do_populate_sysroot[dirs] = "${SYSROOT_DESTDIR}" | 60 | do_populate_sysroot[dirs] = "${SYSROOT_DESTDIR}" |
| 61 | do_populate_sysroot[umask] = 022 | 61 | do_populate_sysroot[umask] = "022" |
| 62 | 62 | ||
| 63 | addtask populate_sysroot after do_install | 63 | addtask populate_sysroot after do_install |
| 64 | 64 | ||
