aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
AgeCommit message (Collapse)Author
2012-09-20recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-05packagegroup: add RPROVIDES/RREPLACES/RCONFLICTS and bump PR to get some ↵Martin Jansa
upgrade path Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05task*: rename to packagegroup to match oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20php: drop LD_LIBRARY_PATH settingsMartin Jansa
* it breaks do_fetch in some settings Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-07ltrace: Fix make errorFranklin Cooper Jr
* Fixes the make: invalid option -- '/' error Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-07nodejs: update to 0.6.20Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-07orc: update to 0.4.16Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-07php: add build-defs.h to SSTATE_SCAN_FILES it defines path to sysroot where ↵Martin Jansa
pear.conf is later created * without this fails in do_install (shr-core-branches is workspace where we got SSTATE_MIRROR): | [PEAR] PEAR - installed: 1.9.2 | Wrote PEAR system config file at: /var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/php-5.3.6-r0.0/image//var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/etc/pear.conf | You may want to add: /usr/lib/php to your php.ini include_path | Installing header files: /var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/php-5.3.6-r0.0/image/usr/include/php/ | sed: can't read /var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/php-5.3.6-r0.0/image//etc/pear.conf: No such file or directory | ERROR: Function failed: do_install (see /var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/php-5.3.6-r0.0/temp/log.do_install.3783 for further information) NOTE: package php-5.3.6-r0.0: task do_install: Failed * it also has couple of unpackaged dirs in ${D} (all used in STAGING_DIR_NATIVE) WARNING: QA Issue: php: Files/directories were installed but not shipped /var /var/lib /var/lib/jenkins /var/lib/jenkins/jobs /var/lib/jenkins/jobs/shr-core /var/lib/jenkins/jobs/shr-core/workspace /var/lib/jenkins/jobs/shr-core/workspace/shr-core /var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc /var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/sysroots Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-07php: inherit pythonnativeMartin Jansa
* fixes: | AUTOV is 1.12 | Traceback (most recent call last): | File "/OE/shr-core/openembedded-core/scripts/cp-noerror", line 8, in <module> | import shutil | File "/usr/lib/python2.7/shutil.py", line 12, in <module> | import collections | File "/usr/lib/python2.7/collections.py", line 9, in <module> | from operator import itemgetter as _itemgetter | ImportError: /usr/lib/python2.7/lib-dynload/operator.so: undefined symbol: _PyUnicodeUCS4_AsDefaultEncodedString | ERROR: Function failed: do_configure (see /OE/shr-core/tmp-eglibc/work/x86_64-linux/php-native-5.3.6-r1.0/temp/log.do_configure.14841 for further information) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-07python-pyqt: import from oe-classicMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-07python-sip: import from oe-classic and upgrade to latestMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-31recipes-devtools/autoconf-archive: new recipes for autoconf-archiveMartin Ertsaas
Add a new recipes which provides autoconf-archive 2012.04.07. This gives quite a few m4 files, which might be useful in toolchains. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-31python-epydoc, python-gdata, python-ldap, python-webdav: import from ↵Martin Jansa
meta-smartphone Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-28libgee: use gobject-introspection-stub instead of -native which was removed ↵Martin Jansa
in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-28vala-dbus-binding-tool: bump SRCREV and add recipe for 0.4.0 tarballMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-19recipes: convert tabs to 4 spaces in populate_packagesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-19python_numpy: Fix SRC_URI warnings.Elvis Dowson
This commit fixes the following warnings: WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-16cloud9: move systemd support to meta-systemdAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-07-13meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"Elvis Dowson
This commit updates the SRC_URI for the following recipes to use "protocol" meta-oe/recipes-devtools/python/python-pyyaml_svn.bb meta-oe/recipes-navigation/navit/navit_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb meta-oe/recipes-support/dfu-util/dfu-util_svn.bb meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb meta-oe/recipes-support/usbpath/usbpath_svn.bb meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-21vala: update to 0.16.0 and restructure some stuff into vala.incSimon Busch
* SRC_URI is now set initially to real upstream and not freesmartphone.org * reset PR and INC_PR * moved DEPENDS += "gtk+" to vala.inc Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20python-matplotlib : Add recipe for matplotlib 1.1.0.Dan McDougall
Adding python-matplotlib recipe. I'm sure many folks will find this useful. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-07python: bump PR of packages after update of distutils.bbclassAndreas Oberritter
* Bump every recipe inheriting distutils or setuptools and not overriding do_install without calling distutils_do_install. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-06-07python-numpy : Correct difflib dependency.Dan McDougall
The previous patch had python-diffutils when it should have been python-difflib. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05python-numpy: Fixed numpy dependencies.Dan McDougall
Numpy was missing a number of dependencies in the .bb file without which it will not work. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-21bootchart: update to v1.16Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-18nodejs 0.6.18: fix patch nameKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-18nodejs: update to 0.6.18 and fix hardfloat detectionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-16cloud9: add patch to make it use nodejs 0.6.x for executing scriptsKoen Kooi
This matches the default nodejs version in OE Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-16cloud9: add patch to make it use nodejs 0.6.x for executing scriptsKoen Kooi
This matches the default nodejs version in OE Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-11nodejs: update to 0.6.17Koen Kooi
The license is unchanged, only some sections were clarified with different wording. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-06libgee: upgrade to 0.6.4Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-05-04vala-dbus-biniding-tool: bump SRCREVMartin Jansa
* also needed to rebuild after libgee upgrade Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-18cloud9: silence systemd bbclass WARNING, ${PN}-systemd is unwantedKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-09cloud9: remove 0.5.1Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-09cloud9: add 0.6Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-08cloud9 0.5.1: use nodejs4 instead of nodejsKoen Kooi
This allows using nodejs 0.6.x for apps, but running cloud9 using node4 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-08nodejs 0.4.12: rename to node4 to make it parallel installable with 0.6.xKoen Kooi
This is done to support running cloud9 using node 0.4.x but all other node apps with 0.6.x Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-08nodejs 0.6.x: update to 0.6.14Koen Kooi
The LICENSE checksum changed due to date changes and clarification on licenses of included "libraries" like the markdown parser Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-31libedit: Remove files folder as no patch was being usedNoor Ahsan
* No patch file was being used in the recipe so removed the folder to make it bit clean. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-24toolchain-layer: move binutils and gcc from meta-oe into hereKoen Kooi
Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-21python-imaging: removePaul Eggleton
Fixes from this version have now been merged into OE-Core, so remove it here. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-11libedit: Adds version 20110802 (initial recipe)Noor Ahsan
* Imported recipe from oe-classic commit id 4e75705872fd9f289bbf4c74a912ca4710f50b93. * Upgrade it to latest stable version. * Tested on P4080DS. Signed-of-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11cloud9: remove unneded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11gcc-4_6-branch-linaro-backports.inc: allow GCC-4_6-BRANCH-LINARO-BACKPORTS ↵Matthew McClintock
to be overridden This is useful when we want to include meta-oe as is, and also want to modify the toolchain such that these patches don't apply cleanly Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-09gcc-4.5: Move SRCREV to latest on gcc-4_5-branchKhem Raj
This brings in bug fixes for details clone gcc tree and checkout gcc-4_5-branch and then git log aab79458fc2025967f9a35aef4e7c0094c63d38e..1b523ca2a20934d1c52cb3a54b634ac4441debdf Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-08gcc-4.6: Adjust to match gcc 4.6.3 from OE-CoreKhem Raj
Update linaro patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-04python-twisted: update to 10.2.0Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04python-tornado: update to the 2.2 releaseKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-02giflib: don't link against libx11, don't depend on libsmAndreas Oberritter
libsm wasn't used unless libx11 was built before giflib. Therefore drop the dependency on libsm and disable x11 unconditionally like Debian does. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-02gcc 4.5: fortran patch is already in main SRC_URIKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>