summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* dejagnu: recipe taken from openembeddedKrzysztof Sywula2014-04-211-0/+13
| | | | Signed-off-by: Krzysztof Sywula <krzysztof.m.sywula@intel.com>
* yajl: update to 2.1.0Kang Kai2014-04-202-13/+18
| | | | | | | | | | Update yajl to version 2.1.0: * Correct license * Update SRCREV * Drop PR Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* swig: add native wrapper for SWIGLIBKang Kai2014-04-201-0/+8
| | | | | | | | | | | | | | | Native swig will read data from hard-coded SWIGLIB or the same environment variable. While using sstate, the hard-coded SWIGLIB will point to the project that create original sstates. This would cause build issues, so add a wrapper to set the environment variable SWIGLIB to a relative path on current sysroot. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* autobahn: fix 'Missing sha256 SRC_URI checksum'Marc Ferland2014-04-201-0/+1
| | | | | Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libedit: update version to 20130712-3.1Jackie Huang2014-04-202-18/+20
| | | | | | | | | Changes: - Add DESCRIPTION. - Include the complete version number in the bb file name. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* swig: Update to version 2.0.12 and fix cmake find swig issue.Philip Balister2014-04-203-10/+11
| | | | | | | | | | | * Dropped PR and PR_INC due to PV change. * The cmake rule looks for swig2.0. For the sdk case, the host distro may have a swig2.0 installed. If so the sdk would find the host swig. This updates the sdk so it also has a swig2.0 soft linked to the swig binary in the sdk. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-autobahn: upgrade to version 0.8.6Diego Rondini2014-03-291-2/+2
| | | | | | | | | Changes: * upgraded python-autobahn to latest upstream * updated license checksum because upstream increased copyright year from 2013 to 2014 Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-twisted: upgrade to version 13.2.0Diego Rondini2014-03-291-12/+5
| | | | | | | | | | | | | | | | Changes: * upgraded python-twisted to latest upstream * dropped PR because of PV increase * updated LICENSE checksum because new contributors have been added to the file * dropped bin package because resulting package was empty: - file _c_urlarg has been removed with this commit: https://twistedmatrix.com/trac/changeset/31167/trunk/twisted/protocols - file cBanana was not packaged even in previous version, upstream removed it ages ago. https://twistedmatrix.com/trac/changeset/19014/trunk/twisted/spread * the newly introduced zsh completion file has been added to the zsh package Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-zopeinterface: upgrade to version 4.1.1Diego Rondini2014-03-291-3/+2
| | | | | | | | | Changes: * upgraded python-zopeinterface to latest upstream * dropped PR because of PV increase Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pm-qa: Add power management test utilschase maupin2014-03-261-0/+65
| | | | | | | | | | | * The power management test utilities from Linaro can be used to test multiple PM features such as cpufreq, cpuidle, thermal control and suspend operations. * These utilities are not platform specific and can be used by a broader base of users. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* luajit: Upgrade to 2.0.1 -> 2.0.2Khem Raj2014-03-181-7/+3
| | | | | | | Drop the backported hotfixes Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-2335-35/+35
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ltp-ddt: Fix build with newer kernelsKhem Raj2014-02-233-4/+92
| | | | | | | | | | | | | | | | | | Update to latest git kernel internal headers has got resuffled so adjust to that split modules out into packages of their own otherwise debug split logic gets confused when packaging the kernel modules Package debug info generated from newly added test cases Put .a files in staticdev package install modules in usual location Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cloudeebus: DEPEND on python-distribute instead of python-setuptoolsKhem Raj2014-02-231-1/+1
| | | | | | | python-setuptools has been removed in OE-Core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-m2crypto: special setting for x86-64 architectureLukas Bulwahn2014-02-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | After python-m2crypto was reported as failed task in bitbake world on 2014-02-08 by Martin Jansa, I investigated python-m2crypto with MACHINE = "qemux86-64" setting. When compiling python-m2crypto for qemux86-64, the setup.py aborts in the swig call with: | swig -python -I[...]/tmp-eglibc/sysroots/qemux86-64/usr/include/python2.7 -I[...]/tmp-eglibc/sysroots/qemux86-64/usr/include -includeall -o SWIG/_m2crypto_wrap.c SWIG/_m2crypto.i | [...]/tmp-eglibc/sysroots/qemux86-64/usr/include/openssl/opensslconf.h:41: Error: Unable to find 'openssl/opensslconf-32.h' | error: command 'swig' failed with exit status 1 | ERROR: python setup.py build_ext execution failed. | WARNING: exit code 1 from a shell command. To compile for x86-64 architecture, opensslconf.h shall include opensslconf-64.h, not opensslconf-32.h. Properly including opensslconf-64.h can be configured through the bits/wordsize.h header and setting the __x86_64__ directive in the swig call. To set the directive, the SWIG_FEATURES variable for x86-64 is set and exported in the recipe. Compiling python-m2crypto for qemumips still fails and needs further adjustments, but is not addressed here. This patch follows Khem Raj's suggestion on the openembedded-devel mailing list after submission of the first commit to this issue. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ltp-ddt: Fix build break with newer kernelsKhem Raj2014-02-211-2/+2
| | | | | | | | | | | | | | | | | We need to point KERNEL_INC at include-generic otherwise we end up with errors like | from src/parser/st_i2c_parser.c:42: | /home/kraj/work/angstrom-2013.12/build/tmp-angstrom_v2013_12-eglibc/sysroots/beaglebone/usr/src/kernel/include/linux/wait.h:8:25: fatal error: asm/current.h: No such file or directory | #include <asm/current.h> | ^ | compilation terminated. | make[2]: *** [i2c_tests] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* php: update SRC_URI for new download locationchase maupin2014-02-011-1/+5
| | | | | | | | | | | | | | | | | | | | | * The old downloads location of http://www.php.net/distributions now points to a listing of all distributions and the mirrors or download locations where the sources can be downloaded. * The new download location is http://museum.php.net/..... where the rest of the URL is based on the major version on PHP being downloaded. This is a change from the previous download server which had a flattened directory structure so that all versions were available in a single location. * To account for this change in the directory structure a variable called PHP_MAJVER is used based off of the PV to point the SRC_URI to the proper subdirectory. * This issue wsa first noted by Joshua Vanderpool at Joshua.Vanderpool@raymondcorp.com and there was discussion at http://lists.openembedded.org/pipermail/openembedded-devel/2014-January/093757.html * This patch has been commited to that master branch Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: remove, migrated to oe-coreRoss Burton2014-01-2219-927/+0
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mako: remove, migrated to oe-coreRoss Burton2014-01-221-22/+0
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-nose: remove, migrated to oe-coreRoss Burton2014-01-221-14/+0
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Update after toplevel LICENSE file checksum changeMartin Jansa2014-01-041-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9: Fix branch paramMartin Jansa2014-01-011-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mcpp : Add recipe. mcpp is a c/c++ preprocessor.Philip Balister2013-12-212-0/+224
| | | | | | | Includes a patch from Zeroc to help with ice builds. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lua: add lua 5.2 recipeKang Kai2013-12-213-0/+73
| | | | | | | | | | | | Add lua 5.2.2 recipe. Update: * remove bitwise_operators.patch that lua uses bit32 library to support for bitwise operations. * update uclibc-pthread.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tk: make multilib build compatible and fix library installNick D'Ademo2013-12-051-2/+15
| | | | | | | | | Pass libdir to EXTRA_OECONF so that recipe generates the correct library folder in a multilib build. Install shared library symbolic link to image. Signed-off-by: Nick D'Ademo <nickdademo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: add support for powerpc architectureZhenhua Luo2013-12-055-0/+216
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-futures: New package (provides concurrent.futures)Dan McDougall2013-11-241-0/+14
| | | | | | | | The python-futures package is a backport of Python 3.2+'s concurrent.futures module to Python 2.6+. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: add native supportRoss Burton2013-11-181-1/+5
| | | | | | | | The compile hack to use a correct config.h isn't needed for native builds, so mark it as target-specific. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* log4cplus: Fix LIC_FILES_CHKSUMMartin Jansa2013-11-181-2/+1
| | | | | | | | | | * was probably broken since it was added in: commit a506a9efc86cda9dbf36cd916dbbfb1ae2162c45 Author: Maxin B. John <maxin.john@enea.com> Date: Tue Aug 27 07:55:14 2013 +0000 Subject: log4cplus: add recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-greenlet: uprev to 0.4.1Bruce Ashfield2013-11-181-2/+2
| | | | | | | | | | | During runtime testing of meta-cloud-services several python scripts were continunously segfaulting the interpreter. corefiles and gdb pointed at the greenlet implementation. Moving to 0.4.1 fixed the segfaults, and showed no regressions. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* orc: version 0.4.18 migrated to oe-coredv@pseudoterminal.org2013-11-182-31/+0
| | | | | Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mako: use BBCLASSEXTEND instead of native recipeRoss Burton2013-11-182-5/+3
| | | | | | | | There isn't a need for a separate native recipe, so use BBCLASSEXTEND and overrides. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Remove PR = r0 from all recipesMartin Jansa2013-11-015-5/+0
| | | | | | | | | | | * Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lua5.1: apply lua.org patches for lua-5.1.5Marko Lindqvist2013-10-313-1/+65
| | | | | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libedit: fix multilib build issueZhenhua Luo2013-10-281-2/+2
| | | | | | | Failed to fetch URL http://www.thrysoee.dk/editline/lib64-libedit-20121213-3.0.tar.gz Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: add initial recipeAnders Darander2013-10-211-0/+72
| | | | | | | | | | | Breakpad is an open-source multi-platform crash reporting system. Apart from the breakpad recipe, add a bbclass for applications that want to use this library. This bbclass will set up the include path and also generate the symbol file. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* orc: update to version 0.4.18Carlos Rafael Giani2013-10-172-6/+6
| | | | | | | This is the minimum required version for the Orc support in GStreamer 1.2 Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pip: add 1.3.1Koen Kooi2013-10-151-0/+14
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: add config files for armeb architectureFathi Boudra2013-10-143-0/+43
| | | | | | | | Fix python-numpy build failure on armeb architecture. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cloudeebus: Add recipe vor 0.6.0Frederic PAUT2013-10-051-0/+35
| | | | | | | | | | | Cloudeebus, D-Bus for the cloud, is a component that provides D-Bus proxies for JavaScript. Unlike a web runtime, it doesn't rely on any custom web browser API, but on HTML5 WebSockets and python D-Bus bindings. Cloudeebus can be used as a web API fast prototyping tool. Signed-off-by: Frederic PAUT <frederic.paut@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-autobahn: Add recipe for 0.5.14Frederic PAUT2013-10-051-0/+18
| | | | | | | | | | | AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, Hixie-76) framework for creating WebSocket-based clients and servers. AutobahnPython also includes an implementation of WAMP (The WebSockets Application Messaging Protocol), a light-weight, asynchronous RPC/PubSub over JSON/WebSocket protocol. Signed-off-by: Frederic PAUT <frederic.paut@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagekit: Add PACKAGECONFIG for service-packsMartin Jansa2013-09-171-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9: update repository for sass.jsJason Kridner2013-09-171-2/+2
| | | | | | | | | | | Updated repository location due to old repository being removed. http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg32587.html Signed-off-by: Jason Kridner <jdk@ti.com> Cc: Dale Schaafsma <dales773@hotmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tclap: update SRC_URIChunrong Guo2013-09-171-1/+1
| | | | | | | *fix unfetchable SRC_URI Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* log4cplus: add recipeMaxin B. John2013-09-101-0/+18
| | | | | | | log4cplus provides a simple C++ logging API for log management. Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-docutils: removePaul Eggleton2013-09-031-19/+0
| | | | | | | This is now in OE-Core as of 1bc1ff887c29376bb0d05beee1bbc2cf25b08419. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vala: removePaul Eggleton2013-09-033-81/+0
| | | | | | | This is now in OE-Core as of 649b48557d8702daaf4f28482848ab0b07abed83. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove the unnecessary protocol parametersJackie Huang2013-09-033-3/+3
| | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libio-pty-perl: add from OE-Classic and updatePaul Eggleton2013-07-241-0/+14
| | | | | | | | | | | * Update to version 1.10 * Set SUMMARY instead of DESCRIPTION * Put SRC_URI checksums under SRC_URI * Add LIC_FILES_CHKSUM * Make LICENSE slightly more specific and add spacing Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* protobuf: add recipe from meta-virtualization and tweakPaul Eggleton2013-07-241-0/+20
| | | | | | | | | * Add proper SUMMARY * Break long DESCRIPTION onto multiple lines * Reorder some lines Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>