diff options
Diffstat (limited to 'meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb')
| -rw-r--r-- | meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb | 14 |
1 files changed, 14 insertions, 0 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 new file mode 100644 index 0000000000..a606f175c6 --- /dev/null +++ b/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "GUsb is a GObject wrapper for libusb1" | ||
| 2 | LICENSE = "LGPLv2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
| 4 | |||
| 5 | DEPENDS = "glib-2.0 libusb" | ||
| 6 | |||
| 7 | inherit meson gobject-introspection gtk-doc gettext vala | ||
| 8 | |||
| 9 | PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}" | ||
| 10 | PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" | ||
| 13 | SRCREV = "332d5b987ffecb824426e88518e05547faf2b520" | ||
| 14 | S = "${WORKDIR}/git" | ||
