From: Anuj Mittal Date: Tue, 4 Jun 2019 14:20:38 +0000 (+0800) Subject: libpam: fix upstream version check X-Git-Tag: uninative-2.6~159 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6119272f8855f949d428e12ab4da987d43a6adbf;p=openembedded-core.git libpam: fix upstream version check Recent upgrade to the recipe moved SRC_URI to github. Fix the version check accordingly. Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/pam/libpam_1.3.1.bb b/meta/recipes-extended/pam/libpam_1.3.1.bb index 63ba0c16aa..6b73f0a2fe 100644 --- a/meta/recipes-extended/pam/libpam_1.3.1.bb +++ b/meta/recipes-extended/pam/libpam_1.3.1.bb @@ -161,3 +161,5 @@ CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-password" CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-session-noninteractive" CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-account" CONFFILES_${PN}-runtime += "${sysconfdir}/security/limits.conf" + +UPSTREAM_CHECK_URI = "https://github.com/linux-pam/linux-pam/releases"