* [meta-oe][PATCH] Fix samba's DEPENDS which was triggering rebuild
@ 2014-04-07 15:47 Jate Sujjavanich
2014-04-20 11:18 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Jate Sujjavanich @ 2014-04-07 15:47 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jate Sujjavanich
From: Jate Sujjavanich <jate.sujjavanich@myfuelmaster.com>
Use PACKAGECONFIG to properly provide the option for libtalloc
Signed-off-by: Jate Sujjavanich <jatedev@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 7391bbf..b527a66 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"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe][PATCH] Fix samba's DEPENDS which was triggering rebuild
2014-04-07 15:47 [meta-oe][PATCH] Fix samba's DEPENDS which was triggering rebuild Jate Sujjavanich
@ 2014-04-20 11:18 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-04-20 11:18 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jate Sujjavanich
[-- Attachment #1: Type: text/plain, Size: 1985 bytes --]
On Mon, Apr 07, 2014 at 11:47:02AM -0400, Jate Sujjavanich wrote:
> From: Jate Sujjavanich <jate.sujjavanich@myfuelmaster.com>
>
> Use PACKAGECONFIG to properly provide the option for libtalloc
Merged, thanks!
>
> Signed-off-by: Jate Sujjavanich <jatedev@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 7391bbf..b527a66 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"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-20 11:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07 15:47 [meta-oe][PATCH] Fix samba's DEPENDS which was triggering rebuild Jate Sujjavanich
2014-04-20 11:18 ` Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.