[OE-core] [RFC][PATCH] samba: remove talloc from DEPENDS

Jate S jatedev at gmail.com
Fri Apr 4 20:37:47 UTC 2014


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 at 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 \



More information about the Openembedded-core mailing list