aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJate Sujjavanich <jate.sujjavanich@myfuelmaster.com>2014-04-07 11:47:02 -0400
committerAndreas Oberritter <obi@opendreambox.org>2015-04-22 10:07:58 +0200
commit765c71a2b9f869cf536744413371c8577413d1f0 (patch)
tree0ddb34a349d65a08c2de2606ba89a37fbae80b78
parent83dada2b47712b644fd1dff7892ae45b5635aedf (diff)
downloadmeta-openembedded-contrib-765c71a2b9f869cf536744413371c8577413d1f0.tar.gz
samba: Add talloc PACKAGECONFIG
* fix DEPENDS which was triggering rebuild Use PACKAGECONFIG to properly provide the option for libtalloc Signed-off-by: Jate Sujjavanich <jatedev@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 84d2791e40a359a8f6c360f6ed1d6476f4b8d46e) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-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 @@
SECTION = "console/network"
LICENSE = "GPL-3.0"
-DEPENDS = "readline virtual/libiconv talloc zlib popt"
+DEPENDS = "readline virtual/libiconv zlib popt"
SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
file://volatiles.03_samba \
@@ -35,7 +35,6 @@ EXTRA_OECONF='--disable-cups \
--with-aio-support \
--with-winbind \
--with-wbclient \
- --without-libtalloc \
--without-acl-support \
--disable-avahi \
samba_cv_struct_timespec=yes \
@@ -44,6 +43,7 @@ EXTRA_OECONF='--disable-cups \
PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam"
PACKAGECONFIG[fam] = "--enable-fam,--disable-fam,gamin"
+PACKAGECONFIG[talloc] = "--with-libtalloc,--without-libtalloc,talloc"
INITSCRIPT_PACKAGES = "samba winbind"
INITSCRIPT_NAME_samba = "samba"