* 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 <[email protected]> --- 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 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 000000000..fb5b6a31e --- /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 = "f33be86e563217d525e31b501c9eaa52f9db1cc4" +PV = "0.3.0+git${SRCPV}" +S = "${WORKDIR}/git" -- 2.20.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
