All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tk: Merge target and native packages using BBCLASSEXTEND
@ 2010-08-31 10:34 Noor Ahsan
  2010-09-01 19:15 ` Frans Meulenbroeks
  0 siblings, 1 reply; 2+ messages in thread
From: Noor Ahsan @ 2010-08-31 10:34 UTC (permalink / raw)
  To: openembedded-devel

* Set BBCLASSEXTEND to native
* Bump PR to "r2"

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
---
 recipes/tcltk/tk_8.5.8.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/tcltk/tk_8.5.8.bb b/recipes/tcltk/tk_8.5.8.bb
index 01d09e8..5dcd61a 100644
--- a/recipes/tcltk/tk_8.5.8.bb
+++ b/recipes/tcltk/tk_8.5.8.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tcl.sourceforge.net"
 SECTION = "devel/tcltk"
 LICENSE = "tcl"
 DEPENDS = "tcl virtual/libx11 libxt"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "\
   ${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \
@@ -42,4 +42,5 @@ FILES_${PN}-lib = "${libdir}/libtk8.5.so.*"
 FILES_${PN} += "${libdir}/tk*"
 
 BINCONFIG_GLOB = "*Config.sh"
+BBCLASSEXTEND = "native"
 
-- 
1.6.3.3




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

* Re: [PATCH] tk: Merge target and native packages using BBCLASSEXTEND
  2010-08-31 10:34 [PATCH] tk: Merge target and native packages using BBCLASSEXTEND Noor Ahsan
@ 2010-09-01 19:15 ` Frans Meulenbroeks
  0 siblings, 0 replies; 2+ messages in thread
From: Frans Meulenbroeks @ 2010-09-01 19:15 UTC (permalink / raw)
  To: openembedded-devel

2010/8/31 Noor Ahsan <noor_ahsan@mentor.com>:
> * Set BBCLASSEXTEND to native
> * Bump PR to "r2"
>
> Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
> ---
>  recipes/tcltk/tk_8.5.8.bb |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/tcltk/tk_8.5.8.bb b/recipes/tcltk/tk_8.5.8.bb
> index 01d09e8..5dcd61a 100644
> --- a/recipes/tcltk/tk_8.5.8.bb
> +++ b/recipes/tcltk/tk_8.5.8.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://tcl.sourceforge.net"
>  SECTION = "devel/tcltk"
>  LICENSE = "tcl"
>  DEPENDS = "tcl virtual/libx11 libxt"
> -PR = "r1"
> +PR = "r2"
>
>  SRC_URI = "\
>   ${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \
> @@ -42,4 +42,5 @@ FILES_${PN}-lib = "${libdir}/libtk8.5.so.*"
>  FILES_${PN} += "${libdir}/tk*"
>
>  BINCONFIG_GLOB = "*Config.sh"
> +BBCLASSEXTEND = "native"
>
> --


Your patch should also include the removal of the native recipe as
otherwise that will get preference.
Also it is not clear if the stylize patch is applicable or not.

Frans



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

end of thread, other threads:[~2010-09-01 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-31 10:34 [PATCH] tk: Merge target and native packages using BBCLASSEXTEND Noor Ahsan
2010-09-01 19:15 ` Frans Meulenbroeks

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.