All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sqlite: remove dependency on tcl-native
@ 2011-06-03 10:40 Phil Blundell
  2011-06-03 13:36 ` Tom Rini
  2011-06-08 16:45 ` Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Phil Blundell @ 2011-06-03 10:40 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Older versions of sqlite required tclsh at compile time but this is no longer
the case with recent 3.7.x.

See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html

Signed-off-by: Phil Blundell <philb@gnu.org>
---
 meta/recipes-support/sqlite/sqlite3.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
index d8ef8dc..939df14 100644
--- a/meta/recipes-support/sqlite/sqlite3.inc
+++ b/meta/recipes-support/sqlite/sqlite3.inc
@@ -2,8 +2,8 @@ DESCRIPTION = "An Embeddable SQL Database Engine"
 HOMEPAGE = "http://www.sqlite.org"
 SECTION = "libs"
 PRIORITY = "optional"
-DEPENDS = "readline ncurses tcl-native"
-DEPENDS_virtclass-native = "tcl-native"
+DEPENDS = "readline ncurses"
+DEPENDS_virtclass-native = ""
 LICENSE = "PD"
 
 inherit autotools pkgconfig
-- 
1.7.2.5






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

* Re: [PATCH] sqlite: remove dependency on tcl-native
  2011-06-03 10:40 [PATCH] sqlite: remove dependency on tcl-native Phil Blundell
@ 2011-06-03 13:36 ` Tom Rini
  2011-06-08 16:45 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2011-06-03 13:36 UTC (permalink / raw)
  To: Phil Blundell; +Cc: Patches and discussions about the oe-core layer

On 06/03/2011 03:40 AM, Phil Blundell wrote:
> Older versions of sqlite required tclsh at compile time but this is no longer
> the case with recent 3.7.x.
> 
> See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html
> 
> Signed-off-by: Phil Blundell <philb@gnu.org>

Acked-by: Tom Rini <tom_rini@mentor.com>

> ---
>  meta/recipes-support/sqlite/sqlite3.inc |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
> index d8ef8dc..939df14 100644
> --- a/meta/recipes-support/sqlite/sqlite3.inc
> +++ b/meta/recipes-support/sqlite/sqlite3.inc
> @@ -2,8 +2,8 @@ DESCRIPTION = "An Embeddable SQL Database Engine"
>  HOMEPAGE = "http://www.sqlite.org"
>  SECTION = "libs"
>  PRIORITY = "optional"
> -DEPENDS = "readline ncurses tcl-native"
> -DEPENDS_virtclass-native = "tcl-native"
> +DEPENDS = "readline ncurses"
> +DEPENDS_virtclass-native = ""
>  LICENSE = "PD"
>  
>  inherit autotools pkgconfig


-- 
Tom Rini
Mentor Graphics Corporation



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

* Re: [PATCH] sqlite: remove dependency on tcl-native
  2011-06-03 10:40 [PATCH] sqlite: remove dependency on tcl-native Phil Blundell
  2011-06-03 13:36 ` Tom Rini
@ 2011-06-08 16:45 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-06-08 16:45 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 06/03/2011 03:40 AM, Phil Blundell wrote:
> Older versions of sqlite required tclsh at compile time but this is no longer
> the case with recent 3.7.x.
>
> See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html
>
> Signed-off-by: Phil Blundell<philb@gnu.org>
> ---
>   meta/recipes-support/sqlite/sqlite3.inc |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
> index d8ef8dc..939df14 100644
> --- a/meta/recipes-support/sqlite/sqlite3.inc
> +++ b/meta/recipes-support/sqlite/sqlite3.inc
> @@ -2,8 +2,8 @@ DESCRIPTION = "An Embeddable SQL Database Engine"
>   HOMEPAGE = "http://www.sqlite.org"
>   SECTION = "libs"
>   PRIORITY = "optional"
> -DEPENDS = "readline ncurses tcl-native"
> -DEPENDS_virtclass-native = "tcl-native"
> +DEPENDS = "readline ncurses"
> +DEPENDS_virtclass-native = ""
>   LICENSE = "PD"
>
>   inherit autotools pkgconfig
Merged into oe-core

Thanks
	Sau!



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

end of thread, other threads:[~2011-06-08 16:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-03 10:40 [PATCH] sqlite: remove dependency on tcl-native Phil Blundell
2011-06-03 13:36 ` Tom Rini
2011-06-08 16:45 ` Saul Wold

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.