[oe] [PATCH] tk: Merge target and native packages using BBCLASSEXTEND

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Wed Sep 1 19:15:33 UTC 2010


2010/8/31 Noor Ahsan <noor_ahsan at mentor.com>:
> * Set BBCLASSEXTEND to native
> * Bump PR to "r2"
>
> Signed-off-by: Noor Ahsan <noor_ahsan at 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




More information about the Openembedded-devel mailing list