Skip to content

Commit

Permalink
meta-phosphor: nss-pam-ldapd: Move recipe to github
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
geissonator committed Jan 9, 2024
1 parent a271c7c commit f8176d5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ DESCRIPTION = "\
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"
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
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"

Expand Down

0 comments on commit f8176d5

Please sign in to comment.