mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
d04099e94b
commit
304a68732d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user