diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-05 16:56:37 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-05 10:38:14 -0700 |
commit | f2cb7858014636f01578e55b109bff72e2628b4c (patch) | |
tree | 08a82e2d64e6ec3b6299889f5bef750d50beb441 /meta-oe/recipes-support/inih | |
parent | 2a20b68a4f370aa261783bf5484137ee07ea922b (diff) | |
download | meta-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.bb | 2 |
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" | |||
12 | SRC_URI = "git://github.com/OSSystems/inih.git \ | 12 | SRC_URI = "git://github.com/OSSystems/inih.git \ |
13 | " | 13 | " |
14 | 14 | ||
15 | UPSTREAM_CHECK_COMMITS = "1" | ||
16 | |||
15 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
16 | 18 | ||
17 | inherit gitpkgv cmake | 19 | inherit gitpkgv cmake |