mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +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:
@@ -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:class-target ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}"
|
||||||
PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false"
|
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'
|
GIDOCGEN_MESON_OPTION = 'docs'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user