summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba_4.1.12.bb')
-rw-r--r--meta-networking/recipes-connectivity/samba/samba_4.1.12.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
index fbdbd5af3..863d78314 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
@@ -33,6 +33,7 @@ SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \
33 file://18-avoid-get-config-by-native-ncurses.patch \ 33 file://18-avoid-get-config-by-native-ncurses.patch \
34 file://19-systemd-daemon-is-contained-by-libsystemd.patch \ 34 file://19-systemd-daemon-is-contained-by-libsystemd.patch \
35 file://20-do-not-import-target-module-while-cross-compile.patch \ 35 file://20-do-not-import-target-module-while-cross-compile.patch \
36 file://21-add-config-option-without-valgrind.patch \
36 " 37 "
37 38
38SRC_URI[md5sum] = "232016d7581a1ba11e991ec2674553c4" 39SRC_URI[md5sum] = "232016d7581a1ba11e991ec2674553c4"
@@ -65,6 +66,7 @@ PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap"
65PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd" 66PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd"
66PACKAGECONFIG[dmapi] = "--with-dmapi,--without-dmapi,dmapi" 67PACKAGECONFIG[dmapi] = "--with-dmapi,--without-dmapi,dmapi"
67PACKAGECONFIG[zeroconf] = "--enable-avahi,--disable-avahi,avahi" 68PACKAGECONFIG[zeroconf] = "--enable-avahi,--disable-avahi,avahi"
69PACKAGECONFIG[valgrind] = ",--without-valgrind,valgrind,"
68 70
69SAMBA4_IDMAP_MODULES="idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2" 71SAMBA4_IDMAP_MODULES="idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2"
70SAMBA4_PDB_MODULES="pdb_tdbsam,${@bb.utils.contains('PACKAGECONFIG', 'ldap', 'pdb_ldap,', '', d)}pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4" 72SAMBA4_PDB_MODULES="pdb_tdbsam,${@bb.utils.contains('PACKAGECONFIG', 'ldap', 'pdb_ldap,', '', d)}pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4"