mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
e9763b9f73
* 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@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
379 B
BlitzBasic
13 lines
379 B
BlitzBasic
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"
|