mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-09 15:44:52 +02: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: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
476 B
BlitzBasic
16 lines
476 B
BlitzBasic
SUMMARY = "CommonMark parsing and rendering library and program in C"
|
|
HOMEPAGE = "https://github.com/commonmark/cmark"
|
|
LICENSE = "BSD-2-Clause & MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62"
|
|
|
|
SRC_URI = "git://github.com/commonmark/cmark.git;branch=master;protocol=https"
|
|
SRCREV = "a8da5a2f252b96eca60ae8bada1a9ba059a38401"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake lib_package
|
|
|
|
EXTRA_OECMAKE += " \
|
|
-DCMARK_TESTS=OFF \
|
|
-DCMARK_STATIC=OFF \
|
|
"
|