[oe-commits] Jate Sujjavanich : samba: Add talloc PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Fri Apr 18 09:48:09 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 228543c13c92b908f773ec16f96469ee572f868c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=228543c13c92b908f773ec16f96469ee572f868c

Author: Jate Sujjavanich <jate.sujjavanich at myfuelmaster.com>
Date:   Mon Apr  7 11:47:02 2014 -0400

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 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/samba/samba.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc
index 87352a1..59c6712 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"



More information about the Openembedded-commits mailing list