summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2008-07-19alsa-lib: fix avr32 builds and libmath detectionHenning Heinold3
* fix bug 4364 provided Geoffrey Wossum * add fix_libmath.patch to correct detection either -lm is needed or not * bump PR
2008-07-19iptables: add .inc fileMichael Lauer1
2008-07-19merge of 'bb80418f92c2db8734eda06db4ea527fdc5c84b0'Michael Lauer6
and 'f9f4aeef69ea9d929a612c025e1e90a2de52faca'
2008-07-19sysklogd: update to version 1.5 and unify. Hopefully closes 2691.Rolf Leggewie5
2008-07-19tree: update to 1.5.2. Closes 3208.Rolf Leggewie1
* upstream had silently replaced the 1.5.1 tarball with a link to the 1.5.1.1 version leading to md5sum check failure and thus triggered bug 3208 * 1.5.2 compiles fine without any further changes
2008-07-19iptables 1.3.8 factor out .inc, remove some versions, add recommendation to ↵Michael Lauer4
nat iptable module
2008-07-19frameworkd git add configuration for a780 (needs adjusting the keys)Michael Lauer6
2008-07-18frameworkd: configure ogpsd for GTA02Jan Lübbe1
2008-07-18frameworkd: fix frameworkd.conf (ogsmd instead of ophoned)Jan Lübbe3
2008-07-18merge of '48f6d095cfa6525db4c539a3ac145ee322be60af'OpenEmbedded Project10
and '83a3842e481b7407e271aa8542f64c8eea36f71f'
2008-07-18linux-omap2 : Add patches to fix TWL4030 issues.Philip Balister10
2008-07-18libftdi: remove examples-dir from configure.ac tooHenning Heinold1
2008-07-18libftdi: update to version 0.13Henning Heinold3
*rewrite configure.ac and use rpath tools from gettext *disable examples because of rpath issue needs more investigation *doxygen is still disabled too
2008-07-17merge of '4c3e95612d7e11dff6afb443db21824d2266449b'Henning Heinold9
and 'e07ea8506d3c48b797607d8f49339c4ac605d045'
2008-07-17directfb: fixing stuff and update to version 1.1.1Henning Heinold9
* add Version 1.1.1, but for now let it not be the default version * add ts_lib_autools.patch so directfb builds with newer libts * fix serval .pc files so they has useful entries
2008-07-17frameworkd git add button/switches configurationMichael Lauer4
2008-07-17linux-openmoko_2.6.24+git.bb : add squashfs to the build #4437Graeme Gregory6
2008-07-17Typo in poodle chunk fixed.Stanislav Brabec1
2008-07-17merge of '4d0f3853b3c01cedc22908ba269a7658acf2293b'Dirk Opfer2
and '78b94abf5ca4361761610eb18c87c63d85d04e72'
2008-07-17busybox: add new version 1.11.1Dirk Opfer4
- "Starting syslogd/klogd: start-stop-daemon: lseek: Invalid argument" fixed in this version
2008-07-17linux-rp-2.6.26: Added zaurus-i2c-init.patch:Stanislav Brabec2
* initialize I2C on Poodle and Spitz * sound works again * suspend does not hang if sound modules are loaded
2008-07-17stress: upgrade to 1.0.0Dirk Opfer1
2008-07-16fso-image: add iptablesMichael Lauer3
2008-07-17merge of '4c6f4640a8b948badde77deaaebbfc2c9959ecae'Michael Lauer370
and 'e5e5a9814f67f07864e0b56012257f49ace89669'
2008-07-16u-boot_git : Update revs for davinci machines davinci EVM and SFF SDR.Philip Balister1
2008-07-16openmoko-panel-gsm: DEPEND on libmokogsmd2Michael Lauer1
2008-07-16merge of '6effd4b98afa326e66d32ef10490967c420727f4'Michael Lauer12
and 'd081501ea9f95cb4ffb0c033c9a4f1b0cef84220'
2008-07-16add fluidsynth, a software synthesizer. bb by thomasgMichael Lauer2
2008-07-16cacao-native 0.99.2: Fixed expected md5sum.Robert Schuster3
cacaoh-native 0.99.2: Fixed expected md5sum. cacao 0.99.2: Fixed expected md5sum.
2008-07-16codec-engine: pass CFLAGS to demosKoen Kooi1
2008-07-16codec-engine: more bruteforce sed to get rid of bogus target-prefixesKoen Kooi1
2008-07-16codec-engine: hook into TI xdc and dsp toolchainsKoen Kooi2
2008-07-16vlc-davince: update srcrev, use vlcs compile system (yuck!), fix description Koen Kooi1
2008-07-16merge of '027df8bfceecb5d21ab2b2b76d0d191124b3446b'Koen Kooi62
and 'daafad010cbf738246a5e77122c2e1e4f951c9f5'
2008-07-16linux omap2 git: bump to 2.6.26Koen Kooi1
2008-07-16dsplink: remove some trailing spacesKoen Kooi3
2008-07-16dsplink: add glue to hook in TI dspbios and TI c64x compiler trees into the ↵Koen Kooi4
build * The user needs to obtain dspbios and cgtools on its own and override the TI*DIR vars in local.conf to point to the correct location, default is /OE/TI
2008-07-16remove deprecated openmoko stuff, it's no longer buildable anywaysMichael Lauer36
2008-07-16remove deprecated freesmartphone.org recipesMichael Lauer15
2008-07-16merge of '641a15c42908d49a2d22b32302275bdcee06d601'Michael Lauer3
and 'bcdca45c1b2872acd0f00daa6d38395d0d5867d1'
2008-07-16python 2.5.2 add parameter to run python in unoptimized bytecode modeMichael Lauer2
Thanks to the default-is-optimized patch, this python was running in optimized mode all the time, there was no way to run it unoptimized. However this is necessary at times (e.g. if you want to run code that contains 'assert' statements, since optimized bytecode strips these out), so I added a new command line parameter 'N' to python that allows you to run it unoptimized.
2008-07-16python-evas cvs quickhack to make it work with newer pyrexMichael Lauer1
2008-07-16Fix rsync source path.Khem Raj3
2008-07-15linux-omap2 git: add patch to fix a race in i2c codeKoen Kooi2
2008-07-15Added tangogps-0.9.0.3:Stanislav Brabec2
* based on openmoko-projects/tangogps_0.7.bb * removed openmoko specific requirements * updated to version 0.9.0.3
2008-07-15gst-ffmpeg: prefer 0.10.4 for armv7aKoen Kooi1
2008-07-15merge of '3a2808f816787c38cc33d4ad7c1d8ec24cf3f97d'OpenEmbedded Project2
and 'bab230e17300cd6d489ec78a189a3c829743cdd4'
2008-07-15ffmpeg, omapfbplay: bump SRCREVKoen Kooi2
2008-07-15merge of '4a1fbbf2b807b7eb3928563bc7f680eeced17553'Stanislav Brabec30
and 'd8ffa6c8873c2065b7bd097d105c2bea68ac7d4a'
2008-07-15Added linux-rp-2.6.26:Stanislav Brabec30
* based on linux-rp-2.6.25+2.6.26-rc4 (b82d34d538132713ba10d59d0209f562e276f44b) * ported sharpsl-rc-r1.patch * set DEFAULT_PREFERENCE_spitz (suspend works again)