summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-31 11:02:15 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:10 -0700
commited4df350b0175865ca44ba298837daad0a9a8d2c (patch)
tree828d854044c45c395a9764382f80b29a159f56e1
parente035d4ff87f21391ad2d3acc170326efacd6525e (diff)
downloadmeta-openembedded-ed4df350b0175865ca44ba298837daad0a9a8d2c.tar.gz
pam-plugin-ccreds: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
When performing devtool check-upgrade-status, UNKNOWN_BROKEN status appears. On the upstream source repository, releases are not identified by tags. So, UPSTREAM_CHECK_COMMITS is set to 1, to find the latest upstream update. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb
index 81d0746f89..1637389dba 100644
--- a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb
+++ b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb
@@ -15,6 +15,9 @@ SRC_URI = "git://github.com/PADL/pam_ccreds;branch=master;protocol=https \
15 file://0001-configure-Check-for-function-from-libdb-during-confi.patch \ 15 file://0001-configure-Check-for-function-from-libdb-during-confi.patch \
16 " 16 "
17 17
18# Upstream repo does not tag
19UPSTREAM_CHECK_COMMITS = "1"
20
18S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
19 22
20inherit autotools 23inherit autotools