summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* systemd-systemctl-native: extend systemctl wrapper to support mask actionMartin Jansa2012-08-082-1/+19
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: use systemctl maskMartin Jansa2012-08-081-4/+10
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* testlab.bbclass: DeleteKhem Raj2012-08-071-114/+0
| | | | | | | | This functionality is now provided by buildhistory as well. so lets remove it in favor of that Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cpufrequtils: Use CC, LD etc. that comes from OE.Martin Ertsaas2012-08-072-1/+32
| | | | | | | The problem with just setting CROSS, is that it will unset all the flags that OE sets in CC, like float-abi=hard. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* strongswan: upgrade to version 5.0.0Horia Geanta2012-08-071-3/+3
| | | | | | | | COPYING change is trivial: http://git.strongswan.org/?p=strongswan.git;a=commitdiff;h=fbdef639d6ed3500bda9e330a2f57de5e833750c Signed-off-by: Horia Geanta <horia.geanta@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* postgresql: Fix packaging of static librariesOtavio Salvador2012-08-071-8/+14
| | | | | | | | | | | | | | This patch fixes the following QA issue: ,----[ Fragment of build error log ] | ... | ERROR: QA Issue: non -staticdev package contains static .a library: | libecpg-dev path '/work/.../packages-split/libecpg-dev/usr/lib/libpgtypes.a' | ... `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>
* postgresql: Fix redundant rpath for '/usr/lib'Otavio Salvador2012-08-071-2/+3
| | | | | | | | | | | | | | | | | This patch fixes the following QA issue: ,----[ Fragment of build error log ] | ... | ERROR: QA Issue: postgresql-client: | /work/.../usr/bin/pg_dumpall contains probably-redundant | RPATH /usr/lib | ... `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Reported-by: Nathan West <nate.ewest@gmail.com> Reported-by: Rogerio Pimentel <rogerio.pimentel@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tiobench: fix aligned allocation method clash with newer glibcOtavio Salvador2012-08-072-0/+60
| | | | | | | | | glibc 2.16 added aligned allocation support to stdlib and those function clashes with the local implementation done in tiobench. We fix it using a '_' prefix on those. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* media-ctl: Fix build with latest automakeGary Thomas2012-08-071-2/+2
| | | | | | | Update to latest upstream version to fix build with automake >= 1.12 Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gitpkgv.bbclass: Add a symlink from meta-oeKhem Raj2012-08-071-0/+1
| | | | | | | | | This is for systemd layer to be used with out depending on meta-oe eventually gitpkgv or similar solution should come out of OE-Core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libxaw: Fix libxaw-dev to not depends on non-existent libxaw packageOtavio Salvador2012-08-071-0/+4
| | | | | | | | | | The libxaw recipe generate a binary package for each soname of libxaw (currently libxaw6-6 and libxaw-7-7) but no libxaw so libxaw-dev cannot depends on it. Reported-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> 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>
* mplayer2: enable speexMartin Jansa2012-08-071-3/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd-compat-units: move list of disabled services to variable, fix ↵Martin Jansa2012-08-071-5/+14
| | | | | | | | | | | hwclock.sh and output * variable allows to add items in .bbappend without overwritting whole postinst * hwclock.service should be used to blacklist SYSV hwclock.sh (not hwclock.sh.service) * show only newly disabled SYSV scripts Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* anki: import from oe-classicMartin Jansa2012-08-076-0/+66
| | | | 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>
* sip: import from oe-classic and upgrade to latestMartin Jansa2012-08-071-0/+33
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* phonet-utils: simplify with inherit autotoolsMartin Jansa2012-08-071-8/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs: copy only needed stuff to qemu-treedir, not whole sysrootMartin Jansa2012-08-071-10/+64
| | | | | | | | | | * my typical sysroot is huge (5.5G) and only 86M is really needed we can also copy copy whole ${STAGING_DIR_TARGET}/${libdir}/lib*.so.* ${STAGING_DIR_TARGET}/${base_libdir}/l* but that is still quite big (3.2G) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs: rename TUTORIAL.ko to TUTORIAL.KO so it's not picked by ↵Martin Jansa2012-08-072-0/+8
| | | | | | | | package.bbclass for striping * with http://patchwork.openembedded.org/patch/33365/ it's not fatal but still anoying Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbreader: drop machine overridesMartin Jansa2012-08-072-9/+0
| | | | | | * sorry forgot to move them to .bbappend before merging to meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gedit: unbreak build by adding pythonnative to inheritAndreas Müller2012-07-311-1/+2
| | | | | | | | | | error message was: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. The path was '/home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gedit-2.30.4-r0/gedit-2.30.4' ERROR: Function failed: do_qa_configure Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon: remove gtk-doc from inherit to unbreak buildAndreas Müller2012-07-311-2/+2
| | | | | | | | error message was: gtkdocize: GTK_DOC_CHECK not called in configure.ac Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>
* gnome-menus: stop configure detecting host's pythonAndreas Müller2012-07-311-1/+2
| | | | | | | | | | | | | | This patch does not cause python bindings builded properly (native headers included) error message was: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. The path was '/home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gnome-menus-2.30.5-r0/gnome-menus-2.30.5' ERROR: Function failed: do_qa_configure ERROR: Logfile of failure stored in: /home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gnome-menus-2.30.5-r0/temp/log.do_configure.7913 NOTE: package gnome-menus-2.30.5-r0: task do_configure: Failed Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* exo: stop configure detecting host's pythonAndreas Müller2012-07-311-3/+2
| | | | | | | | | | | | | | This patch does not cause python bindings builded properly (native headers included) error message was: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. The path was '/home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/exo-0.6.2-r0/exo-0.6.2' ERROR: Function failed: do_qa_configure ERROR: Logfile of failure stored in: /home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/exo-0.6.2-r0/temp/log.do_configure.13932 NOTE: package exo-0.6.2-r0: task do_configure: Failed Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* emacs: drop older version 23.1Martin Jansa2012-07-316-198/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman: add patch to fix SEGFAULT when parsing auxvMartin Jansa2012-07-312-2/+125
| | | | | | | | | | | | | | | * without this patch emacs won't build * temacs is executed in qemu and fails like this: qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault which is actually: Program received signal SIGSEGV, Segmentation fault. __GI_strncmp (s1=s1@entry=0x0, s2=s2@entry=0x40d68638 "v7l", n=n@entry=3) at strncmp.c:64 64 strncmp.c: No such file or directory. (gdb) bt Backtrace stopped: previous frame identical to this frame (corrupt stack?) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs: upgrade to 23.4Martin Jansa2012-07-314-2/+132
| | | | | | | * package icons in PN * pass --with-crt-dir option to resolve crt* used from host system Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs: fix dso buildMartin Jansa2012-07-312-1/+42
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liblockfile, libungif: import from oe-classicMartin Jansa2012-07-316-0/+199
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbreader, fltk, gpm, iksemel, joe, links, ode, openldap, opensync, xchat: ↵Martin Jansa2012-07-3132-0/+1122
| | | | | | import from meta-smartphone Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs: import from meta-smartphoneMartin Jansa2012-07-315-0/+223
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mcnavi, monav, omgps, orrery: import from meta-smartphoneMartin Jansa2012-07-3112-0/+327
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
* claws-mail, sylpheed: import from meta-smartphoneMartin Jansa2012-07-3111-0/+999
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libetpan: import from meta-smartphoneMartin Jansa2012-07-313-0/+47
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnuplot: import from meta-smartphoneMartin Jansa2012-07-317-0/+597
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-elf: e-module: add *.a to PN-staticdevMartin Jansa2012-07-311-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udev-extra-rules: drop in favor of udev-extraconf from oe-coreMartin Jansa2012-07-317-220/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: add chrpath-native to DEPENDS otherwise it could autodetect host chrpathMartin Jansa2012-07-302-4/+4
| | | | | | | | | | * which doesn't work sometimes: chrpath -d "/var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.5-r7/image/usr/sbin/gpsd" `/var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.5-r7/image/usr/sbin/gpsd' probably isn't a 64-bit LSB-first ELF file. elf_open: Exec format error Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: use new update-alternatives syntaxMartin Jansa2012-07-301-5/+4
| | | | | | * fixes warning WARNING: e-wm: Use of ALTERNATIVE_NAME is deprecated, see update-alternatives.bbclass for more info. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: add patch to build against newer webkit-eflMartin Jansa2012-07-302-0/+40
| | | | | | | | | | * otherwise fails at runtime: CRI<627>: /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/webkit-efl/webkit-efl-1.9.5+svnr120144-r0/src/Source/WebKit/efl/ewk/ewk_view.cpp:1264 ewk_view_base_smart_set() Ewk_View_Smart_Class 0x617f00 is version 4 while 5 was expected. CRI<627>: /OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/webkit-efl/webkit-efl-1.9.5+svnr120144-r0/src/Source/WebKit/efl/ewk/ewk_view.cpp:1264 ewk_view_base_smart_set() Ewk_View_Smart_Class 0x6180c0 is version 4 while 5 was expected. eve[627]: segfault at 0 ip (null) sp 00007fff7ee1fb18 error 14 in eve[400000+18000] Segmentation fault Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webkit-efl: upgrade to 1.9.3Martin Jansa2012-07-304-126/+27
| | | | | | | | | | * some revisions are broken for armv4t, see my comment at https://bugs.webkit.org/show_bug.cgi?id=80354 * and newer then this need developement snapshot of glib/glib-networking/libsoup-2.4 https://bugs.webkit.org/show_bug.cgi?id=91626 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: drop older version 3.4Martin Jansa2012-07-285-255/+0
| | | | | | * GNUtoo tested 3.5 and it works fine, Thanks Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>