Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-05-06 | merge of '4e038cbec73ce09bc146fb74f60b2c6d4359a29b' | Rolf Leggewie | 37 | |
and '61b65ffb0a858399f89407df40b6469b203bda44' | ||||
2007-05-06 | sword: gcc visibility fixes, closes #2196 | Michael Krelin | 3 | |
- patch to make certain inlines, hidden by -fvisibility-hidden-inlines, back visible. | ||||
2007-05-06 | kdepimpi: fix the QMutexLocker build fix | Michael Krelin | 2 | |
- patch to provide the QMutexLocker implementation. | ||||
2007-05-06 | merge of '2df01515901ff96b1df8ddfe5a959db31e864f7a' | Paul Sokolovsky | 2 | |
and '5a0c2498be96fb8ae42c90b19f42b7dd4761f996' | ||||
2007-05-06 | opie-init: Handle qss startup properly and diagnostably. | Paul Sokolovsky | 2 | |
* Based on Michael Krelin's patch in #2211, changed to restart qss if exits, and log what happens. It turns out that after initial setup, few OPIE service is essentially restarted (During "Please wait" white screen), including qcop, on which qss depends, so qss quits. Plus, we always should anticipate possibility of it segfaulting ;-). * With this change, sound on pocketpc's works OOB, and as it worked for zauruses with original patch, #2211 should be resolved. | ||||
2007-05-05 | merge of '10fadef3ad37a1955f0a8811f336463bbfc68016' | Leon Woestenberg | 2 | |
and '256d1626dc4d82851d7ec788cb021343cdfbc528' | ||||
2007-05-05 | db: Use rm -rf instead of rmdir (which broke re-installation). | Leon Woestenberg | 2 | |
2007-05-05 | merge of '25c9bf8030ed9b081cb15b534fe5dbd9bf20ad4e' | Koen Kooi | 3 | |
and '30f2bd37e3e52038872a5a374ce62ae9b90855f6' | ||||
2007-05-05 | prismstumbler: add missing patch | Koen Kooi | 1 | |
2007-05-05 | gpe-autostarter: add missing patch | Koen Kooi | 2 | |
2007-05-05 | merge of 'bcb26d45f59e69826c0f1f99784cb544fe4d99f5' | Philip Balister | 3 | |
and 'd6b64846e115c0e8068d0d352ef4993a3f19a381' | ||||
2007-05-05 | libtool : Add bb files for libtool-1.5.22. DEFAULT_PREFERENCE set to -1 | Philip Balister | 12 | |
until these are better tested. | ||||
2007-05-05 | tracker: add file to DEPENDS (for magic.h) | Koen Kooi | 1 | |
2007-05-05 | prismstumbler: fix build against motif and recent linux-linux-headers, ↵ | Michael Krelin | 1 | |
closes #2177 | ||||
2007-05-05 | gpe-autostarter: fix compilation with recent linux-linux-headers, closes #2176 | Michael Krelin | 1 | |
2007-05-05 | gpe-ownerinfo: unify | Rolf Leggewie | 8 | |
2007-05-05 | chrpath: add cross version | Koen Kooi | 3 | |
2007-05-05 | glib.inc: make printf disable opt-in | Koen Kooi | 1 | |
2007-05-05 | linux-ezx 2.6.21: Sync with openezx svn | Koen Kooi | 6 | |
NOTE: the defconfig needs some tweaking | ||||
2007-05-04 | perl: Add the .debug directories that to FILES_${PN}-dbg in the | Jamie Lenehan | 8 | |
cpan-base.bbclass, and then update the cpan modules to no longer manually specify this. Also remove references to the new removed .packlist files. | ||||
2007-05-04 | perl-native 5.8.8: Apply the patch from perl to stop the .packlist files | Jamie Lenehan | 2 | |
from being installed. Since we use perl-native to do the cpan module installs we need to changed perl-native as well to stop cpan modules from getting .packlist files. This is a new patch since just the .packlist related part has been extracted from the larger patch. | ||||
2007-05-04 | perl/perl-native 5.8.8: Move the creation of the hostperl link in staging | Jamie Lenehan | 2 | |
from the configure task in perl to the stage task in perl-native where it belongs - perl shouldn't be messing with the staged perl-native. | ||||
2007-05-03 | merge of 'bb4d307be1e1e6c7dcfacbb22b9b3a37de4f3a80' | Paul Sokolovsky | 3 | |
and 'd8cede683cb063194640417f9789761e2613100f' | ||||
2007-05-03 | merge of '63574aab45fa11754d7be72eaf51866ddc2f1fc4' | Paul Sokolovsky | 77 | |
and 'e9f1e7c93893cfe82d2a2642ffa7844ff663e0f8' | ||||
2007-05-03 | qte 2.3.10: Fix lack of PAGE_* in latest linux-headers properly: use ↵ | Michael Krelin | 5 | |
getpagesize() * Closes #2201. | ||||
2007-05-03 | glibc: Remove armeb strlen workaround. We now have the GCC PR16350 patch, ↵ | Leon Woestenberg | 3 | |
take 3 in GCC. | ||||
2007-05-03 | merge of '64c2fdc821dc99c92d5751ee54e721d697c6c950' | Paul Sokolovsky | 2 | |
and 'c3da8ddf3a7e9e67a05e625b3e3928d577b784fa' | ||||
2007-05-03 | opie-todo cvs: Fix unbreak-logging.patch | Paul Sokolovsky | 2 | |
2007-05-03 | merge of '2b2a9e8be1e996a583b85b56656ca087e2b52b4b' | Paul Sokolovsky | 2 | |
and 'e51f8fd8eb90b9022f84e7606c680a142a3ca9c4' | ||||
2007-05-03 | libqpe-opie cvs: Unbreak logging. | Paul Sokolovsky | 2 | |
* Again, it's bad idea to randomly disable some logging sources based on obscure compile-time defines (QT_DEBUG is not mentioned in qte-2.3.10, so how could it get such name at all?). OE OPIE is going to have logging facility helping to resolve issues, not obfuscate them. | ||||
2007-05-03 | linux-ezx 2.6.21: update to r1996, fixes some oopses | Koen Kooi | 2 | |
2007-05-03 | merge of '4bc8cc047648935876ee77c832ac802bb2411919' | Koen Kooi | 13 | |
and '813e5c48efd70de54894dd747857e21994a78024' | ||||
2007-05-03 | gcc 4.1.2: fix 800-arm-bigendian.patch | Koen Kooi | 3 | |
2007-05-03 | merge of '8e46af8afd28f4539d080bc3d9d977cf3f17cf75' | OpenEmbedded Project | 1 | |
and 'f93b1c50def57bdde2f3e3b2ac16d00035fadec2' | ||||
2007-05-03 | cairo-git: update PV | Koen Kooi | 1 | |
2007-05-03 | merge of 'a8e3405d3042e589c04a355a17ed9bf28f95cf20' | Paul Sokolovsky | 8 | |
and 'db859e2581bdaa1ea9e72a0a6f92806562fe7a12' | ||||
2007-05-03 | merge of '6d811ac107aadf1d105bf5af985162ee4955637b' | Paul Sokolovsky | 5 | |
and 'c97b8005b2f1a28eefa9f9d303214fa1a70e9db5' | ||||
2007-05-03 | opie-init: Actually daemonize qss. | Paul Sokolovsky | 1 | |
2007-05-03 | opie-init: Start qss daemon. | Paul Sokolovsky | 2 | |
* Fixes #2211. | ||||
2007-05-03 | task-opie: Add opie-qss, an OPIE sound server, essential component. | Paul Sokolovsky | 1 | |
* Fixed #2211. | ||||
2007-05-03 | opie-taskbar cvs: Don't bother to start qss from C++ code. | Paul Sokolovsky | 2 | |
* Because it's useless - to have a separate process for sound server, and then have mishacks to start/keep alive it hardcoded in C++. That doesn't work somehow (h4000, hx4700, etc. machines have issues), and then it completely non-debuggable. * So instead, qss should be started separately, of course from a shell script. * Partially fixes #2211. | ||||
2007-05-03 | opie-todo cvs: Unbreak system-wide logging. | Paul Sokolovsky | 3 | |
* A specific app may not override system-wide parameter on a whim - it's under user control. | ||||
2007-05-02 | merge of '12fa8ef0c447968799315a8b55e6d534dbf250ab' | Philippe De Swert | 1 | |
and '8aeb8aa9214bbbda98b383508c226562616d35af' | ||||
2007-05-02 | merge of '12fa8ef0c447968799315a8b55e6d534dbf250ab' | Paul Sokolovsky | 5 | |
and 'b896e366f22797c8a8d7c7db63a0236eefe66dc9' | ||||
2007-05-02 | qte, qte-mt 2.3.10: Fix build with recent kernel headers. | Michael Krelin | 5 | |
* Closes #2201. | ||||
2007-05-02 | packages/uclibc/uclibc-cvs/magicbox: Add uclibc config for Magicbox | Stelios Koroneos | 2 | |
2007-05-02 | packages/initscripts/initscripts_1.0.bb:Add mountall.sh script for ↵ | Stelios Koroneos | 2 | |
oplinux-uclibc | ||||
2007-05-02 | packages/gcc/gcc_4.1.1.bb: Do not apply ppc soft-float patches when building ↵ | Stelios Koroneos | 1 | |
with uclibc This is a dirty hack to get gcc 4.1.1 to compile for glibc AND uclibc on ppc the patch that is need it to get gcc support soft-floats with glibc, makes gcc fail with uclibc | ||||
2007-05-02 | gpe-dm: add 0.51, doesn't need procps anymore | Koen Kooi | 1 | |
2007-05-02 | libglade: set '-lz' in LDFLAGS instead of CFLAGS - close #1774 | Marcin Juszkiewicz | 2 | |