From e9763b9f7373b47792aaba6c5cbb43bc69d3c1fd Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 25 Oct 2019 09:21:11 +0200 Subject: libgusb: initial add 0.3.0+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * It is a dependency for upcoming colord. That is used by GNOME and KDE [1] so move it to meta-oe * 0.3.0 failed build and gobject-introspection was not configurable -> use latest master sources [1] https://www.freedesktop.org/software/colord/intro.html Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-oe/recipes-support/libgusb/libgusb_git.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-oe/recipes-support/libgusb/libgusb_git.bb (limited to 'meta-oe') 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 @@ +SUMMARY = "GUsb is a GObject wrapper for libusb1" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" + +DEPENDS = "glib-2.0 libusb" + +inherit meson gobject-introspection gtk-doc gettext vala + +SRC_URI = "git://github.com/hughsie/libgusb.git" +SRCREV = "636efc0624aa2a88174220fcabc9764c13d7febf" +PV = "0.3.0+git${SRCPV}" +S = "${WORKDIR}/git" -- cgit 1.2.3-korg