aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tcltk
AgeCommit message (Collapse)Author
2010-10-06tcltk : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.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-30tk: Merge target and native packages using BBCLASSEXTENDNoor Ahsan
* Set BBCLASSEXTEND to native * Bump PR to "r2" Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.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-09-30tk: Run oe-stylize.py script and change the recipe accordinglyNoor Ahsan
* Run the oe-stylize.py script 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-19tk 8.5.8: reintroduce .so workaroundKoen Kooi
2010-05-19tk: add 8.5.8Koen Kooi
2010-05-19tcl: add 8.5.8Koen Kooi
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-09tcl: Always include /usr/lib/tcl* scripts.Jeremy Puhlman
Make sure that the tcl scripts are added in altabi builds. Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Chris larson <clarson@mvista.com>
2009-11-13tcl: try to fix sundry problems with library stagingPhil Blundell
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>