mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libgusb: Convert confusing append to assignment
While in this case override caused by `EXTRA_OEMESON:class-native +=` is desirable, the `+=` can be confusing. Let's avoid that and use explicit assignment. Signed-off-by: Michal Sieron <michalwsieron@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
e46340b882
commit
d26acee756
@ -10,7 +10,7 @@ inherit meson gobject-introspection gi-docgen gettext vala pkgconfig
|
||||
PACKAGECONFIG:class-target ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}"
|
||||
PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false"
|
||||
|
||||
EXTRA_OEMESON:class-native += "-Dtests=false -Dintrospection=false"
|
||||
EXTRA_OEMESON:class-native = "-Dtests=false -Dintrospection=false"
|
||||
|
||||
GIDOCGEN_MESON_OPTION = 'docs'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user