mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
229e641a97
commit
84d2791e40
@@ -1,6 +1,6 @@
|
|||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
LICENSE = "GPL-3.0"
|
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 \
|
SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
|
||||||
file://volatiles.03_samba \
|
file://volatiles.03_samba \
|
||||||
@@ -35,7 +35,6 @@ EXTRA_OECONF='--disable-cups \
|
|||||||
--with-aio-support \
|
--with-aio-support \
|
||||||
--with-winbind \
|
--with-winbind \
|
||||||
--with-wbclient \
|
--with-wbclient \
|
||||||
--without-libtalloc \
|
|
||||||
--without-acl-support \
|
--without-acl-support \
|
||||||
--disable-avahi \
|
--disable-avahi \
|
||||||
samba_cv_struct_timespec=yes \
|
samba_cv_struct_timespec=yes \
|
||||||
@@ -44,6 +43,7 @@ EXTRA_OECONF='--disable-cups \
|
|||||||
PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
|
PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
|
||||||
PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam"
|
PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam"
|
||||||
PACKAGECONFIG[fam] = "--enable-fam,--disable-fam,gamin"
|
PACKAGECONFIG[fam] = "--enable-fam,--disable-fam,gamin"
|
||||||
|
PACKAGECONFIG[talloc] = "--with-libtalloc,--without-libtalloc,talloc"
|
||||||
|
|
||||||
INITSCRIPT_PACKAGES = "samba winbind"
|
INITSCRIPT_PACKAGES = "samba winbind"
|
||||||
INITSCRIPT_NAME_samba = "samba"
|
INITSCRIPT_NAME_samba = "samba"
|
||||||
|
|||||||
Reference in New Issue
Block a user