From 007343563802621a8a26792e461df6b0e6843df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 28 Aug 2019 00:59:00 +0200 Subject: [PATCH] cmark: remove - it is in meta-oe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit that was quick... Signed-off-by: Andreas Müller --- recipes-support/cmark/cmark_git.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 recipes-support/cmark/cmark_git.bb diff --git a/recipes-support/cmark/cmark_git.bb b/recipes-support/cmark/cmark_git.bb deleted file mode 100644 index f74a39b5..00000000 --- a/recipes-support/cmark/cmark_git.bb +++ /dev/null @@ -1,17 +0,0 @@ -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" -SRCREV = "8daa6b1495124f0b67e6034130e12d7be83e38bd" -S = "${WORKDIR}/git" - -PV = "0.29.0" - -inherit cmake lib_package - -EXTRA_OECMAKE += " \ - -DCMARK_TESTS=OFF \ - -DCMARK_STATIC=OFF \ -"