mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
455 B
BlitzBasic
15 lines
455 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 = "bb3678d7a73cb02d35c8876ecd097072636200a8"
|
|
|
|
inherit cmake lib_package
|
|
|
|
EXTRA_OECMAKE += " \
|
|
-DCMARK_TESTS=OFF \
|
|
-DCMARK_STATIC=OFF \
|
|
"
|