summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
...
* gdb-cross-canadian: move bbappend to 7.4 to fix parsing, needs more ↵Koen Kooi2012-02-031-0/+0
| | | | | | attention after the weekend Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: convert to systemd bbclassKoen Kooi2012-02-021-10/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-twisted: import from OE-classicKoen Kooi2012-02-011-0/+223
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-zopeinterface: import from OE-classicKoen Kooi2012-02-011-0/+22
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* In LICENSE "&&" should be replaced with "&" [forgot .inc files]Andrei Gherzan2012-01-241-1/+1
| | | | | | | In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* node 0.6: update to 0.6.8Koen Kooi2012-01-231-4/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-imaging: fix #!/usr/local/bin/python problemKoen Kooi2012-01-201-0/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* In LICENSE "&&" should be replaced with "&"Andrei Gherzan2012-01-161-1/+1
| | | | | | | In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Update linaro patches past 2012.12 releaseKhem Raj2012-01-1011-1/+4724
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Fix ICE on x86_64 seen during vectorizationKhem Raj2012-01-102-19/+49
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs-native: clarify dependencies to match updated oe-core parserKoen Kooi2012-01-061-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-pyusb: add recipe to support usb development in PythonPeter A. Bigot2012-01-051-0/+17
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdb-cross-canadian: build gdb with python supportEric BENARD2011-12-231-0/+20
| | | | | | | | | | | | | | | * python support is needed for providing finer scripting control in gdb, and for remote controling gdb for example from qtcreator * gdb/configure tries to autodetect python using python executable with --includes --ldflags --exec-prefix to get the right flags As it's difficult to achieve in OE's context, we generate a script which will return the right values and make gdb's build system happy. This idea was taken from the following article : http://www.mentby.com/doug-evans-2/python-enabled-gdb-on-windows-and-relocation.html * tested using angstrom & armv7/armv5 targets & qtcreator 201005 & 2.4.0 Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Update gxx headers patchKhem Raj2011-12-212-18/+163
| | | | | | | | | | | | This patch now expects gxx-include-dir to be specified under sysroot which we already do through gcc-cross4.inc from oe-core Please test Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-tornada git: bump SRCREV for websocket API fixKoen Kooi2011-12-191-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* yajl: add 2.0.3Koen Kooi2011-12-171-0/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 1/2] gcc-4.6: Delete the patch that is now applied in oe-coreKhem Raj2011-12-072-35/+0
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Backport with-linker-hash-style and backports from FSF & linaroKhem Raj2011-12-056-336/+760
| | | | | | | | | | | | | | | | | | | | | | | backport --with-linker-hash-style from trunk, fix GNU_HASH QA warnings once for all Explicitly disable configuring with cloog/ppl while building gcc if the user has it installed on build box then gcc's configure will try to use it and it can go wrong and create problems since we never built it so Move to tip of FSF gcc-4_5-branch brings in bug fixes PR 50091/ppc 50464/x86 50273/fortran 44473/c++ mangler 49965/sparc 50565/c 50659/fortran 50618/c++ 50737/alpha 50793/c++ 50788/x86/SSE 50691/pa 50875/x86/SSE 50979/sparc 30282/ppc 51187/rtl 50888/bootstrap 48190/debug/QEMUhog Merge fix for LP689887/linaro https://bugs.launchpad.net/gcc-linaro/+bug/689887 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.6: Bring in latest linaro patchesKhem Raj2011-12-0324-1/+10087
| | | | | | | I have tested it on angstrom by successfully building console-image and systemd-gnome-image for all supported qemu targets. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.6: Delete linaro patch that has been committed upstreamKhem Raj2011-11-222-64/+0
| | | | | | | | | gcc-4.6-linaro-r106723.patch is actually a fix for PR 47551 and its needed in oe-core therefore we have to delete this here since now it will be part of oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: Update to latest 0.4x series release 0.4.12Stefan Schmidt2011-11-162-2/+2
| | | | | | | Rename patch and update checksums accordingly. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-imaging: add 1.1.7Koen Kooi2011-11-152-0/+91
| | | | | | Based on OE classic 1.1.6 recipe Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: add 0.6.1Koen Kooi2011-11-141-0/+53
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: update to 0.4.9Koen Kooi2011-11-142-12/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: fixed loading of o3.nodeJason Kridner2011-11-102-5/+9
| | | | | Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: updated to latest versionJason Kridner2011-11-091-7/+7
| | | | | Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
* nodejs 0.4.2: make npm and node-waf workKoen Kooi2011-11-091-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: bump SRCREVsKoen Kooi2011-11-071-5/+5
| | | | | | This makes the builtin console work a bit better Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: remove obsolete patchKoen Kooi2011-11-062-27/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* php 5.3.6: import from OE classicKoen Kooi2011-11-0310-0/+357
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libc-client: import from OE classicKoen Kooi2011-11-032-0/+44
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lemon 3.5.4: import from OE classicKoen Kooi2011-11-033-0/+96
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add avahi service fileKoen Kooi2011-11-022-2/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bootchart: add meego C only versionKoen Kooi2011-11-021-0/+15
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-simplejson: import from OE classic and update to 2.2.1Koen Kooi2011-11-021-0/+26
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-tornado: add patch to fix crasherKoen Kooi2011-11-022-2/+36
| | | | | | socket.gaierror: [Errno 3] invalid value for ai_flags. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-pyopenssl: import from OE classic, update to 0.13Koen Kooi2011-11-022-2/+25
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: bump PR after python upgradeMartin Jansa2011-11-0117-13/+17
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9 0.5.1: fix up node-o3-xml library locationKoen Kooi2011-10-241-6/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: build node-03-xml manually, waf is just too broken for crosscompilationJason Kridner2011-10-221-10/+19
| | | | | | | Also adjust packaging Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Cloud9: incremental submodule and build fixesJason Kridner2011-10-212-35/+79
| | | | Signed-off-by: Jason Kridner <jdk@ti.com>
* gcc-4.6: Remove the patches that are already applied via oe-coreKhem Raj2011-10-204-248/+0
| | | | | | | | | Please apply after http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-update has been merged into oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: also package wafadminKoen Kooi2011-10-191-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9 0.5.1: convert to fetch SRC_URIKoen Kooi2011-10-191-3/+28
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-tornado: add 2.1.1gitKoen Kooi2011-10-171-0/+13
|
* binutils-cross: Sync with oe-coreKhem Raj2011-10-152-1/+5
| | | | | | | | Now we have own copy of binutils-cross in meta-oe we need to sync with oe-core periodically Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ltp-ddt: import initial version 0.0.4 plus fixesDenys Dmytriyenko2011-10-141-0/+63
| | | | | | | Imported from Arago, adapted for meta-openembedded Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdbus-binding-tool: drop from meta-oe, superseeded by glib-2.30.0 where it's ↵Martin Jansa2011-10-122-519/+0
| | | | | | included Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-argparse: drop from meta-oe, moved to oe-core with glibMartin Jansa2011-10-121-15/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-cython: add patch to fix build error with some distutils packagesMartin Jansa2011-10-122-1/+31
| | | | | | | | * fails with TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' in setup.py when using python-2.6 or python-2.7 (don't know about python-3*) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>