diff options
-rw-r--r-- | meta-oe/recipes-support/cmark/cmark_0.30.0.bb (renamed from meta-oe/recipes-support/cmark/cmark_git.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/cmark/cmark_git.bb b/meta-oe/recipes-support/cmark/cmark_0.30.0.bb index f74a39b500..c52a040645 100644 --- a/meta-oe/recipes-support/cmark/cmark_git.bb +++ b/meta-oe/recipes-support/cmark/cmark_0.30.0.bb | |||
@@ -4,11 +4,9 @@ LICENSE = "BSD-2-Clause & MIT" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/commonmark/cmark.git" | 6 | SRC_URI = "git://github.com/commonmark/cmark.git" |
7 | SRCREV = "8daa6b1495124f0b67e6034130e12d7be83e38bd" | 7 | SRCREV = "8800e66010214384e75f933830ca5585e1ae3060" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | PV = "0.29.0" | ||
11 | |||
12 | inherit cmake lib_package | 10 | inherit cmake lib_package |
13 | 11 | ||
14 | EXTRA_OECMAKE += " \ | 12 | EXTRA_OECMAKE += " \ |