diff options
-rw-r--r-- | meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb b/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb index c208a2090..491b6a7a1 100644 --- a/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb +++ b/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb | |||
@@ -6,9 +6,13 @@ DEPENDS = "glib-2.0 libusb" | |||
6 | 6 | ||
7 | inherit meson gobject-introspection gtk-doc gettext vala | 7 | inherit meson gobject-introspection gtk-doc gettext vala |
8 | 8 | ||
9 | PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}" | 9 | PACKAGECONFIG:class-target ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}" |
10 | PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false" | 10 | PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false" |
11 | 11 | ||
12 | EXTRA_OEMESON:append:class-native = " -Dtests=false -Dintrospection=false" | ||
13 | |||
12 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" | 14 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" |
13 | SRCREV = "332d5b987ffecb824426e88518e05547faf2b520" | 15 | SRCREV = "332d5b987ffecb824426e88518e05547faf2b520" |
14 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | |||
18 | BBCLASSEXTEND = "native" | ||