summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-02-20zziplib: Added patch to disable non-compiling test.Robert Schuster2
2008-02-20navit: new upstream release 0.0.4Junqian Gordon Xu2
* bump 0.0.3 to 0.0.4, which is the last alpha release * bump cvs to 0.1.0cvs, add DEFAULT_PREFERENCE="-1"
2008-02-20altboot: RRECOMMENDS e2fsprogs-mke2fs, bump PRJunqian Gordon Xu5
* e2fsprogs-mke2fs is needed to generate loop-image
2008-02-20merge of '574cd9ef25c6950932d71b09ba6baafa73d76c6b'Paul Sokolovsky72
and '96853f8828d3f70854cfe9cd4fbf096e5a258e97'
2008-02-20openwrt-sdk.conf: Start adding package renaming stuff.Paul Sokolovsky1
2008-02-20bvi 1.3.1: Usual "don't install -s" patch.Paul Sokolovsky2
2008-02-20merge of '2be5e752a15904554697d31fe1505320d26fd263'OpenEmbedded Project1
and '7fb87889a6d8866e49a6b9607971f63a17c58c80'
2008-02-20angstrom-2008-preferred-versions.inc: bump libtool to 1.5.10. version 1.2.14 ↵Junqian Gordon Xu1
no longer exist.
2008-02-20merge of '5ad99f74f7f6900d8889b6026325fc81dd39c9ff'OpenEmbedded Project9
and 'dbd68acb5b5a6b7f90a7e82b19706ec980e6356f'
2008-02-20gaim: moved gaim to packages/obsolete and pidgin to its own directory. ↵Rolf Leggewie41
Fixes 2374.
2008-02-20merge of '777103e5b5aa7d64334c2a82ce75fa5e033379db'OpenEmbedded Project9
and 'f70cc54fbf41943e412d1aaa62dc0abbc1d3358a'
2008-02-19merge of '1b3281155a76e1b96f9c232d53e0b275b6f50ef2'Robert Schuster9
and '6c23c9e30050d9acb0985e785f4d7b1a333c0dd6'
2008-02-19zziplib: Unification and new versions.Robert Schuster9
- added zziplib.inc file - added native and non-native recipe for latest stable (0.12) series - added native and non-native recipe for latest development (0.13) series
2008-02-19merge of '5b4101eded60b084a2015b66d47b04a99222e842'Michael Lauer16
and 'c72441dc719a5903a8fdc705f309c086346249b0'
2008-02-19gsm0710muxd svn fix name of dbus service file (temp.)Michael Lauer1
2008-02-19dbus 1.1.4 fix permissions of dbus system bus activation helper binaryMichael Lauer2
* with this revision, system bus activation finally works
2008-02-19Fixed default ALSA state for SL-Cxx00 (OE#2617).Stanislav Brabec2
* Fixes bass/treble levels (reflects kernel fix alsa-wm8750-treble.patch (>2.6.24)). * Increased Mic Levels and Boost. * Enabled Capture Switch. * Improved Headphones / Speaker volume balance. * Disabled all bypasses. * Disabled Left -> Right routing. * All Mono signals decreased to 0 (not connected). * Line Mux changed to differential, keeping PGA unused. * Using Digital mono for recording (jack supports ony mono). * Enabled Automatic Level Control, optimized for voice recording. * Enabled Zero Cross volume changes.
2008-02-19merge of '9a5df4f82194968b8ea8a94d7effc5bf61c1e650'Stanislav Brabec28
and 'cb1970d64a9cdb9559e137f509557905fbc174b5'
2008-02-19joe 3.1: Update DESCRIPTION to something useful and add HOMEPAGE.Paul Sokolovsky1
2008-02-19merge of '52c62dd05756b14c442b2b031264855e264ee6fd'Paul Sokolovsky3
and '76d408008f1f7528f07e505cb8346d8d4b239d12'
2008-02-19ipkg-utils*: Re-add support for openwrt-style .ipk's.Paul Sokolovsky3
* There're two .ipk formats: one with ar top-level wrapping (essentially, .deb format, native OE format) and with tar.gz top-level wrap, used by OpenWRT and some tiny distros. When I did performance optimization work on ipkg-make-index, I just blocked support of tar.gz-style ipk's, as it was unclear if those are used in OE at all. Now support is readded, with the old code to handle them (i.e. not as optimal as ar-style ones). * This makes DISTRO=openwrt-sdk usable for producing compatible packages and deploy-feed for them. But there're still some issues to resolve before OE can be said to provide seamless support for building packages for OpenWRT.
2008-02-19merge of 'b52c7469e4fbb93f35ed1de1f3e5225ee9d27d9c'OpenEmbedded Project1
and 'd0de4044d1bae905c2f30dd83d3f5bab85b3f52d'
2008-02-19add blackbox 0.70.1, fixes #981Michael Lauer4
2008-02-19ipkg-utils: ipkg-make-index-track-stamps.patch: Remove hunk with ↵Paul Sokolovsky1
whitespace-only changes.
2008-02-19merge of '1f88d7bce0e63ddda3e634a6aff8bcf09fc97ed7'Michael Lauer2
and 'f5e925a4d49eda729a2458839beb6944538b4ece'
2008-02-19repair openmoko-python-devel-image Michael Lauer2
2008-02-19add libjson, a library to create and parse json filesMichael Lauer2
2008-02-19dbus 1.1.4 ship necessary files and directories for system bus activationMichael Lauer2
2008-02-19generic-uclibc.conf: prefer uclibc 0.9.29Michael Lauer1
2008-02-19busybox 1.9.1 add fix for lineedit on arm, remove our own version of ↵Michael Lauer1
run_parts.c which is identical with upstream nowadays
2008-02-19nylon|colinuxoe.conf: add TARGET_OS. closes #348Michael Lauer2
2008-02-19libsdl-* consolidate using a .inc file, enable fbcon, closes #35Michael Lauer9
(yes, this one has been open since 2005-05-24 *cough*)
2008-02-19- Ignore false toggle signals (work-around for OE#3390).Stanislav Brabec6
- Fixed default ALSA state for SL-Cxx00 (OE#2617). - Do not alter incorrect mixer levels by zaurus-mixer-callback. - Allow to disable rotation by touch ~/.norot. - Fixed detection of panel_user.
2008-02-19Output NUL terminated lines with sort -z (busybox#1591). Fixes updatedb.Stanislav Brabec2
2008-02-19merge of '96cde176098aad6ac5bbe96aa5d939a61de53f6d'Michael Lauer1
and 'c8560517964ebe70f94d18575236bb3b49f087b8'
2008-02-19merge of '4f1c373d43a7c1b912b21780d67df8ccec796116'Michael Lauer191
and 'd684223b6fbdf20a18d598446664827707b7dd91'
2008-02-19gammu 1.17.0 remove bogus pc file so it doesn't conflict with the real oneMichael Lauer1
2008-02-19add fbvncserver2. closes #2126Michael Lauer1
2008-02-19libpng[-native] 1.2.19 remove buggy versionMichael Lauer2
2008-02-19merge of '188473a4d5d33bffe571a9035d4bf0a983b463f0'Michael Lauer1
and 'ce6927ecdedbeb4d51a0e9f5e35a8515cab0ab09'
2008-02-19e-wm cvs need to call autopoint for gettext supportMichael Lauer1
2008-02-19merge of '4df1badaa6742b2ffb1171205da321c1f5040b56'Paul Sokolovsky1
and 'b479f8d698f9ffbf0d7660f38e17cd501db0dff2'
2008-02-19package-index: Add explicit DEPENDS on "ipkg-utils-native"Paul Sokolovsky1
* Otherwise it relies that something else staged it. Good guess, but let's be explicit.
2008-02-19merge of '409a4420e74feeb71713c8fa1d853dfa021daf3f'Michael Lauer2
and '538e4bfaca216445bb346ce8d4d110161a06c902'
2008-02-19ecore[-native] cvs really disable SDLMichael Lauer2
2008-02-19base.bbclass: Drop now unused bbdepcmd flagRichard Purdie1
2008-02-19merge of '29c3523123b5b4cd06600394ae12aa149df07c8a'Richard Purdie8
and 'c9d03a40dbab3e176a210a0dd6f1204d9ae94f49'
2008-02-19package.bbclass: Correct SHLIBSDIR to use HOST_SYS, not TARGET_SYS. For most ↵Richard Purdie1
packages this doesn't change much but for cross/sdk/native packages the distinction is important (from poky)
2008-02-19gcc-package.inc: Override SHLIBSDIR since gcc is a very special caseRichard Purdie1
2008-02-19package.bbclass: Add various depchains improvements/fixes from poky. This ↵Richard Purdie1
whole functionality ideally needs rewriting but this fixes various important issues with SDK generation