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:
Michal Sieron 2026-03-29 23:37:08 +02:00 committed by Khem Raj
parent e46340b882
commit d26acee756
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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'