diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-11-03 07:12:41 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-04 08:18:00 -0700 |
| commit | 7e27eb5fca7a22e82251f79103bb12d2b70307fb (patch) | |
| tree | 3fb81ec0571b65b37914cfa2204d01db67216d88 /recipes-security/google-authenticator-libpam | |
| parent | 8215ed27aa5bc10d6c7dac7783032a8c6fdee297 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/google/google-authenticator-libpam.git" | 6 | SRC_URI = "git://github.com/google/google-authenticator-libpam.git;branch=master;protocol=https" |
| 7 | SRCREV = "2c7415d950fb0b4a7f779f045910666447b100ef" | 7 | SRCREV = "2c7415d950fb0b4a7f779f045910666447b100ef" |
| 8 | 8 | ||
| 9 | DEPENDS = "libpam" | 9 | DEPENDS = "libpam" |
