mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
sssd: update SRC_URI as git.fedorahosted.org shut down
build fixes too Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -5,25 +5,23 @@ SECTION = "base"
|
||||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "openldap cyrus-sasl libtdb ding-libs libpam c-ares krb5"
|
||||
DEPENDS = "openldap cyrus-sasl libtdb ding-libs libpam c-ares krb5 autoconf-archive"
|
||||
DEPENDS += "libldb dbus libtalloc libpcre glib-2.0 popt e2fsprogs libtevent"
|
||||
|
||||
SRCREV = "70862d81a9a1228ad27ad35c9e99cc24b77940c6"
|
||||
|
||||
PV = "1.13.3+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.fedorahosted.org/git/sssd.git;branch='sssd-1-13' \
|
||||
SRC_URI = "https://releases.pagure.org/SSSD/${BPN}/${BP}.tar.gz\
|
||||
file://sssd.conf "
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRC_URI[md5sum] = "38bbb24ea9139508cc1d6e402e253244"
|
||||
SRC_URI[sha256sum] = "3fd8fe8e6ee9f50b33eecd1bcccfaa44791f30d4e5f3113ba91457ba5f411f85"
|
||||
|
||||
inherit autotools pkgconfig gettext update-rc.d python-dir
|
||||
|
||||
CACHED_CONFIGUREVARS = "ac_cv_member_struct_ldap_conncb_lc_arg=no \
|
||||
ac_cv_path_NSUPDATE=${bindir} \
|
||||
ac_cv_path_PYTHON2=${PYTHON_DIR} ac_cv_prog_HAVE_PYTHON3=${PYTHON_DIR} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ?="nss"
|
||||
PACKAGECONFIG ?="nss nscd"
|
||||
PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
|
||||
|
||||
PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, "
|
||||
@@ -32,14 +30,14 @@ PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no,
|
||||
PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
|
||||
PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings"
|
||||
PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
|
||||
PACKAGECONFIG[nss] = "--with-crypto=nss, , nss"
|
||||
PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
|
||||
PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto"
|
||||
PACKAGECONFIG[nscd] = "--with-nscd=, --without-nscd, "
|
||||
PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no "
|
||||
PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"
|
||||
PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/, --with-systemdunitdir="
|
||||
PACKAGECONFIG[systemd] = "--with-systemdconfdir=${systemd_unitdir}/system/, --with-systemdconfdir="
|
||||
|
||||
EXTRA_OECONF += "--disable-rpath --disable-config-lib --disable-cifs-idmap-plugin --without-nfsv4-idmapd-plugin --without-ipa-getkeytab"
|
||||
EXTRA_OECONF += "--disable-config-lib --disable-cifs-idmap-plugin --without-nfsv4-idmapd-plugin --without-ipa-getkeytab"
|
||||
|
||||
do_configure_prepend() {
|
||||
mkdir -p ${AUTOTOOLS_AUXDIR}/build
|
||||
|
||||
Reference in New Issue
Block a user