summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2008-12-07e-wm usage of RDEPENDS_${PN}_append_linux etc failes to generate proper ↵Stian Skjelstad1
depency graphs for *image.bb
2008-12-07Merge branch 'afeb9260' into org.openembedded.devSergey Lapin11
2008-12-07at91bootstrap: afeb9260 support, cleanupSergey Lapin6
2008-12-07connman: Add the 0.1 "Nikolaus" releaseStefan Schmidt3
* Factor out common bits from the git and the 0.1 recipe into .inc * Add checksum for the release tarball * DEFAULT_PREFERENCE = "-1" in the 0.1 recipe for now. Needs more testing and perhaps packaging tweaks
2008-12-06meta-toolchain: Preserve value of PACKAGE_ARCHSMike Westerhof1
This fixes build failures caused when building a "be" sdk/toolchain on a "le" machine, and vice-versa.
2008-12-06gcc, gcc-native 3.4.6 : Fix O_CREAT permissions for -D_FORTIFY_SOURCEJonas Bonn2
On Ubuntu Intrepid, -D_FORTIFY_SOURCE is enabled by default, thus requiring file permissions when the O_CREAT flag is set on open. This patch remedies this for gcc-3.4.6. Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
2008-12-06xqtlauncher: removed xqtlauncher-xkbd-desktop and updated task-xqtlauncher ↵Bernhard Guillon3
to fit the change
2008-12-06Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi17
into org.openembedded.dev
2008-12-06htcdiamond, htcraphael: update machine configs and kernel defconfigsLukas Gorris3
2008-12-06xqtlauncher: added convert and cleanup scripts and .desktop files for themBernhard Guillon5
- convert and cleanup now parses /usr/share/applications for .desktop files and convert them to opie compliant files
2008-12-06alsa-state: add state files for MOTO a780Michael 'Mickey' Lauer5
2008-12-06opie-xqtlauncher: added recipeBernhard Guillon1
2008-12-06ezx-boot-usb-native: catch up with new developments & remove outdated versionsMichael 'Mickey' Lauer5
2008-12-06toscoterm: make it compile for the target and add SRCREV entryMichael 'Mickey' Lauer1
2008-12-06qt3x11: bump PRKoen Kooi1
2008-12-06mythtv 0.21: bump PRKoen Kooi1
2008-12-06orbit2: add 2.14.16Koen Kooi1
2008-12-06linux omap git: add patch for fix recording on TWL4030 codecsKoen Kooi2
2008-12-06linux omap git: update to 2.6.28rc7Koen Kooi4
* drop 2 patches that went upstream * drop 3430sdp patch that conflicts
2008-12-06qtnx: somehow the qtnx.inc change was not commitedwoglinde1
2008-12-05qtnx: ship a .desktop file as well and bump PR againwoglinde1
2008-12-05qtnx: put the key.id to the right place and bump PRwoglinde1
2008-12-05task-beagleboard-demo: include openssh-scp and openssh-sshKoen Kooi1
2008-12-05linux-openmoko[-devel]: bump srcrevs and add netdev LED trigger patch from ↵Michael 'Mickey' Lauer4
openwrt bugtracker
2008-12-05gpsd: provide virtual/gpsdMichael 'Mickey' Lauer5
2008-12-05gvfs: fix QA issue in configureKoen Kooi1
* the check for archive.h looks in /usr/include by default
2008-12-05gparted: update to 0.4.1Koen Kooi1
2008-12-05parted: fix calloc testKoen Kooi1
2008-12-05python: generate 'python-modules' package to simplify installation (from ↵Marcin Juszkiewicz2
BugLabs)
2008-12-05oprofile: ship only ARCH related support - saves 1.8MB (from BugLabs)Marcin Juszkiewicz5
2008-12-05toscoterm: (new) a very simple and small VTE based terminalOtavio Salvador1
While working at O.S. Systems embedded platform we ended up requiring few features not found in any lightwise terminal and then we wrote our own VTE based solution. It is currently very light and provides the following features: - XEmbed - full screen - specific start command - terminal window resize
2008-12-05initramfs-uniboot: split load_modules to allow the module loading to be ↵Otavio Salvador2
customized
2008-12-05parted: update to 1.8.8Koen Kooi1
2008-12-05readline: sync with pokyKoen Kooi4
2008-12-05readline: update to 5.2Koen Kooi1
* strangely enough already in checksums.ini
2008-12-05oprofile: move common stuff to oprofile.incMarcin Juszkiewicz5
2008-12-05beagleboard demo image: move stuff to a tasks to prevent entries in ↵Koen Kooi2
IMAGE_INSTALL getting dropped
2008-12-05mime-support: update to 3.44Koen Kooi2
2008-12-05gimp: add 2.6.3Koen Kooi2
2008-12-05xserver xorg: split of Xfbdev to make it parallel installable with kdriveKoen Kooi2
2008-12-05geda: Fixed mime support. Disabled static library.Stanislav Brabec4
2008-12-05midpath-core 0.2+0.3rc2: Updated fix-openfile patch to what was committed ↵Robert Schuster2
upstream.
2008-12-05Cleanup of recipes.Robert Schuster3
dbus-java: Removed 2.3/2.4, updated 2.5 to 2.5.1.
2008-12-05evince: enable nautilus extension and thumbnailerKoen Kooi1
2008-12-05djvulibre: add 3.5.21Koen Kooi1
* unbuildable like 3.5.20, but this one gets to do_install instead of breaking in do_compile
2008-12-05glib-2.0: add 2.18.3Koen Kooi3
* this fixes mime handling in gio
2008-12-05nautilus: add 2.24.2Koen Kooi1
2008-12-05gvfs: update to 1.0.3Koen Kooi1
2008-12-05gamin: disable python (it wasn't in DEPENDS before) to stop ↵Koen Kooi1
-I/usr/include/python25 leaking into the build
2008-12-05gdb, gdb-cross, gdb-cross-sdk 6.8 : Pull in a patch from Ubuntu for gcc-4.3Tom Rini4
gcc-4.3 introduces new warnings for certain risky-in-some-situations behaviors. Previously we had just sed'd out -Werror from gcc-cross-sdk. Now pull in a patch from Ubuntu to fix all these warnings and apply to all gdb 6.8 variants. Bump PR.