aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tcltk/tcl_8.5.8.bb
AgeCommit message (Collapse)Author
2011-04-21tcl: Removed orphan reference to tcl_sysroot introduced by 7c4aeaf.Stanislav Brabec
* See http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/032126.html Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2011-04-20tcl: Adapt tclConfig.sh modification to binconfig.class change.Stanislav Brabec
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2011-03-31tcl: Switch to patchdir rather than applying in do_configureTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-16tcl: Rework mips-tclstrtod.patchTom Rini
We can't portably use .. in paths in patches so we stop applying this in do_patch and instead apply it at the start of do_configure. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-01tcl/tcl-native: Fix building when tclsh isn't on the systemTom Rini
We do want to change from using the tclsh we just built when building for the target but for native we want to make sure it's used. Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-30tcl: Merged native and target packages using BBCLASSEXTENDNoor Ahsan
* Set BBCLASSEXTEND to native. * Change /usr/include/tcl-private to ${includedir}/tcl-private so that it can be used for native package. * Bump PR to "r8" Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-30tcl: Run oe-stylize.py script and modify the recipe accordinglyNoor Ahsan
* Run the oe-stylize.py script on the recipe and modify the recipe according to the output of the script. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-02tcl_8.5.8.bb: fix build for mips/mipsel.Graham Gower
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26tcl: add 2 entries to arm-linux site file (possibly only glibc specific, ↵Koen Kooi
need to check)
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-23tcl 8.5.8: fix header locationKoen Kooi
* remember to do 'bitbake glibc' after building tcl so packaged-staging can restore its headers
2010-05-19tcl: add 8.5.8Koen Kooi