summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/inih
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-04-05 16:56:37 +0200
committerKhem Raj <raj.khem@gmail.com>2020-04-05 10:38:14 -0700
commitf2cb7858014636f01578e55b109bff72e2628b4c (patch)
tree08a82e2d64e6ec3b6299889f5bef750d50beb441 /meta-oe/recipes-support/inih
parent2a20b68a4f370aa261783bf5484137ee07ea922b (diff)
downloadmeta-openembedded-f2cb7858014636f01578e55b109bff72e2628b4c.tar.gz
libinih: use UPSTREAM_CHECK_COMMITS
Fixes: $: devtool check-upgrade-status libinih <...> INFO: libinih 0.0 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/inih')
-rw-r--r--meta-oe/recipes-support/inih/libinih_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb
index 87b1142e0..227e2a7b7 100644
--- a/meta-oe/recipes-support/inih/libinih_git.bb
+++ b/meta-oe/recipes-support/inih/libinih_git.bb
@@ -12,6 +12,8 @@ SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23"
12SRC_URI = "git://github.com/OSSystems/inih.git \ 12SRC_URI = "git://github.com/OSSystems/inih.git \
13 " 13 "
14 14
15UPSTREAM_CHECK_COMMITS = "1"
16
15S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
16 18
17inherit gitpkgv cmake 19inherit gitpkgv cmake