aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-07-09julius: add 4.1.2 of julius speech recognizerKoen Kooi
2009-07-09opkg*: bump to r215 to fix segfaults on upgradeKoen Kooi
2009-07-09qt4-x11-free-gles: add an OopenGL ES1 version of qt4-x11-freeKoen Kooi
* currently sgx specific, but making it generic is easy
2009-07-08Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-07-08omap3.inc: bump PR for kernel changeKoen Kooi
2009-07-08qt4: add extra hook into configure to munge some qmake stuffKoen Kooi
2009-07-08omapfbplay-xv: enable omapfb driver as wellKoen Kooi
2009-07-08linux-omap 2.6.29: fix some vfp and neon bugsKoen Kooi
2009-07-08checksums.ini: added 2.6.30-at91 patchMarcin Juszkiewicz
2009-07-08linux: added AT91 patch to SRC_URI for all devicesMarcin Juszkiewicz
AT91 patch do not touch other platforms and I plan to move all AT91 based devices to 2.6.30 in next commits.
2009-07-08package_rpm.bbclass: be more quietMarcin Juszkiewicz
2009-07-08omapfbplay-xv: fix typo in recipeKoen Kooi
2009-07-08calamari.conf: New machine (MPC8536DS development system).Leon Woestenberg
2009-07-08linux: updated 2.6.25 and 2.6.27 for mpc8315e-rdb.Leon Woestenberg
2009-07-08omapfbplay: add xv version with netsync optionKoen Kooi
2009-07-08ffmpeg git: bump SRCREV to get decode_video2 apiKoen Kooi
2009-07-08qt4: package demos and examples as wellKoen Kooi
2009-07-08Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov
git://git.openembedded.org/openembedded into org.openembedded.dev
2009-07-07qt4: added postgres, mysql, and sqlite2/3 support.Ihar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-07-07qt4: updated version to 4.5.2.Ihar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-07-07classpath: Depend on antlr-native, increased resp. PRs.Robert Schuster
2009-07-07antlr-native 2.7.7: Use proper variable.Robert Schuster
2009-07-07Added recipes/psplash/files/ronetix-pm9263/psplash-defaultMarco Cavallini
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
2009-07-07New conf/distro/kaeilos.conf with customized include filesMarco Cavallini
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
2009-07-06gmp: Fix a problem when ${exec_prefix} != ${includedir}, switch to INC_PRTom Rini
2009-07-06net-tools: unexport TOPDIR in recipe as it is used by the makefileCliff Brake
2009-07-06linux: Update 2.6.30-rc4 with more tx25 patches.Florian Boor
2009-07-06Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov
git://git.openembedded.org/openembedded into org.openembedded.dev
2009-07-06linux-mainstone: fix building with current gccDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-07-05glib-2.0, pango, gtk+: Updated to the latest .4 stable versions.Stanislav Brabec
2009-07-05linux-2.6.29: update tqm8540 defconfigDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-07-05checksums.ini: add an entry for patch-2.6.25-rc4 for mainstone kernelsDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-07-05Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov
git://git.openembedded.org/openembedded into org.openembedded.dev Conflicts: MAINTAINERS Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-07-03pidgin: Updated to version 2.5.8.Stanislav Brabec
2009-07-03initscripts: correct checkroot rootfs read-write checkBrian Bloniarz
initscripts: correct checkroot rootfs read-write check Fixes a regexp typo when checking whether the rootfs needs to be remounted. Also alters the remount logic to not assume that the root will be mounted RW. Signed-off-by: Brian Bloniarz <phunge0@hotmail.com> recipes/initscripts/initscripts-1.0/checkroot | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-)
2009-07-02epiphany: iso-codes is a runtime dependency.Stanislav Brabec
2009-07-02classpath: depend on gmp (for libjavamath) and do not use system oneMarcin Juszkiewicz
2009-07-02minimal-uclibc: Upgrade uclibc to 0.9.30.1Holger Hans Peter Freyther
Catch up with micro-uclibc.conf by upgrading uclibc. I will spawn a discussion about the future of minimal(-uclibc) in the presence of micro(-uclibc). Acked-By: Phil Blundell <philb@gnu.org>
2009-07-02uclibc: Add x86/uClibc.machine for x86 uClibc configHolger Hans Peter Freyther
Currently each MACHINE needs a uClibc.machine config otherwise the uClibc compile will fail with weird error messages. Add a config for MACHINE="x86" and "suprisingly" it is almost the same as the qemux86 version. I sent an email asking for help to handle this duplication. Acked-By: Henning Heinold <heinold@inf.fu-berlin.de>
2009-07-02util-linux-ng: Fix compile of 2.15 for uclibcHolger Hans Peter Freyther
Unconditionally include stdarg.h to introduce va_list to the compiler. uclibc has langinfo but not these kind of attributes. Guard the usage of these attribute similar to how the uclibc locale test program is doing it.
2009-07-01balsa: Updated to version 2.4.0.Stanislav Brabec
2009-07-01checksums.init: add checksum for linux kernel patch-2.6.30-rc4.bz2Florian Boor
2009-07-01python-pygtksourceview: catch up with sourceview renamingKoen Kooi
2009-07-01loudmouth: add 1.4.3Koen Kooi
2009-07-01icon-slicer-native: switch to pixbux-nativeKoen Kooi
2009-07-01Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Elena Grandi
into org.openembedded.dev
2009-07-01python-pygtksourceview 2.6.0: new recipeElena Grandi
python bindings for gtksourceview
2009-07-01Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-07-01linux: Delete misnamed recipeFlorian Boor
2009-07-01tx25.conf: Prefer a usable kernelFlorian Boor