diff options
-rw-r--r-- | meta-oe/recipes-devtools/cloc/cloc_1.84.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/cloc/cloc_1.84.bb b/meta-oe/recipes-devtools/cloc/cloc_1.84.bb index f9ecd0ee44..3e46c726c4 100644 --- a/meta-oe/recipes-devtools/cloc/cloc_1.84.bb +++ b/meta-oe/recipes-devtools/cloc/cloc_1.84.bb | |||
@@ -9,6 +9,8 @@ SRC_URI = "https://github.com/AlDanial/cloc/releases/download/${PV}/${BP}.tar.gz | |||
9 | SRC_URI[md5sum] = "a52f3843825377cfa4e4b3b30a567ab4" | 9 | SRC_URI[md5sum] = "a52f3843825377cfa4e4b3b30a567ab4" |
10 | SRC_URI[sha256sum] = "c3f0a6bd2319110418ccb3e55a7a1b6d0edfd7528bfd2ae5d530938abe90f254" | 10 | SRC_URI[sha256sum] = "c3f0a6bd2319110418ccb3e55a7a1b6d0edfd7528bfd2ae5d530938abe90f254" |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "https://github.com/AlDanial/${BPN}/releases" | ||
13 | |||
12 | do_configure[noexec] = "1" | 14 | do_configure[noexec] = "1" |
13 | do_compile[noexec] = "1" | 15 | do_compile[noexec] = "1" |
14 | 16 | ||