summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-11-29linux-kirkwood: added sound driver for openrd-clientFrans Meulenbroeks4
2009-11-29Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks30
into org.openembedded.dev
2009-11-29apache2: upgraded to 2.2.14Frans Meulenbroeks8
2009-11-29Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Martin Dietze20
into org.openembedded.dev
2009-11-29opkg-nogpg_svn.bb: link without `-Wl,--as-needed' for nylonMartin Dietze1
* nylon uses a gcc3-based toolchain which does not support this option, thus added an override
2009-11-29opkg_svn.bb: added missing dependency to openssl to recipeMartin Dietze1
* opkg_svn can only be built if openssl is staged, this revision adds the missing dependency
2009-11-29mtd-utils.inc: flexible handling of ${mtd_utils} in do_stage and do_installMartin Dietze1
* the include file relies on a given list of utils to be installed, but the list is not correct for all versions which include it * this revision adds a check for the existence of these files before trying to install/stage them
2009-11-29gcc-configure-common.inc: remove objc from the list of supported languages ↵Martin Dietze1
for nylon * on nylon there is no need for objc support, thus removed this language from the list for nylon
2009-11-29e2fsprogs-libs.inc: removed dependency to unsupported util-linux-ng for nylonMartin Dietze1
* on nylon util-linux-ng is not needed and not supported, e2fsprogs-libs can be built without depending on it * this revision adds an override vor nylon which sets the necessary options to `configure' and deploys the uuid header and lib to staging
2009-11-29conf/distro/nylon.conf: fixed some broken preferred versionsMartin Dietze1
2009-11-29linux-mtx-[12]-2.4.27: support bash4 for oldconfigMartin Dietze4
* when using bash4 as /bin/sh the scripts/Configure script failed when running `make oldconfig', added patch to change `. .config' to `. ./.config'
2009-11-29usermanual: Update usermanual bitbake references to 1.8.18.Robert P. J. Day1
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2009-11-29om-gta02: create also ubinized image from ubifsMartin Jansa1
2009-11-29Revert "palmtop.bbclass: fix QA of plugins wrt packaging of -dbg files"Andrea Adami1
This reverts commit 38361a2cd9b962daccf5af7c85d54245e3711f9e. Unfortunately the fix need to be done in the specific recipes. Filtering .so at this stage breaks packaging for other plugins.
2009-11-29nandlogical: rework klibc statical recipe pointing to staged mtd headersAndrea Adami4
instead of providing own copy. Bump PR.
2009-11-28exhibit: fix SRC_URI - exhibit moved to OLDKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-28python-phoneutils_git: fix DEPENDSKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-28linux-openmoko-2.6.31: enable NFS and INOTIFY_USER for gta02Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-28shr: bump linux-libc-headers to 2.6.31, use EFL_SRCREV from sane-srcrevsMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-28Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Michael 'Mickey' Lauer1
into org.openembedded.dev
2009-11-28fsomusicd: add SRCREVMichael 'Mickey' Lauer1
2009-11-28babilo-efl: switch SRCREV -> SRCPV, formal change as bzr returns sortable ↵Martin Jansa1
revision number
2009-11-28fsolocationd: renamed recipe; source was fsogpsdMichael 'Mickey' Lauer3
2009-11-28fsodatad: new recipe; FSO data storage serviceMichael 'Mickey' Lauer4
fsomusicd: new recipe; FSO music player service
2009-11-28fsodeviced: explicitly enable the rfkill and canberra player pluginsMichael 'Mickey' Lauer2
2009-11-28sane-srcrevs-fso: bump fsodeviced to get the alsa player ringtone fixKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-28task-shr-feed: add makeKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-28di: new recipeThomas Zimmermann3
* add di (disk info) * add di to task-shr-feed * this solves SHR bug #501 Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-28task-shr-feed: add gtkmm, solves SHR bug #546Thomas Zimmermann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-28numberx: new recipeThomas Zimmermann2
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-28neomis: new recipeThomas Zimmermann2
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-28scummvm: update version to 1.0.0Thomas Zimmermann3
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-28scummvm: copy config from openmoko to shrThomas Zimmermann3
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-28openttd: correct path for config fileThomas Zimmermann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-27chicken: path and dependencies fixes for chicken recipesMario Domenech Goulart3
Removed gcc-cross-sdk as dependency. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2009-11-27chicken: Added recipes for chicken 4.2.10Mario Domenech Goulart3
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2009-11-27chicken, chicken-cross: added translator-cross.patch for chicken 4.2.0Mario Domenech Goulart1
Fixes path to the translator (chicken) in the compiler driver (csc) when cross compiling. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2009-11-27pulseaudio: add version 0.9.21Liam Girdwood8
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
2009-11-27babiloo: upstream changed SRC_URISebastian Spaeth1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-11-27task-shr-feed: add babiloo-efl, remove hermining.Sebastian Spaeth1
* Also sort some entries alphabetically. This list is a mess. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-11-27babiloo-efl: don't prefer _bzr version over releasesSebastian Spaeth1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-11-27babiloo-efl: add tar-based recipe in addion to _bzr variant.Sebastian Spaeth1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-11-27Merge branch 'org.openembedded.dev' of ↵Sebastian Spaeth7
ssh+git://git@git.openembedded.net/openembedded into org.openembedded.dev
2009-11-27phonefsod: conform with latest autotools configuration changes in upstreamKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-27openttd: add version 0.7.4-RC1 and sound and graphic files from openttdcoop.orgThomas Zimmermann5
* Can't reuse .inc because openttd won't build with --target configure option * Sounds and Graphics from openttdcoop.org are GPL and CC licensed files to replace the propertarie files needed by this game Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-27phoneuid: conform with the recent changes in upstreams MakefilesKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-27bootchart-lite: Use mkdir rather than install in postinst.Sebastian Spaeth1
* install is part of coreutils which might not be installed. * As this is a -lite image it might not make sense to pull in coreutils just to create a dir. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-11-27gcc-4.3.3.inc : replace objc patch with undamaged one from gcc-patchesGraeme Gregory2
There is a one hunk peice of damage in the patch originally committed, as compared to the patch posted on gcc-patches. Replacing with the original patch enables platforms like arm oabi to compile again.
2009-11-27task-shr-feed: add fltkcocktailbar and babiloo-eflKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-27add package fltkcocktailbarBenjamin Schieder1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>