summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* php: add apache configuration for php-fpmMarcin Juszkiewicz2012-12-043-2/+13
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* php: enable php-fpmEric BENARD2012-12-044-4/+567
| | | | | | | | | | | - php-fpm is an alternative PHP FastCGI implementation which seems to be now prefered to php-fcgi - this patch enable the build of php-fpm and packages it in its own package - it's tested with hiawatha on an armv5te target Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* php: enable gettext and sqliteEric BENARD2012-12-041-4/+6
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* php: upgrade to 5.3.19Eric BENARD2012-12-043-17/+17
| | | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-oe: add python-mako, a templating libraryRoss Burton2012-12-042-0/+25
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-cheetah : Drop RDEPENDS from native build.Philip Balister2012-11-271-0/+1
| | | | | | | | If the native recipe has the RDEPENDS in, the build fails because these packages are not provided by python-native. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-numpy: Move static libraries to -staticdevStefan Herbrechtsmeier2012-11-161-1/+3
| | | | | Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mercurial-native: fix installEric BENARD2012-11-131-1/+5
| | | | | | | | | | else host python is used leading to the following error if the host doesn't have the python headers installed : | Python headers are required to build Mercurial | make: *** [build] Error 1 Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Replace bb.data.* with d.*Paul Eggleton2012-10-284-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* Remove NATIVE_INSTALL_WORKSPaul Eggleton2012-10-284-4/+0
| | | | | | This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* python-pyqt: don't bypass sstate with sip filesMartin Jansa2012-10-261-10/+4
| | | | | | * discovered with http://patchwork.openembedded.org/patch/38521/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* PACKAGES_DYNAMIC: use regexp not globMartin Jansa2012-10-191-1/+1
| | | | | | | | | | * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libc-client: correct LICENSEPaul Eggleton2012-10-171-1/+3
| | | | | | The license is Apache 2.0 according to the included LICENSE.txt file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* glade3: initial add 3.8.2Andreas Müller2012-10-162-0/+70
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* yajl: Update to 2.0.4 versionOtavio Salvador2012-10-101-3/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* swig: update gnu-config filesMarcin Juszkiewicz2012-10-101-1/+5
|
* libedit: update to latest versionMarcin Juszkiewicz2012-10-101-2/+2
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* python-numpy 1.4.1: update hack to find the new location for python-nativeKoen Kooi2012-10-051-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-pyqt: don't fail when do_configure is executed twice in the same WORKDIRMartin Jansa2012-10-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyqt: upgrade to 4.9.5Martin Jansa2012-10-027-93/+18
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa2012-09-202-2/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* packagegroup: add RPROVIDES/RREPLACES/RCONFLICTS and bump PR to get some ↵Martin Jansa2012-09-051-1/+5
| | | | | | upgrade path Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task*: rename to packagegroup to match oe-coreMartin Jansa2012-09-051-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* php: drop LD_LIBRARY_PATH settingsMartin Jansa2012-08-201-4/+1
| | | | | | * it breaks do_fetch in some settings Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ltrace: Fix make errorFranklin Cooper Jr2012-08-071-2/+2
| | | | | | | * 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>
* nodejs: update to 0.6.20Koen Kooi2012-08-071-3/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* orc: update to 0.4.16Koen Kooi2012-08-072-6/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* php: add build-defs.h to SSTATE_SCAN_FILES it defines path to sysroot where ↵Martin Jansa2012-08-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* php: inherit pythonnativeMartin Jansa2012-08-071-1/+1
| | | | | | | | | | | | | | | | * 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>
* python-pyqt: import from oe-classicMartin Jansa2012-08-076-0/+444
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sip: import from oe-classic and upgrade to latestMartin Jansa2012-08-072-0/+43
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-devtools/autoconf-archive: new recipes for autoconf-archiveMartin Ertsaas2012-07-312-0/+29
| | | | | | | 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>
* python-epydoc, python-gdata, python-ldap, python-webdav: import from ↵Martin Jansa2012-07-315-0/+82
| | | | | | meta-smartphone Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgee: use gobject-introspection-stub instead of -native which was removed ↵Martin Jansa2012-07-281-4/+3
| | | | | | in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vala-dbus-binding-tool: bump SRCREV and add recipe for 0.4.0 tarballMartin Jansa2012-07-283-3/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert tabs to 4 spaces in populate_packagesMartin Jansa2012-07-192-4/+4
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python_numpy: Fix SRC_URI warnings.Elvis Dowson2012-07-191-1/+8
| | | | | | | | | | 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>
* cloud9: move systemd support to meta-systemdAndreas Müller2012-07-162-17/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"Elvis Dowson2012-07-131-1/+1
| | | | | | | | | | | | | | | | | | 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>
* vala: update to 0.16.0 and restructure some stuff into vala.incSimon Busch2012-06-214-24/+13
| | | | | | | | | | * 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>
* python-matplotlib : Add recipe for matplotlib 1.1.0.Dan McDougall2012-06-203-0/+94
| | | | | | | 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>
* python: bump PR of packages after update of distutils.bbclassAndreas Oberritter2012-06-0721-15/+21
| | | | | | | * 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>
* python-numpy : Correct difflib dependency.Dan McDougall2012-06-071-2/+2
| | | | | | | | 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>
* python-numpy: Fixed numpy dependencies.Dan McDougall2012-06-051-0/+5
| | | | | | | | 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>
* bootchart: update to v1.16Koen Kooi2012-05-213-5/+99
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs 0.6.18: fix patch nameKoen Kooi2012-05-181-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: update to 0.6.18 and fix hardfloat detectionOtavio Salvador2012-05-182-5/+29
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add patch to make it use nodejs 0.6.x for executing scriptsKoen Kooi2012-05-161-1/+1
| | | | | | This matches the default nodejs version in OE Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add patch to make it use nodejs 0.6.x for executing scriptsKoen Kooi2012-05-162-1/+31
| | | | | | This matches the default nodejs version in OE Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: update to 0.6.17Koen Kooi2012-05-111-3/+3
| | | | | | The license is unchanged, only some sections were clarified with different wording. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>