summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2008-01-23merge of '58a64bc4f0e9295e4e68eaf15495ee2eb9e6fbd8'Marcin Juszkiewicz1
and '72f985b233bd7f6a6cccf8ae78b46faac96fd50a'
2008-01-23font-update-common: first commit, partly closes bug 2430Rolf Leggewie4
* a GUI-agnostic update handler for registering fonts for use by the GUI * GUI-specific parts are yet to be committed and need to depend on this package
2008-01-23libgcrypt_1.4.0.bb : add new versionGraeme Gregory1
2008-01-23zbedic: update libbedic to 1.1 and zbedic to 1.2Rolf Leggewie2
2008-01-23external-toolchain: enable RPROVIDES againJohn Lee1
* I disabled it in revision 824c66fc36263bf7387bf3cac74b83506fa27024 by mistake. Sorry.
2008-01-22python 2.5.1 ship sitecustomize.py that enables some convenient features whenMichael Lauer3
working with the interactive interpreter: attribute completion and persistent command history
2008-01-22prelink: Update to the last release (20071027) and pull eabi fixes from pokyRichard Purdie6
2008-01-22merge of '05ddfe24471c42c447a6996f4ee8a09bbd402e23'Richard Purdie5
and 'ee28a8fbd4b4c0cc97fe47467c837fb525ecdf82'
2008-01-22merge of 'd31528c971eb974748d7b182b56381c6f4b7ab55'Holger Freyther11
and 'ea47db0fd7281e15db0ba80201db5fc61a11455f'
2008-01-22packages/qt4/qt_packaging.inc: Fix packaging of the -dbg packagesHolger Freyther1
split in packages.bbclass gets called after the work in do_populate_packages_prepend() is done. This means that on the first packaging attempt no .debug files exist. So create one -dbg package for every plugin we find and assume that the file is getting split out.
2008-01-22packages/qt4/qt_packaging.inc: Remove the attempt to create the meta ↵Holger Freyther1
packages this way It didn't work because the RDEPENDS were not available in the package_write task anymore. We need to create a meta task where all plugins are referred to in some other way.
2008-01-22packages/qt4/qt_packaging.inc: Attempt to package all possible plugins properlyHolger Freyther1
2008-01-22merge of '214ed7e892086095fb4e656e5d3777e201866e46'John Lee2
and '824c66fc36263bf7387bf3cac74b83506fa27024'
2008-01-22task-openmoko-toolchain-host: fix duplicated text.John Lee2
* duplicated text due to brain damaged patch usage.
2008-01-22merge of '0b7113a85be8ed98e75a1000c58eb9ea5de39919'Michael Lauer2
and '43f6b35dcf8438ea9fc7e6a23fa4541225259e15'
2008-01-22linux-openmoko: remove some useless versionsMichael Lauer2
2008-01-21linux-rp-2.6.23+2.6.24-rc8: Tweak collie defconfig to reduce the base kernel ↵Richard Purdie2
size
2008-01-21packages/qt4/qt_packaging.inc: Package the phrasebooksHolger Freyther1
2008-01-21packages/qt4/qt_packaging.inc: Fix the splitting of the translation packagesHolger Freyther1
The variable inside the package name did not get expanded, let us expand it ourselves.
2008-01-21tzdata: update to version 2007kRolf Leggewie1
2008-01-21tzcode: update tzcode-native to 2007kRolf Leggewie1
2008-01-21fontconfig: unifyRolf Leggewie5
2008-01-21Add a task for QtopiaCore GUI libraries and related libraries and install ↵Holger Freyther2
this task to a image Provide a minimal image with QtopiaCore GUI available.
2008-01-21linux_2.6.23.bb: fix sources for mpc8313e-rdb, there is no 'defconfig-rt' fileJeremy Laine1
* fixes breakage introduced in commit cb0f0a066b9df17408c3017f7954a6b750fd269f
2008-01-21packages/images/qtopia-core-console-image.bb: Create a minimal image with ↵Holger Freyther1
the QtopiaCore Core libraries Provide a minimal image to use QtNetwork, QtSql, QtXml and QtCore.
2008-01-21packages/tasks/tasks-qtopia-core-console: Add a task for the core libraries ↵Holger Freyther1
of QtopiaCore/QtE
2008-01-21merge of '68a230b60662c9a02fcec5ffaa9a90510e7b14f4'Paul Sokolovsky6
and '6a123114c50d24ba777fd796259528ed55d645bd'
2008-01-21gpe-contacts svn: Implement proper handling of VCARD categories.Paul Sokolovsky6
* VCARD's CATEGORIES field used to be stuffed into contact's CATEGORY field as is, which is not what gpe-contacts expect. * So now, try to look up each of VCARD's categories (adding new accessor to libgpepimc was required), if it doesn't exist, create it, and finally put category ID into contact's CATEGORY field.
2008-01-21gpe-contacts svn: Convert to SRCREV, add latest rev to sane-srcrevs.inc.Paul Sokolovsky1
* Confirmed buildable/working.
2008-01-21merge of '8e186034e744815050d62541776a4d037e5d320a'Richard Purdie8
and 'eed8e44709b0135c476bb86fd537e46917805a76'
2008-01-21linux-rp-2.6.23+2.6.24-rc8: Try and standardise defconfigs, fix hx2000 ↵Richard Purdie11
compile problems
2008-01-21cacao: Fix cache flushing.Robert Schuster2
- removed workaround patch - added real fix OABI and EABI compliant cacheflushing
2008-01-20chumby-kernel: Add disable-fbchanging.patch that I had previously forgottenDaniel Willmann1
2008-01-20merge of '0ce1ec91df499539b43f53a80718a77449b22b6b'Holger Freyther5
and 'f1621de24fc1acbb89be67256867ca01cea8c10d'
2008-01-20packages/qt4/qtopia-core: Prepare for someone to use -qconfigHolger Freyther2
-We don't disable any features, but passing -qconfig will automatically disable q3support so we can't enable the usage of -qconfig by default -Install an OE qconfig-oe.h and QT_QCONFIG can be overriden by the default OVERRIDE system (this makes up a bit for the lacking documentation)
2008-01-20packages/qt4/qtopia-core: Build the features that are available as plugin as ↵Holger Freyther3
plugin -Build whatever can be build as plugin as plugin (graphics driver, mouse...) -Change the configure script to find plugins -Packaging needs to be done
2008-01-20linux-rp: More defconfig updates and patch fixesRichard Purdie17
2008-01-20altboot: Add SVNR77Matthias Hentges1
2008-01-20altboot: Update to SVNR76Matthias Hentges1
- Loading keyboard driver for collie - Re-enabling SD menu option for Poodle
2008-01-20linux-rp: Drop more old versionsRichard Purdie88
2008-01-20linux-rp-2.6.23: Add missing patchesRichard Purdie4
2008-01-20linux-rp-2.6.23+2.6.24-rc6: Update to 2.6.23+2.6.24-rc8 and cleanup patchesRichard Purdie35
2008-01-20linux-rp-2.6.23: Clean up and drop unused or now unneeded patchesRichard Purdie5
2008-01-20linux-rp-2.6.23: Defconfig tweaks including poodle wifi fixesRichard Purdie13
2008-01-20spandsp: apply the hack from version 0.0.3+0.0.4pre16 to trick QA tests. ↵Rolf Leggewie1
Closes 3498.
2008-01-20add python-fso-pyproto, python prototypes from freesmartphone.orgMichael Lauer1
2008-01-20packages/qt4/qtopia-core_4.2.0: Remove the older version, it is not usedHolger Freyther1
2008-01-20conf/machine/chumby.conf: Use rt73-k2wrlz instead of rt73-chumby since theDaniel Willmann1
latter produces a kernel panic at the first sign of network traffic. packages/linux/chumby-kernel_2.6.16-chumby-1.2.bb: Disable broken framebuffer modechanging code in the kernel. Make booting from USB default, add console=tty0 so we get to see the boot messages.
2008-01-20merge of '5c05d65c9dd90a63a937c3b8da02ae5f8af28a21'Holger Freyther5
and 'd1820625c87154f827396b5afbc6cac762157b01'
2008-01-20task-openmoko-ui: Use qvga theme for the ChumbyDaniel Willmann3
xserver-kdrive-common: Call the xserver with the right arguments for the Chumby