mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
59bff77ad0
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
408 B
BlitzBasic
13 lines
408 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 = "636efc0624aa2a88174220fcabc9764c13d7febf"
|
|
PV = "0.3.0+git${SRCPV}"
|
|
S = "${WORKDIR}/git"
|