mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
More 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: 960ee8076e860353a05eb2eb7f825a455c54698d) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
36e918b8a8
commit
3349b88a76
@@ -29,8 +29,8 @@ fakeroot do_install_perf () {
|
||||
addtask compile_perf after do_compile before do_install
|
||||
addtask install_perf after do_install before do_package
|
||||
|
||||
do_compile_perf[umask] = 022
|
||||
do_install_perf[umask] = 022
|
||||
do_compile_perf[umask] = "022"
|
||||
do_install_perf[umask] = "022"
|
||||
|
||||
PERFDEPENDS = "virtual/${MLPREFIX}libc:do_populate_sysroot ${MLPREFIX}elfutils:do_populate_sysroot ${MLPREFIX}binutils:do_populate_sysroot"
|
||||
PERFDEPENDS_libc-uclibc = ""
|
||||
|
||||
Reference in New Issue
Block a user