Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC][PATCH] samba: remove talloc from DEPENDS
@ 2014-04-04 20:37 Jate S
  2014-04-05  5:40 ` Khem Raj
  2014-04-05  9:39 ` Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Jate S @ 2014-04-04 20:37 UTC (permalink / raw)
  To: openembedded-core

I've only tried this out on dora. There are no other changes, so I
think it should work for newer branches.
----
samba: remove talloc from DEPENDS

Samba has a DEPENDS on talloc, but the recipe runs configure
"--without-libtalloc".

The dependency tree causes a rebuild when using a PREMIRROR sstate
cache. Removing talloc from DEPENDS fixes the problem.

Signed-off-by: Jate Sujjavanich <jatedev@gmail.com>

diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-conn
index 7391bbf..42979c8 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 \


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-05  9:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-04 20:37 [RFC][PATCH] samba: remove talloc from DEPENDS Jate S
2014-04-05  5:40 ` Khem Raj
2014-04-05  9:39 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox