All the mail mirrored from lore.kernel.org
 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

* Re: [RFC][PATCH] samba: remove talloc from DEPENDS
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2014-04-05  5:40 UTC (permalink / raw
  To: Jate S; +Cc: Patches and discussions about the oe-core layer

On Fri, Apr 4, 2014 at 1:37 PM, Jate S <jatedev@gmail.com> wrote:
> samba: remove talloc from DEPENDS
>
> Samba has a DEPENDS on talloc, but the recipe runs configure
> "--without-libtalloc".

FWIW this should become PACKAGECONFIG which is disabled by default


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

* Re: [RFC][PATCH] samba: remove talloc from DEPENDS
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2014-04-05  9:39 UTC (permalink / raw
  To: Jate S; +Cc: openembedded-core

On Fri, 2014-04-04 at 16:37 -0400, Jate S wrote:
> 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

This is a meta-oe change so it needs to go to openembedded-devel (as per
the README).

Cheers,

Richard



^ permalink raw reply	[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 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.