diff options
| author | Michal Sieron <michalwsieron@gmail.com> | 2026-03-29 23:37:08 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-30 19:46:42 -0700 |
| commit | d26acee756b704e4a68fcc37c0fe550bbbee3886 (patch) | |
| tree | 29d15eb1c9e6e2e78ed1d04348f4c99ff7cd6bdb | |
| parent | e46340b882a3df715719acb3e85ffbc5d68a3814 (diff) | |
| download | meta-openembedded-d26acee756b704e4a68fcc37c0fe550bbbee3886.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb b/meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb index 9007574fc6..25750247f8 100644 --- a/meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb +++ b/meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb | |||
| @@ -10,7 +10,7 @@ inherit meson gobject-introspection gi-docgen gettext vala pkgconfig | |||
| 10 | PACKAGECONFIG:class-target ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}" | 10 | PACKAGECONFIG:class-target ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}" |
| 11 | PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false" | 11 | PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false" |
| 12 | 12 | ||
| 13 | EXTRA_OEMESON:class-native += "-Dtests=false -Dintrospection=false" | 13 | EXTRA_OEMESON:class-native = "-Dtests=false -Dintrospection=false" |
| 14 | 14 | ||
| 15 | GIDOCGEN_MESON_OPTION = 'docs' | 15 | GIDOCGEN_MESON_OPTION = 'docs' |
| 16 | 16 | ||
