[oe-commits] Chong.Lu at windriver.com : samba: fix dependency issue about talloc

git at git.openembedded.org git at git.openembedded.org
Tue Jul 15 13:03:46 UTC 2014


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

Author: Chong.Lu at windriver.com <Chong.Lu at windriver.com>
Date:   Wed Jun 25 15:36:53 2014 +0800

samba: fix dependency issue about talloc

Check whether to enable external talloc by PACKAGECONFIG.

Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/samba/samba.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc
index 39fc814..3da0562 100644
--- a/meta-oe/recipes-connectivity/samba/samba.inc
+++ b/meta-oe/recipes-connectivity/samba/samba.inc
@@ -43,7 +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"
+PACKAGECONFIG[talloc] = "--enable-external-libtalloc --with-libtalloc, --disable-external-libtalloc --without-libtalloc, talloc"
 
 INITSCRIPT_PACKAGES = "samba winbind"
 INITSCRIPT_NAME_samba = "samba"



More information about the Openembedded-commits mailing list