mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00: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: Armin Kuster <akuster808@gmail.com>
15 lines
368 B
BlitzBasic
15 lines
368 B
BlitzBasic
SUMMARY = "A tablet description library"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e"
|
|
|
|
DEPENDS = " \
|
|
libxml2-native \
|
|
libgudev \
|
|
"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https"
|
|
SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658"
|
|
S = "${WORKDIR}/git"
|