summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-04-24qemu_0.12.3.bb : add two patches from git to fix cp15 accessGraeme Gregory3
Found these were needed when upgrading to gcc 4.5.0/glibc 2.10.1 combo
2010-04-24task-cli-tools-debug: add mkdumpMichael 'Mickey' Lauer1
2010-04-24mkdump: new recipe; kernel netlink and kobject message dumperMichael 'Mickey' Lauer1
2010-04-24vala[-native]: 0.8.0.69-35df9 -> 0.8.0.89-8ccb91Michael 'Mickey' Lauer3
2010-04-23uclibc/nptl: Remove nptl recipes.Khem Raj13
* uclibc nptl has been merged into master upstream. therefore remove the recipes for nptl branch. * Use nptl as default pthreads for uclibc git recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-23perl: undef 'futimes' for uclibc buildVladimir Sorokin2
Function 'futimes' doesn't exist in uClibc. Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23proxy-libintl: fix build for x86_64Roman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23pyphonelog_git.bb: bump rev to get fixes for changed opimdKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-23cluster-resource-agents: update to version 1.0.3Roman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23cluster-glue: update to version 1.0.5Roman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23corosync: update to version 1.2.1Roman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23pacemaker: fix volatilesRoman I Khimov2
populate-volatile.sh doesn't like blank lines in volatile files. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23corosync: fix volatilesRoman I Khimov2
populate-volatile.sh doesn't like blank lines in volatile files. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23pacemaker: fix uclibc buildRoman I Khimov1
Software stack protection is not available. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23cluster-resource-agents: fix uclibc buildRoman I Khimov2
Software stack protection is not available. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23cluster-glue: fix uclibc buildRoman I Khimov2
Stack protection is not available. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23cluster-resource-agents: disable doc buildRoman I Khimov2
Unreliable (breaks from time to time) and VERY time consuming. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23opencv + samples: update to 2.1.0Koen Kooi2
2010-04-23e-wm-config-illume2-shr_git.bb: bump rev to get adjusted config for current ↵Klaus Kurzmann1
illume2 Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-23frameworkd_git.bb: bump rev to get message timestamp fixKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-23gpicview: add 0.2.1Koen Kooi2
2010-04-23angstrom-task-lxde: add tasks to base an LXDE image onKoen Kooi1
2010-04-23pmount: fix config.rpath problemKoen Kooi1
2010-04-23xfce4-settings: add 4.6.4Koen Kooi2
2010-04-23xfce-base apps: convert to new style stagingKoen Kooi13
2010-04-23xfce-base libs: convert to new style stagingKoen Kooi6
2010-04-23xfce4-panel: Add 4.6.3 and support new style checksums in xfce46.bbclass.David-John Willis1
2010-04-22gcc-svn.inc: Change version to 4.6.0Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-22gcc: Add recipes for version 4.5.0Khem Raj14
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-23util-linux-ng: handle chrt through alternatives tooRoman I Khimov1
Can be provided by busybox. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-22task-shr-minimal: drop fso-abyss from RDEPENDS (not needed with fsogsmd)Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-22frameworkd-config-shr: drop fso-abyss from RDEPENDS (not needed with fsogsmd)Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-22task-shr-feed: drop fso-abyss and mokokoMartin Jansa1
* fso-abyss is not needed with fsogsmd * mokoko is broken after last EFL bump and pretty much dead Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-22libframeworkd-glib_git.bb: bump rev to get fsogsmd compatability fixKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-22util-linux-ng: handle setsid through alternatives tooRoman I Khimov1
It can be provided by busybox. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-22python-2.6.4: make Modules/_ctypes/libffi configureAntonio Ospite3
This fixes configure issues with recent autoconf, e.g: autoreconf: Entering directory `Modules/_ctypes/libffi' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force configure.ac:26: error: m4_copy: won't overwrite defined macro: \ _AC_ARG_VAR_PRECIOUS configure.ac:26: the top level It also adjustes Makefile.am to take into account the fact that python ships incomplete source from libffi. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-22liblauncher: add 0.3.8, disabled by default since it breaks APIKoen Kooi2
2010-04-22qwo: add patch for build with automake-1.11Martin Jansa2
* qwo.1 is created in created in DESTDIR already with help2man, no need to add it to DEST files * automake-1.11 checks for files instaled more than once and fails Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-22libconfig_1.3.2: add patch for build with automake-1.11Martin Jansa2
* libconfig.h is installed twice from $(libinc) and then again from $(libinc_cpp) * newer automake checks that and fails Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-22glib-2.0 2.24.0: apply two patches from release branch and one from ubuntuKoen Kooi5
2010-04-22ti-local-power-manager: Remove OPT from LPM sources using #defineRoger Monk3
* OPT Argument Decorator is no longer used/supported in latest dsplink versions * LPM implements some callback functions from DSPLINK which used this decorator * 'Void _TAL_translateCallback (IN Uint32, IN OPT Pvoid, IN OPT Pvoid);' * Remove by passing -DOPT="" to LPM build * Safe to remove for building against older DSPLINK versions as well * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-22ti-dsplink: Add runtime depends for examples on lpm-utils for lpmOn/Off utilsRoger Monk1
* DSPLINK Examples need to use lpmOn/Off add RDEPENDS * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-22ti-dsplink: Use new URL and add dsplink v1.65.00.02 (early adopter)Roger Monk3
* Add new version (1.65.00.02) - eary adopter release * Start using new URI base location * Introduce variables to keep SRC_URI common and PV variants Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-22ti-dsplink: Move dsplink_1.64 fix-ups into version specific recipeRoger Monk2
* Fix-ups for kernel headers and CROSS_COMPILE are specific to 1.64 Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-22ti-dsplink: Introduce DSPLINKDSP to simplify DSP executable installRoger Monk1
* Add new variable DSPLINKDSP to be used in install scripts Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-22ti-dsplink: remove unnecessary 'clean' stepRoger Monk1
* dsplink installations (when used directly, and not from cetools) are clean and therefore don't need a clean step Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-22busybox: prevent postinst script from failingSergey Lapin1
recent addition in rootfs_ipk.bbclass which runs postinst scripts with -e option, while very useful, prevents busybox from configuring at image build time. It will be configured at first image boot if your file system is writable, but in case of e.g. squashfs, that will be fatal error. This commit prevents postinst to fail, so busybox will create all needed links at image build time.
2010-04-22tinylogin: bump PR for LICENSE changeKoen Kooi1
2010-04-22linux-kexecboot: fix poodle resolution in 2.6.33-rc4 (still no joy)Andrea Adami1
2010-04-21tinylogin: update LICENSE to more specific GPLv2Denys Dmytriyenko1