diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-02 23:06:48 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-03 06:57:49 -0700 |
| commit | b402a3076fbafe05d0b8621e50603b65c3fe8147 (patch) | |
| tree | 4cf5c1f27d02abeba179d3f9ae5273178212594a /meta-oe/recipes-extended/pam | |
| parent | 175765fdf30200314d19bc8f11f4ede9b820dad6 (diff) | |
| download | meta-openembedded-b402a3076fbafe05d0b8621e50603b65c3fe8147.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: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/pam')
| -rw-r--r-- | meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb | 2 |
2 files changed, 2 insertions, 2 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 f98c4a7be8..dc7b84986f 100644 --- a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb +++ b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb | |||
| @@ -11,7 +11,7 @@ REQUIRED_DISTRO_FEATURES = "pam" | |||
| 11 | 11 | ||
| 12 | SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1" | 12 | SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/PADL/pam_ccreds" | 14 | SRC_URI = "git://github.com/PADL/pam_ccreds;branch=master;protocol=https" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb index 53745394a8..6985590068 100644 --- a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb +++ b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb | |||
| @@ -11,7 +11,7 @@ inherit features_check | |||
| 11 | REQUIRED_DISTRO_FEATURES = "pam" | 11 | REQUIRED_DISTRO_FEATURES = "pam" |
| 12 | 12 | ||
| 13 | SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8" | 13 | SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8" |
| 14 | SRC_URI = "git://github.com/rmbreak/pam_ldapdb \ | 14 | SRC_URI = "git://github.com/rmbreak/pam_ldapdb;branch=master;protocol=https \ |
| 15 | file://0001-include-stdexcept-for-std-invalid_argument.patch \ | 15 | file://0001-include-stdexcept-for-std-invalid_argument.patch \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
