diff options
Diffstat (limited to 'meta-oe/recipes-support/libgusb')
-rw-r--r-- | meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb (renamed from meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb b/meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb index 491b6a7a1d..9007574fc6 100644 --- a/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb +++ b/meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb | |||
@@ -2,17 +2,19 @@ SUMMARY = "GUsb is a GObject wrapper for libusb1" | |||
2 | LICENSE = "LGPL-2.1-only" | 2 | LICENSE = "LGPL-2.1-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
4 | 4 | ||
5 | DEPENDS = "glib-2.0 libusb" | 5 | DEPENDS = "glib-2.0 libusb json-glib" |
6 | RDEPENDS:${PN} = "hwdata" | ||
6 | 7 | ||
7 | inherit meson gobject-introspection gtk-doc gettext vala | 8 | inherit meson gobject-introspection gi-docgen gettext vala pkgconfig |
8 | 9 | ||
9 | 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)}" |
10 | PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false" | 11 | PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false" |
11 | 12 | ||
12 | EXTRA_OEMESON:append:class-native = " -Dtests=false -Dintrospection=false" | 13 | EXTRA_OEMESON:class-native += "-Dtests=false -Dintrospection=false" |
14 | |||
15 | GIDOCGEN_MESON_OPTION = 'docs' | ||
13 | 16 | ||
14 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" | 17 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" |
15 | SRCREV = "332d5b987ffecb824426e88518e05547faf2b520" | 18 | SRCREV = "ed31c8134d80d006bd45450e84180be2a7c0742e" |
16 | S = "${WORKDIR}/git" | ||
17 | 19 | ||
18 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |