summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* lighttpd: inherit systemd / remove unneded systemd codeAndreas Müller2012-03-111-11/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cloud9: remove unneded systemd codeAndreas Müller2012-03-111-5/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cherokee: complete systemd native supportAndreas Müller2012-03-111-6/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cherokee: no need for cherokee.inc since it is used only onceAndreas Müller2012-03-112-52/+47
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cherokee.inc: add DEPENDS to mysql5Andreas Müller2012-03-111-1/+1
| | | | | | | | | | | | | | | | error in do_configure.log was: checking for mysql_config... /usr/bin/mysql_config checking for MySQL libraries... yes checking for mysql.h (using mysql_config --cflags)... no checking if MySQL version is >= 5.0.0... yes ... 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-angstrom-linux-gnueabi/cherokee-1.2.98-r0.0/cherokee-1.2.98' ERROR: Function failed: do_qa_configure Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netperf: add version 2.4.4Zhenhua Luo2012-03-114-0/+147
| | | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4_6-branch-linaro-backports.inc: allow GCC-4_6-BRANCH-LINARO-BACKPORTS ↵Matthew McClintock2012-03-111-1/+1
| | | | | | | | | | | 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>
* systemd: update and disable storing coredumps in the journalKoen Kooi2012-03-091-2/+3
| | | | | | Storing coredumps in the journal was mentioned as one of the reasons the journals grow so large Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* README: fix typoGary Thomas2012-03-091-1/+1
| | | | | | | | Without this change, 'git send-email' complains of a missing argument. Tested with git 1.7.7.6 on Fedora 16. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: needs GNOME icons to functionGary Thomas2012-03-092-2/+2
| | | | | | | | | | | | | | Without GNOME icons installed, e.g. when using only core-image-sato, midori dies violently: # midori The configuration couldn't be loaded: No such file or directory (midori:2915): Gtk-WARNING **: Error loading theme icon 'stock_new-tab' for stock: Icon 'stock_new-tab' not present in theme (midori:2915): Gtk-WARNING **: Error loading theme icon 'bookmark-new' for stock: Icon 'bookmark-new' not present in theme (midori:2915): Gtk-WARNING **: Error loading theme icon 'stock_add-bookmark' for stock: Icon 'stock_add-bookmark' not present in theme Segmentation fault Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* fio: Add initial recipe for version 2.0.5Tom Rini2012-03-091-0/+27
| | | | | Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bzip2: bump PR of all recipes depending on bzip2Andreas Oberritter2012-03-093-3/+3
| | | | | | | | * Commit e27af1f273e9a7348dd8f5542df9206acd9210f3 of OE-core split bzip2 into binary and library packages. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev-173: don't hardcode path to pidofAndreas Oberritter2012-03-092-6/+4
| | | | | | | | | * pidof lives in /bin, search it in $PATH. * Assume pidof's presence. * Remove -e shell option, because pidof may return nonzero. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lcms: add tiff to DEPENDSMartin Jansa2012-03-091-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler: add tiff to DEPENDS to make builds more deterministicMartin Jansa2012-03-092-2/+2
| | | | | | * it's autodetected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcc-4.5: Move SRCREV to latest on gcc-4_5-branchKhem Raj2012-03-095-470/+384
| | | | | | | | | | 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>
* systemd: update to latest gitKoen Kooi2012-03-093-78/+7
| | | | | | | | | | This is in preparation for the v44 release. * drop 2 patches that aren't needed anymore * fix more endianness problems * fix journal crashes with large files Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: enable logging to disk instead of tmpfsKoen Kooi2012-03-091-1/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: enable xz compression for journaldKoen Kooi2012-03-091-2/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Adjust to match gcc 4.6.3 from OE-CoreKhem Raj2012-03-0818-780/+3197
| | | | | | Update linaro patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ca-certificates: Bump version to 20120212Ulf Samuelsson2012-03-083-32/+48
| | | | | | | 20111211 has disappeared from the server Signed-off-by: Ulf Samuelsson <ulf@emagii.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udev: consolekit package requires x11Andreas Oberritter2012-03-073-4/+8
| | | | | | | | * consolekit fails to build without x11, so drop the runtime dependency on consolekit if x11 is unavailable. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: cleanupAndreas Müller2012-03-061-12/+5
| | | | | | | tested with buildhistory Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: inherit systemdAndreas Müller2012-03-061-24/+6
| | | | | | | | networkmanager-systemd was not yet created to avoid fallout in images. The warning for this created at parse time is our reminder. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: remove unneeded systemd codeAndreas Müller2012-03-061-3/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-systemctl-native: multiple service files not looped properlyAndreas Müller2012-03-041-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* atftp: fix atftpd's systemd serviceOtavio Salvador2012-03-042-2/+1
| | | | | | | | The atftpd do not create the pid file and systemd sends a SIGTERM to it if the pid file cannot be found. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* polkit 0.104 bbappend: append to PACkAGECONFIG instead of overwriting itKoen Kooi2012-03-041-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-twisted: update to 10.2.0Koen Kooi2012-03-041-4/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: update to the 1.0 releaseKoen Kooi2012-03-041-5/+3
| | | | | | License is still AGPL-3 the checksum changed due to 1.0rc -> 1.0 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-tornado: update to the 2.2 releaseKoen Kooi2012-03-042-5/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: update to Eden RC2 and remove patches that have been fixed upstreamKoen Kooi2012-03-022-34/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pango: disable introspectionAndreas Müller2012-03-021-1/+2
| | | | | | | | | | | | | | meta-oe's pango.inc inherited gnome.bbclass which disables gobject-introspection error was: | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1' | error parsing file Pango-1.0.gir: Failed to parse included gir GLib-2.0 | make[4]: *** [Pango-1.0.typelib] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* numlockx: add 1.2Otavio Salvador2012-03-021-0/+21
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* giflib: don't link against libx11, don't depend on libsmAndreas Oberritter2012-03-021-2/+2
| | | | | | | | | 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>
* gcc 4.5: fortran patch is already in main SRC_URIKoen Kooi2012-03-021-2/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update to 0.24.4Koen Kooi2012-03-012-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* swig 2.0.0: disable guile supportKoen Kooi2012-03-011-1/+3
| | | | | | | | | | | | | It's not in DEPENDS and it breaks on hosts with guile-dev installed: configure:8391: checking whether Guile's SCM_ API works configure:8403: ccache arm-angstrom-linux-gnueabi-gcc -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 --sysroot=/home/foo/BeagleBone/setup-scripts/build/tmp-angstrom_2010_x-eglibc/sysroots/beaglebone -o conftest -O2 -pipe -g -feliminate-unused-debug-types -Wall -W -isystem /usr/include -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lguile -lltdl -lgmp -lcrypt -lm -lltdl >&5 cc1: warning: include location "/usr/include" is unsafe for cross-compilation In file included from /usr/include/libguile.h:24:0, from conftest.c:1: /usr/include/gmp.h:39:21: fatal error: gmp-arm.h: No such file or directory Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: address logind problem on BE machinesKoen Kooi2012-02-292-1/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* More quotting fixesOtavio Salvador2012-02-293-3/+3
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nbench-byte-2.3.3: import recipe from oe-classicchase maupin2012-02-292-0/+70
| | | | | | | | | | | | | | | | | | | * Import the nbench-byte recipe from the oe-classic git repo at git://git.openembedded.org/openembedded commit id: * 6fe7cef27069415f2eba36bc640cf59013d4979b * Update LICENSE checksums * Tested on an AM335x EVM which is the same processor as the beaglebone. * Original Author: * Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> * Modifications by: * Koen Kooi <koen@openembedded.org> * Martin Jansa <Martin.Jansa@gmail.com> * Chris Larson <chris_larson@mentor.com> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: update to Eden RC1 and remove patches that have been applied upstreamKoen Kooi2012-02-282-34/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: add missing python runtime dependenciesKoen Kooi2012-02-281-2/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator 0.7.5: fix calibration scriptKoen Kooi2012-02-282-3/+59
| | | | | | | | The 'auto' format switched to 'xorg.conf.d' which broke the script. The pointercal package also installed an 'empty' pointercal by default, which also broke the script. Fix these 2 in one go. Also remove the hal script since hal isn't supported in the oe-core universe anymore Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc: same patches for all gccs with shared sourcesAndreas Müller2012-02-282-3/+3
| | | | | | | | | | * different patching on same sources caused race contition [1] * build tested from scratch [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/018296.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SETMartin Jansa2012-02-281-3/+3
| | | | | | | | | | | * virtual/kernel was needed only to provide omapfb.h in staging but that's now moved to BSP layers, no need to make sstate hash machine specific here. * s/ARM/arm/ is just cosmetic change because classes are testing only '== "thumb"' so it works the same with ARM but mplayer2 was only recipe using it uppercase Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tiff: rename bbappend to match new version from oe-coreMartin Jansa2012-02-281-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lcms: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>