mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
1659d38199
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. I tried backporting Richard's master change but there where many merge conflicts. I went the lazy route and ran the script. This is work based on "b402a3076 recipes: Update SRC_URI branch and protocols" Signed-off-by: Armin Kuster <akuster808@gmail.com>
12 lines
383 B
BlitzBasic
12 lines
383 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 = "ff9c606d9d72c7dd369ad220d92729556faaaf0c"
|
|
S = "${WORKDIR}/git"
|