diff options
author | Chong.Lu@windriver.com <Chong.Lu@windriver.com> | 2014-06-25 15:36:53 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:53:55 +0200 |
commit | 304a68732d93e0714816d35783ee45100d438bfa (patch) | |
tree | 33140f6da86d3866138a188e352f6e048e568347 /meta-oe | |
parent | d04099e94be6611ac1aca1cbeee14c4546a920bb (diff) | |
download | meta-openembedded-304a68732d93e0714816d35783ee45100d438bfa.tar.gz |
samba: fix dependency issue about talloc
Check whether to enable external talloc by PACKAGECONFIG.
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/samba/samba.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc index 39fc8143f..3da056223 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 \ | |||
43 | PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | 43 | PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" |
44 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam" | 44 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam" |
45 | PACKAGECONFIG[fam] = "--enable-fam,--disable-fam,gamin" | 45 | PACKAGECONFIG[fam] = "--enable-fam,--disable-fam,gamin" |
46 | PACKAGECONFIG[talloc] = "--with-libtalloc,--without-libtalloc,talloc" | 46 | PACKAGECONFIG[talloc] = "--enable-external-libtalloc --with-libtalloc, --disable-external-libtalloc --without-libtalloc, talloc" |
47 | 47 | ||
48 | INITSCRIPT_PACKAGES = "samba winbind" | 48 | INITSCRIPT_PACKAGES = "samba winbind" |
49 | INITSCRIPT_NAME_samba = "samba" | 49 | INITSCRIPT_NAME_samba = "samba" |