diff options
-rw-r--r-- | meta-oe/recipes-support/libgusb/libgusb_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libgusb/libgusb_git.bb b/meta-oe/recipes-support/libgusb/libgusb_git.bb new file mode 100644 index 0000000000..e3c0bdd15e --- /dev/null +++ b/meta-oe/recipes-support/libgusb/libgusb_git.bb | |||
@@ -0,0 +1,12 @@ | |||
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 | SRC_URI = "git://github.com/hughsie/libgusb.git" | ||
10 | SRCREV = "636efc0624aa2a88174220fcabc9764c13d7febf" | ||
11 | PV = "0.3.0+git${SRCPV}" | ||
12 | S = "${WORKDIR}/git" | ||