mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +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>
17 lines
442 B
BlitzBasic
17 lines
442 B
BlitzBasic
SUMMARY = "Templatized C++ Command Line Parser"
|
|
HOMEPAGE = "http://tclap.sourceforge.net/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0ca8b9c5c5445cfa7af7e78fd27e60ed"
|
|
|
|
SRCREV = "75f440bcac1276c847f5351e14216f6e91def44d"
|
|
SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=master \
|
|
file://Makefile.am-disable-docs.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
inherit autotools
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|