summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* python-cython: upgrade to 0.15.1 because 0.13 doesn't work with python-2.7.2Martin Jansa2011-10-121-4/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9 0.5.1: fix do_installKoen Kooi2011-10-111-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add systemd unitKoen Kooi2011-10-102-2/+29
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-sdk-target: initial add - meant to be what task-sdk-native is in OE classicKoen Kooi2011-10-101-0/+24
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* binutils 2.20.1: add -Werror hack to get the target version to buildKoen Kooi2011-10-101-1/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add full gzip to RDEPENDS, stock busybox lacks the --best optionKoen Kooi2011-10-091-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: fix packagingKoen Kooi2011-10-071-2/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: createdJason Kridner2011-10-071-0/+39
| | | | | | | | | | | | | | | Cloud9 is a web-browser based IDE running on node.js. This application should support multiple architectures as long as they have node.js and a build of node-o3-xml that is dropped into this system. Currently, that includes x86 32/64-bit and ARM armv7. Ideally, that library would be added separately as a system-dependent portion, because everything else should be ISA independent. [ small DEPENDS fixes added by koen ] Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Bring in latest linaro patchesKhem Raj2011-10-0426-1784/+10094
| | | | | | | | Adjust existing patches for latest FSF gcc-4_6-branch Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Fix cross-gcc build for 64 bit targetsKhem Raj2011-09-222-9/+57
| | | | | | | | | | Building gcc-cross-intermediate for x86_64 failed since the notion of multlib has changed in oe-core. So we needed to sync 64bit hack patch from oe-core/gcc-4.6 into meta-oe 4.5 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Upgrade to latest FSF 4.5 branch and bring in latest linaro patchesKhem Raj2011-09-1913-125/+829
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: include libgcov.a into libgcc-dev packagelumag2011-09-192-1/+2
| | | | | | | | First, this lib is usefull for coverage analysis-enabled building. Second, this fixes the warning about unpackaged files in libgcc recipe. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* binutils-2.20.1: fix checksums as 2.20.1 is now 2.20.1aEric BENARD2011-09-141-4/+4
| | | | | | | | | | | | | | | | 2.20.1 is now 2.20.1a (but when extracting the 2.20.1a sources, the directory name is still 2.20.1) $ LANG=C diff -rq binutils-2.20.1 binutils-2.20.1a Only in binutils-2.20.1a: cgen Files binutils-2.20.1/md5.sum and binutils-2.20.1a/md5.sum differ Files binutils-2.20.1/opcodes/m32c-desc.c and binutils-2.20.1a/opcodes/m32c-desc.c differ Files binutils-2.20.1/opcodes/mep-asm.c and binutils-2.20.1a/opcodes/mep-asm.c differ Files binutils-2.20.1/opcodes/mep-opc.c and binutils-2.20.1a/opcodes/mep-opc.c differ Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* klibc: upgrade 1.5.24 to 1.5.25Andrea Adami2011-09-0716-35/+3
| | | | | | | | * remove sochet.h patch now upstream * prepare for klibc_2.0, to be released in the next days Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* klibc_1.5.24: remove nostrip patch and fix packaging of klibc-utilsAndrea Adami2011-09-075-47/+28
| | | | | | | | * follow Debian packaging for klibc-utils * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-lxml: Add version 2.2.8 (initial recipe)Noor Ahsan2011-09-071-0/+33
| | | | | | | | | | | * Imported from oe.dev commit id bc6a94559157e6fcc190a22a259c0f757b8664ae. * Getting "skipping incompatible libraries" message in compilation log. Fixed that issue by changing --with-xml2-config=${STAGING_BINDIR_NATIVE}/xml2-config to --with-xml2-config=${STAGING_BINDIR_CROSS}/xml2-config. * Added BBCLASSEXTEND native and nativesdk for native recipe. * Tested with MACHINE = 'qemuppc' Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* klibc: move comment outside multiline variableMartin Jansa2011-09-011-1/+1
| | | | | | * new bitbake doesn't like it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* json-glib: drop specific recipe to use OpenEmbedded-CoreOtavio Salvador2011-08-311-14/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* binutils: use TARGET_PREFIX for the convenience linksChris Larson2011-08-311-2/+2
| | | | | | | This ensures it works even if TARGET_PREFIX != ${TARGET_SYS}- Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ltrace: upgrade Debian patchset from -2 to -2.1Sebastian Krzyszkowiak2011-08-311-4/+4
| | | | | | | * because -2 is not fetchable anymore Signed-off-by: Sebastian Krzyszkowiak <dos@dosowisko.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tk 8.5.8: import from OE rev 5350bbef01b8979617e3d0fd38939f94f1fa5315Koen Kooi2011-08-178-0/+263
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* klibc: initial commit of version 1.5.24Andrea Adami2011-08-1716-0/+2903
| | | | | | | | * from org.openembedded.dev * reworked in meta-smartphones/meta-zaurus Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs 0.4.2: import from OE rev e02237d7e46e60fbd9eb4a05a308e6adcf916ebbKoen Kooi2011-08-172-0/+53
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* binutils-2.20.1: import several patches from Debianlumag2011-08-165-1/+467
| | | | | | | | Import several patches from Debian to improve --no-add-needed handling vs. weak symbols and branching to weak symbols on arm. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: update 64bithack.patch to skip changing GLIBC_DYNAMIC_LINKER64Denys Dmytriyenko2011-08-121-13/+0
| | | | | | | GLIBC_DYNAMIC_LINKER* is now updated by do_headerfix() from oe-core Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc: append PR to S to match oe-core and fix do_headerfixDenys Dmytriyenko2011-08-121-1/+1
| | | | | | | | This fixes the gcc-cross-inital failure, as reported here: http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/6150 Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc: Various fixups to ensure consistent gcc buildsKoen Kooi2011-08-1011-11/+1
| | | | | | | | | | | | | | | (ported from oe-core for consistency) We ensure that: * the shared work directory contains PR and ensure PR values are consistent across gcc builds * the regexp to handle library directories is in a specific task and run once This avoids breakage that was seen in incremental builds after commit be1f70d68b6b75772ebab8bdff683ddd7c42b0cd in oe-core where the interpretor could become corrupted. This was due to the sed expression corrupting the source directory. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Bring in linaro patches upto 07.2011 releaseKhem Raj2011-08-0320-1/+5845
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* orc: add 0.4.14Koen Kooi2011-08-022-0/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Bring latest upstream and linaro patchesKhem Raj2011-07-3012-199/+1870
| | | | | | | | Build tested on angstrom-2010/console-image for all qemus + beagleboard for both uclibc/eglibc Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vala-dbus-binding-tool: inherit perlnativeMartin Jansa2011-07-211-1/+1
| | | | | | | | | * otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mercurial-native: Add 1.9 versionTom Rini2011-07-191-0/+24
| | | | | | | This is based on 91c14caa8819b08def8ea99e02949e49604c2e86 from oe.dev with an update to 1.9. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* Drop PRIORITY variablePaul Eggleton2011-07-1412-12/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* icon-naming-utils: Inherit perlnativeKhem Raj2011-07-131-2/+2
| | | | | | | So we get the staged native perl to use Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* icon-naming-utils: inherit allarchKhem Raj2011-07-131-2/+2
| | | | | | | | This is a perl script which can be made into an all arch package and avoid redundant duplicate builds Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* icon-naming-utils-native: Fix long path to perl in icon-name-mappingTom Rini2011-07-121-0/+7
| | | | | | | | This is imported from oe.dev Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>