From f2cb7858014636f01578e55b109bff72e2628b4c Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Sun, 5 Apr 2020 16:56:37 +0200 Subject: [PATCH] libinih: use UPSTREAM_CHECK_COMMITS Fixes: $: devtool check-upgrade-status libinih <...> INFO: libinih 0.0 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- meta-oe/recipes-support/inih/libinih_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb index 87b1142e0c..227e2a7b7c 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" SRC_URI = "git://github.com/OSSystems/inih.git \ " +UPSTREAM_CHECK_COMMITS = "1" + S = "${WORKDIR}/git" inherit gitpkgv cmake