diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-07-21 00:16:22 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-21 09:40:20 -0700 |
commit | 9a053cced3fd3f809db15920e5773ad17beb663b (patch) | |
tree | 98ad6a8f403c4a47a8224d279e7acfabce1b0fb2 /meta-oe/recipes-extended | |
parent | 868c2915d3d5eadf28b8b5d66c3d9adc85b04d77 (diff) | |
download | meta-openembedded-9a053cced3fd3f809db15920e5773ad17beb663b.tar.gz |
pam-plugin-ldapdb: Use git fetcher
github archives are not reliable
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb | 7 |
1 files changed, 3 insertions, 4 deletions
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 c59a259fc..2fdadcbc9 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 | |||
@@ -10,11 +10,10 @@ DEPENDS = "libpam openldap" | |||
10 | inherit distro_features_check | 10 | inherit distro_features_check |
11 | REQUIRED_DISTRO_FEATURES = "pam" | 11 | REQUIRED_DISTRO_FEATURES = "pam" |
12 | 12 | ||
13 | SRC_URI = "https://github.com/rmbreak/pam_ldapdb/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz" | 13 | SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8" |
14 | SRC_URI[md5sum] = "2dd4f1370fcfe995ee0ad09611109b87" | 14 | SRC_URI = "git://github.com/rmbreak/pam_ldapdb" |
15 | SRC_URI[sha256sum] = "8ed92b36523556bb5d9bf3eb33a1035e46041d4be767c8d62136930c0ca0e45b" | ||
16 | 15 | ||
17 | S = "${WORKDIR}/pam_ldapdb-${PV}" | 16 | S = "${WORKDIR}/git" |
18 | 17 | ||
19 | do_install () { | 18 | do_install () { |
20 | oe_runmake install DESTDIR=${D} PAMDIR=${base_libdir}/security | 19 | oe_runmake install DESTDIR=${D} PAMDIR=${base_libdir}/security |