summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-02-05 10:13:15 +0530
committerArmin Kuster <akuster808@gmail.com>2018-02-14 11:56:35 -0800
commit195ca4f48eb2a3aa956852413ad05cdeea2bdb0b (patch)
treef872cf392b6e81cc306ce5f163dab28bd1bf5273
parent62803a0ecc68b890d7803ef319f2a6ffffd6f3c9 (diff)
downloadmeta-security-195ca4f48eb2a3aa956852413ad05cdeea2bdb0b.tar.gz
sssd: update to 1.16.0
update some PACKAGECONFIG changes Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/sssd/sssd_1.16.0.bb (renamed from recipes-security/sssd/sssd_1.13.3.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-security/sssd/sssd_1.13.3.bb b/recipes-security/sssd/sssd_1.16.0.bb
index 07abb93..e41a38e 100644
--- a/recipes-security/sssd/sssd_1.13.3.bb
+++ b/recipes-security/sssd/sssd_1.16.0.bb
@@ -11,8 +11,8 @@ DEPENDS += "libldb dbus libtalloc libpcre glib-2.0 popt e2fsprogs libtevent"
11SRC_URI = "https://releases.pagure.org/SSSD/${BPN}/${BP}.tar.gz\ 11SRC_URI = "https://releases.pagure.org/SSSD/${BPN}/${BP}.tar.gz\
12 file://sssd.conf " 12 file://sssd.conf "
13 13
14SRC_URI[md5sum] = "38bbb24ea9139508cc1d6e402e253244" 14SRC_URI[md5sum] = "f721ace2ebfa6744cfea55e3ecd2d82f"
15SRC_URI[sha256sum] = "3fd8fe8e6ee9f50b33eecd1bcccfaa44791f30d4e5f3113ba91457ba5f411f85" 15SRC_URI[sha256sum] = "c581a6e5365cef87fca419c0c9563cf15eadbb682863d648d85ffcded7a3940f"
16 16
17inherit autotools pkgconfig gettext update-rc.d python-dir 17inherit autotools pkgconfig gettext update-rc.d python-dir
18 18
@@ -35,9 +35,10 @@ PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto"
35PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " 35PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no "
36PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" 36PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"
37PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/, --with-systemdunitdir=" 37PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/, --with-systemdunitdir="
38PACKAGECONFIG[systemd] = "--with-systemdconfdir=${systemd_unitdir}/system/, --with-systemdconfdir=" 38PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2"
39PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl"
39 40
40EXTRA_OECONF += "--disable-config-lib --disable-cifs-idmap-plugin --without-nfsv4-idmapd-plugin --without-ipa-getkeytab" 41EXTRA_OECONF += "--disable-cifs-idmap-plugin --without-nfsv4-idmapd-plugin --without-ipa-getkeytab"
41 42
42do_configure_prepend() { 43do_configure_prepend() {
43 mkdir -p ${AUTOTOOLS_AUXDIR}/build 44 mkdir -p ${AUTOTOOLS_AUXDIR}/build