mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-09 15:44:52 +02:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
381 B
BlitzBasic
12 lines
381 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;branch=main;protocol=https"
|
|
SRCREV = "db9edbd8b45662d551194a0985173732f8f557a5"
|
|
S = "${WORKDIR}/git"
|