diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-05-08 18:55:44 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-05-09 07:48:58 -0700 |
| commit | 99eeb2a916c6d07433a02ddff635353006ed46c9 (patch) | |
| tree | 7965f3cc4cf2516ab9fc3c64d9ee62ca486819d9 | |
| parent | 4de97bd1efb0cedaac3f485dda10478f17e0dc6a (diff) | |
| download | meta-security-99eeb2a916c6d07433a02ddff635353006ed46c9.tar.gz | |
sssd: update SRC_URI as git.fedorahosted.org shut down
build fixes too
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/sssd/sssd_1.13.3.bb | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/recipes-security/sssd/sssd_1.13.3.bb b/recipes-security/sssd/sssd_1.13.3.bb index fd4f2a2..07abb93 100644 --- a/recipes-security/sssd/sssd_1.13.3.bb +++ b/recipes-security/sssd/sssd_1.13.3.bb | |||
| @@ -5,25 +5,23 @@ SECTION = "base" | |||
| 5 | LICENSE = "GPLv3+" | 5 | LICENSE = "GPLv3+" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 7 | 7 | ||
| 8 | DEPENDS = "openldap cyrus-sasl libtdb ding-libs libpam c-ares krb5" | 8 | DEPENDS = "openldap cyrus-sasl libtdb ding-libs libpam c-ares krb5 autoconf-archive" |
| 9 | DEPENDS += "libldb dbus libtalloc libpcre glib-2.0 popt e2fsprogs libtevent" | 9 | DEPENDS += "libldb dbus libtalloc libpcre glib-2.0 popt e2fsprogs libtevent" |
| 10 | 10 | ||
| 11 | SRCREV = "70862d81a9a1228ad27ad35c9e99cc24b77940c6" | 11 | SRC_URI = "https://releases.pagure.org/SSSD/${BPN}/${BP}.tar.gz\ |
| 12 | |||
| 13 | PV = "1.13.3+git${SRCPV}" | ||
| 14 | |||
| 15 | SRC_URI = "git://git.fedorahosted.org/git/sssd.git;branch='sssd-1-13' \ | ||
| 16 | file://sssd.conf " | 12 | file://sssd.conf " |
| 17 | 13 | ||
| 18 | S = "${WORKDIR}/git" | 14 | SRC_URI[md5sum] = "38bbb24ea9139508cc1d6e402e253244" |
| 15 | SRC_URI[sha256sum] = "3fd8fe8e6ee9f50b33eecd1bcccfaa44791f30d4e5f3113ba91457ba5f411f85" | ||
| 19 | 16 | ||
| 20 | inherit autotools pkgconfig gettext update-rc.d python-dir | 17 | inherit autotools pkgconfig gettext update-rc.d python-dir |
| 21 | 18 | ||
| 22 | CACHED_CONFIGUREVARS = "ac_cv_member_struct_ldap_conncb_lc_arg=no \ | 19 | CACHED_CONFIGUREVARS = "ac_cv_member_struct_ldap_conncb_lc_arg=no \ |
| 20 | ac_cv_path_NSUPDATE=${bindir} \ | ||
| 23 | ac_cv_path_PYTHON2=${PYTHON_DIR} ac_cv_prog_HAVE_PYTHON3=${PYTHON_DIR} \ | 21 | ac_cv_path_PYTHON2=${PYTHON_DIR} ac_cv_prog_HAVE_PYTHON3=${PYTHON_DIR} \ |
| 24 | " | 22 | " |
| 25 | 23 | ||
| 26 | PACKAGECONFIG ?="nss" | 24 | PACKAGECONFIG ?="nss nscd" |
| 27 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" | 25 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" |
| 28 | 26 | ||
| 29 | PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, " | 27 | PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, " |
| @@ -32,14 +30,14 @@ PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, | |||
| 32 | PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" | 30 | PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" |
| 33 | PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings" | 31 | PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings" |
| 34 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" | 32 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" |
| 35 | PACKAGECONFIG[nss] = "--with-crypto=nss, , nss" | 33 | PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," |
| 36 | PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto" | 34 | PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto" |
| 37 | PACKAGECONFIG[nscd] = "--with-nscd=, --without-nscd, " | 35 | PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " |
| 38 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" | 36 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" |
| 39 | PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/, --with-systemdunitdir=" | 37 | PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/, --with-systemdunitdir=" |
| 40 | PACKAGECONFIG[systemd] = "--with-systemdconfdir=${systemd_unitdir}/system/, --with-systemdconfdir=" | 38 | PACKAGECONFIG[systemd] = "--with-systemdconfdir=${systemd_unitdir}/system/, --with-systemdconfdir=" |
| 41 | 39 | ||
| 42 | EXTRA_OECONF += "--disable-rpath --disable-config-lib --disable-cifs-idmap-plugin --without-nfsv4-idmapd-plugin --without-ipa-getkeytab" | 40 | EXTRA_OECONF += "--disable-config-lib --disable-cifs-idmap-plugin --without-nfsv4-idmapd-plugin --without-ipa-getkeytab" |
| 43 | 41 | ||
| 44 | do_configure_prepend() { | 42 | do_configure_prepend() { |
| 45 | mkdir -p ${AUTOTOOLS_AUXDIR}/build | 43 | mkdir -p ${AUTOTOOLS_AUXDIR}/build |
