summaryrefslogtreecommitdiff
path: root/meta/packages/tcltk
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-274-219/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* tcl: fix native buildKevin Tian2010-08-171-4/+8
| | | | | | | commit a2e6b265ed66d5f274507dcfbb3b91c30cc12e3a introduced one patch to fix non-native build, which however breaks native build. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* tcl: fix a build issueNitin A Kamble2010-08-132-4/+70
| | | | | | | | | | | | | | | | This fixes: [BUGID #210] This commit addes a native recipe & a patch for tcl to fix the following build issue | Installing message catalogs | /bin/sh: line 2: ./tclsh: cannot execute binary file | make: *** [install-msgs] Error 126 | FATAL: oe_runmake failed NOTE: package tcl-8.5.8-r0: task do_install: Failed Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* tcl: upgraded from 8.4.19 to 8.5.8Nitin A Kamble2010-06-302-58/+44
| | | | | | | | | patche changes: tcl-add-soname.patch: rebased to the newer release code Also added metadata variables, LIC_FILES_CHKSUM Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* tcl: Add tcltk from OE.dev but with legacy staging function removed and ↵Richard Purdie2009-12-093-0/+163
converted to BBCLASSEXTEND Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>