2010/8/31 Noor Ahsan <[email protected]>: > * Set BBCLASSEXTEND to native > * Bump PR to "r2" > > Signed-off-by: Noor Ahsan <[email protected]> > --- > 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
