From: Jate Sujjavanich <jatedev@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Jate Sujjavanich <jate.sujjavanich@myfuelmaster.com>
Subject: [meta-oe][PATCH] Fix samba's DEPENDS which was triggering rebuild
Date: Mon, 7 Apr 2014 11:47:02 -0400 [thread overview]
Message-ID: <1396885622-28017-1-git-send-email-jatedev@gmail.com> (raw)
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
next reply other threads:[~2014-04-07 15:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-07 15:47 Jate Sujjavanich [this message]
2014-04-20 11:18 ` [meta-oe][PATCH] Fix samba's DEPENDS which was triggering rebuild Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1396885622-28017-1-git-send-email-jatedev@gmail.com \
--to=jatedev@gmail.com \
--cc=jate.sujjavanich@myfuelmaster.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.