mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
vim: set PACKAGECONFIG idiomatically
Don't set an empty default value and them immediately assign to it. (From OE-Core rev: d7565241437487618a57d8f3f21da6fed69f6b8a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3eecf843e7
commit
5b359440bb
@@ -67,9 +67,7 @@ do_compile() {
|
||||
autotools_do_compile
|
||||
}
|
||||
|
||||
#Available PACKAGECONFIG options are gtkgui, acl, x11, tiny selinux, elfutils, nls
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG += " \
|
||||
PACKAGECONFIG ??= "\
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtkgui', '', d)} \
|
||||
nls \
|
||||
|
||||
Reference in New Issue
Block a user