mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
7fbb276718
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: Armin Kuster <akuster808@gmail.com>
13 lines
397 B
BlitzBasic
13 lines
397 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=master;protocol=https \
|
|
"
|
|
SRCREV = "1f712812327091c42c62b1ab1148d738d1a22b51"
|
|
S = "${WORKDIR}/git"
|