summaryrefslogtreecommitdiffstats
path: root/recipes-security/google-authenticator-libpam
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-11-03 07:12:41 -0700
committerArmin Kuster <akuster808@gmail.com>2021-11-04 08:18:00 -0700
commit7e27eb5fca7a22e82251f79103bb12d2b70307fb (patch)
tree3fb81ec0571b65b37914cfa2204d01db67216d88 /recipes-security/google-authenticator-libpam
parent8215ed27aa5bc10d6c7dac7783032a8c6fdee297 (diff)
downloadmeta-security-7e27eb5fca7a22e82251f79103bb12d2b70307fb.tar.gz
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/google-authenticator-libpam')
-rw-r--r--recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb
index 4ab8374..e8ddf29 100644
--- a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb
+++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb
@@ -3,7 +3,7 @@ HOME_PAGE = "https://github.com/google/google-authenticator-libpam"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5 5
6SRC_URI = "git://github.com/google/google-authenticator-libpam.git" 6SRC_URI = "git://github.com/google/google-authenticator-libpam.git;branch=master;protocol=https"
7SRCREV = "2c7415d950fb0b4a7f779f045910666447b100ef" 7SRCREV = "2c7415d950fb0b4a7f779f045910666447b100ef"
8 8
9DEPENDS = "libpam" 9DEPENDS = "libpam"