meta-phosphor: nss-pam-ldapd: Move recipe to github
The previous domain appears to have gone down. Move over to github.
Confirmed the 0.9.8 tag maps to 47fd03b
Fixes openbmc/openbmc#3980
Change-Id: Ib4e418dad138091f5d3629ff76f04ea7eae8e8a4
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb b/meta-phosphor/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb
index 8c699a8..efee80c 100644
--- a/meta-phosphor/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb
+++ b/meta-phosphor/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb
@@ -5,7 +5,8 @@
system information from LDAP. It is used by the libnss-ldapd and \
libpam-ldapd packages but is not very useful by itself. \
"
-HOMEPAGE = "http://arthurdejong.org/nss-pam-ldapd/"
+HOMEPAGE = "https://github.com/arthurdejong/nss-pam-ldapd"
+S = "${WORKDIR}/git"
SECTION = "base"
LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
@@ -13,12 +14,11 @@
DEPENDS += "libpam openldap krb5"
SRC_URI = "\
- http://arthurdejong.org/nss-pam-ldapd/${BPN}-${PV}.tar.gz \
+ git://github.com/arthurdejong/nss-pam-ldapd;branch=master;protocol=https \
file://nslcd.init \
file://nslcd.service \
"
-SRC_URI[md5sum] = "8c99fdc54f4bf9aca8c5f53fdb1403ff"
-SRC_URI[sha256sum] = "ef7362e7f2003da8c7beb7bcc03c30494acf712625aaac8badc6e7eb16f3453f"
+SRCREV="47fd03bc80d470de881c025ff934325bd7def0b5"
SYSTEMD_SERVICE:${PN} = "nslcd.service"