[oe-commits] [meta-openembedded] 01/24: libgusb: initial add 0.3.0+

git at git.openembedded.org git at git.openembedded.org
Fri Oct 25 21:41:04 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 3eee0ad01d1365331580cb09b44640c147b5ec48
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Fri Oct 25 09:21:11 2019 +0200

    libgusb: initial add 0.3.0+
    
    * 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 <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/libgusb/libgusb_git.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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 0000000..e3c0bdd
--- /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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list