aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tcltk
AgeCommit message (Collapse)Author
2009-01-25tcl: reinstate manual do_stage; necessary due to broken autotools usageMichael 'Mickey' Lauer
2009-01-25tcltk: Fix missing }Tim 'timtim' Ellis
2009-01-24tcltk: Fix the native packages after last tcltk changeTim Ellis
2009-01-24tcltk: 8.4.11 -> 8.4.19; try harder to get proper library packagingMichael 'Mickey' Lauer
2009-01-01tk-native: Reordered lines to fix dependencies.Stanislav Brabec
2008-12-16tcl-native, tk-native: New packages. Needed for compilation of geda/pcb.Stanislav Brabec
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-02-21tcl: drop -L${libdir} in tclConfig.sh. Fixes 3771. Thanks, zecke.Rolf Leggewie
2007-01-06tcl: make sure ${STAGING_BINDIR_CROSS} exists before trying to install ↵Rod Whitby
tclConfig.sh into it
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ↵Richard Purdie
mailing list. There should be no functionality changes yet.
2006-09-29tk: fix dirs in tkConfig.sh so tk related stuff will be buildable after ↵Marcin Juszkiewicz
cleaning WORKDIR
2006-09-29tcl: fix dirs in tclConfig.sh so tcl related stuff will be buildable after ↵Marcin Juszkiewicz
cleaning WORKDIR
2006-07-29x11: change virtual/x11 to virtual/libx11Justin Patrin
2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin
- emacs and synergy need full x11, hence libx11 instead of virtual/x11 - any other packages which depend on a full x11 will need the same change
2006-07-24tcl - Fix for a crazy configure script in TCL.Raymond Danks
2006-05-13tk: depend on libxt - close #966Marcin Juszkiewicz
2006-04-16tcl/tk: add pnum=2 to make the latest patch applyKoen Kooi
2006-04-16tcltk: apply patch to fix a bogus line in the configure scriptsMichael Lauer
bash 3.1 has a more strict syntax checking than 3.0, this is why it bailed out only on some boxes
2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel
2005-09-26disapproval of revision 05dd4ce9d2ee0995688e45e60a21534114fbc45fMichael Lauer
2005-09-26tk: DEPEND on libx11, not x11Michael Lauer
2005-09-25tcl/tk: add SONAME patches, ship .so in $PN, not $PN-devMichael Lauer
2005-09-25tcl/tk: install header files into $STAGING_DIRMichael Lauer
2005-09-24add tcl (tool command language) and the tk (toolkit) extensionMichael Lauer