summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-01-07packages/python/python-pyqt: We have Qt4.3.3 now, make use of it and enable ↵Holger Freyther2
the assistantclient
2008-01-07contrib/mtn2git: Ignore unknown certs, try to be more robust against CTRL-C ↵Holger Freyther2
when saving the status
2008-01-07openmoko-dialer2: add dep on libgsmd:Koen Kooi1
checking for DIALER... configure: error: Package requirements (dbus-glib-1 gtk+-2.0 libebook-1.2 libgsmd libmokojournal2 libmokoui2 libpulse) were not met: No package 'libgsmd' found
2008-01-07merge of 'af4511b13e8cbd8513fd3d5de1d714c59d17fa8c'OpenEmbedded Project1
and 'c5064c11a779b0221a750ff7350a339c75859576'
2008-01-07docbook-utils-native 0.6.13: Fixed docbook-sgml-dtd dependency.Robert Schuster1
2008-01-07merge of '4d7d106ba858e881e70ced98ec75da0a78a4b634'Matthias Hentges82
and 'a9234837102809b3f5f82abc11e373c14c1c638b'
2008-01-07flite: Fixe do_compile, courtesy of xjqian.Matthias Hentges3
2008-01-07sanity.bbclass: Fix typo - everyone else must have GNU fortran already installedRod Whitby1
2008-01-07qpegps: RRECOMMENDS gpsd, instead of RDEPENDS; bump PRJunqian Gordon Xu4
* qpegps works as a viable map viewer without gpsd
2008-01-07linux-rp: Drop 2.6.16, 2.6.17 and 2.6.21 as now uneededRichard Purdie72
2008-01-06classes/sanity.bbclass: We need GNU fortran installed to build the gcc4.2 ↵Holger Freyther1
cross compiler
2008-01-06merge of '25c6c2c84233203b8c3f1a65223fc9904814cfe2'Holger Freyther5
and '478b52f76ea3d55c9536816c3480d56ebcccc96d'
2008-01-06merge of '2f01f26b2d9b304d4bda8793b0e7cfce2011ad45'Richard Purdie1
and '85d4ab967941a2bea382fb9211cd65212be527a6'
2008-01-06base.bbclass: Expand path when searching for applications (else it can ↵Richard Purdie1
contain unexpanded entries and applications in staging don't get found for example)
2008-01-06xserver-kdrive 1.4: add hal to DEPENDS since kdrive will pick it up from stagingKoen Kooi1
2008-01-06merge of '728b58626c50e060bf71960029afce111427d6a0'OpenEmbedded Project4
and 'c22898d69793df7ecf7b5bb1e62791c4780023ab'
2008-01-06linux-ixp4xx-2.6.23.x: Move from .8 to .12, nslu2-linux rev 927 to 957. ↵Leon Woestenberg4
postpatch() instead of prepatch() nslu2-linux kernel patches.
2008-01-06u-boot-openmoko svn gfx fix is now in mainlineMichael Lauer1
2008-01-06distcc: fix host file and CONFFILESKoen Kooi2
2008-01-06gnome-mplayer cvs: Bump PR to be consustent with angstrom stable branch.Paul Sokolovsky1
2008-01-06speech-dispatcher: enable flite, fix DEPENDS, remove spdsendJunqian Gordon Xu2
2008-01-06flite: fix stagingJunqian Gordon Xu5
* headers have to go into ${STAGING_INCDIR}/flite
2008-01-06hal_0.5.9: add LEAD_SONAME (QA)Junqian Gordon Xu1
2008-01-06bluez: fix plugin problemsKoen Kooi6
2008-01-06flite: change default back to oss, native alsa support package named as ↵Junqian Gordon Xu14
flite-alsa * flite does not include working ALSA support, there is a patch made by Lukas Loehrer [1]. * Problem 1, this patch is a one-way street to alsa only. oss can't be build with this patch. * Problem 2, flite becomes unmaintained, patch won't make upstream. Hence other applications * using flite shared library doesn't necessarily support flite with native ALSA. e.g. speech-dispatcher. * * revert flite packages: --with-audio=oss * add flite-alsa packages: --with-audio=ass * * flite-1.3-Makefile.patch is a patch by Francois Aucamp that makes it possible * to compile shared libraries of flite 1.3, this patch has already been included in flite-1.3 alsa patch. * * configure-with-audio.patch is a patch by Patrick Ohly which works for all versions except flite-alsa-1.2, * in which au_none.h was not seen by libflite * * fix-read-only-assignments.patch was an acknowledged patch by both the original OE flite maintainer * and Lukas Loehrer (i.e., flite-1.2 alsa patch contains this patch). However, Lukas Loehrer left this patch * out of his flite-1.3 alsa patch. Leading me to believe this was fixed internally elsewhere in the 1.3 release. * By the look of it, this seems has to be tested at runtime. * * [1] http://homepage.hispeed.ch/loehrer/flite_alsa.html
2008-01-06merge of '15ad25c2df41e72ad281610da11230b4d0c9bd20'OpenEmbedded Project4
and '5bfb1624d0726e9c07b5b20f7ecccb236fee357c'
2008-01-06mainstone-kernel: Major rework of bb, activate Dyntick and tmpfs, add some ↵Florian Boor4
modules in kernel configuration.
2008-01-05package/qmake: Remove the pub/ from the SRC_URI, all Qt4 sources lack the pub/.Holger Freyther1
-Doing this avoids having two entries in the checksums.ini.
2008-01-05conf/checksums.ini: Copy these from my TMPDIRHolger Freyther1
2008-01-05packages/cmake: Add CMake version 2.4.7Holger Freyther4
-Share the description in the cmake.inc file -Update the checksums.ini
2008-01-05merge of '2df396d3c9bb3f2afb58c9ecb59aba197323bf87'Matthias Hentges5
and '9bda98155004c06ada379ea6494e26df0e41c6fe'
2008-01-05gpsd-conf: Restart gllin on a resume eventMatthias Hentges5
2008-01-05merge of '5e5ed72728986531bc9fcd00f87f56051f1fbff5'Michael Lauer8
and '897413a90458757cb227c0afbc74963d175a60a7'
2008-01-05uboot-openmoko svn disable eabi fix from rev. 3774 onwards, it's in OM svn nowMichael Lauer1
2008-01-05navit: Update .inc, include navit.launcher to enable the low-mem workaround ↵Matthias Hentges4
on-demand.
2008-01-05merge of '7a3bad457105ec40106bf5bc6341dfc5906a0088'Matthias Hentges4
and 'a97c52f271b18a7c7146382c7acc35a108bda245'
2008-01-05speech-dispatcher: Fix packaging of configfilesMatthias Hentges2
2008-01-05speech-dispatcher: Matthias Hentges3
- Fix RPROVIDES so it doesn't pull in a ton of -dev packages - Update EXTRA_OECONF to exclude modules we do not need and enable espeak - Update configs to set espeak module as default and fix logfile destination - Install initscript (this could use some work...) - Tested to work on fic-gta01
2008-01-05add python-gsmd, python bindings for the openmoko libgsmdMichael Lauer3
2008-01-05espeak: Add stagingMatthias Hentges1
2008-01-05merge of '32cafe5ca6724aa6333ef32aa6a5604b86123925'Matthias Hentges12
and '8efc63b43d352dc8bc16998f5461a0649ac0a66d'
2008-01-05openmoko-gps: Update to SVNR9Matthias Hentges2
2008-01-05merge of '304f7e476fe8624db6410c0656b7dd8f78ad60f2'Paul Sokolovsky20
and 'fcfb658bc0012d559f131ce8495a388677380d94'
2008-01-05xcursor-watchonly-theme 0.1.1: Fully replaces xcursor-transparent-theme.Paul Sokolovsky1
2008-01-05xcursor-watchonly-theme: Variation of xcursor-transparent-theme, leaving ↵Paul Sokolovsky4
watch cursor alone. * So there was a visual feedback to the user on long-running operations.
2008-01-04merge of '3ee21fd3d6d6a0cddf83ef3711c24b4d6d7d7451'OpenEmbedded Project3
and 'fa0e8dd852860da362d27938db78954d4c8791ae'
2008-01-04linux-omap2 : Move defconfigs into omap2430sdp directory. These files do Philip Balister3
build kernels only for that board.
2008-01-04gnome-mplayer: Fix segfaults decoding non-utf8 tags in media.Paul Sokolovsky4
2008-01-04merge of '3e6216a45414da116d701e5ace53a09e1c10f258'OpenEmbedded Project1
and 'e42568a54d15c18dcefabdfde6196ebefc9febe1'
2008-01-04speech-dispatcher: Add missing patchMatthias Hentges1