summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/samba/samba.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba.inc')
-rw-r--r--meta-oe/recipes-connectivity/samba/samba.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc
index 87352a1cbd..59c671276a 100644
--- a/meta-oe/recipes-connectivity/samba/samba.inc
+++ b/meta-oe/recipes-connectivity/samba/samba.inc
@@ -1,6 +1,6 @@
1SECTION = "console/network" 1SECTION = "console/network"
2LICENSE = "GPL-3.0" 2LICENSE = "GPL-3.0"
3DEPENDS = "readline virtual/libiconv talloc zlib popt" 3DEPENDS = "readline virtual/libiconv zlib popt"
4 4
5SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \ 5SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
6 file://volatiles.03_samba \ 6 file://volatiles.03_samba \
@@ -35,7 +35,6 @@ EXTRA_OECONF='--disable-cups \
35 --with-aio-support \ 35 --with-aio-support \
36 --with-winbind \ 36 --with-winbind \
37 --with-wbclient \ 37 --with-wbclient \
38 --without-libtalloc \
39 --without-acl-support \ 38 --without-acl-support \
40 --disable-avahi \ 39 --disable-avahi \
41 samba_cv_struct_timespec=yes \ 40 samba_cv_struct_timespec=yes \
@@ -44,6 +43,7 @@ EXTRA_OECONF='--disable-cups \
44PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" 43PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
45PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam" 44PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam"
46PACKAGECONFIG[fam] = "--enable-fam,--disable-fam,gamin" 45PACKAGECONFIG[fam] = "--enable-fam,--disable-fam,gamin"
46PACKAGECONFIG[talloc] = "--with-libtalloc,--without-libtalloc,talloc"
47 47
48INITSCRIPT_PACKAGES = "samba winbind" 48INITSCRIPT_PACKAGES = "samba winbind"
49INITSCRIPT_NAME_samba = "samba" 49INITSCRIPT_NAME_samba = "samba"