summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2009-12-04task-base: Introduce DISTRO_APM and convert recipes to use thatSebastian Spaeth4
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-04Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi2
into org.openembedded.dev
2009-12-04font-util: fix merge damageKoen Kooi2
2009-12-04font-util: Fix cross building, use PKG_CONFIG_PATH in MAPFILES_PATH testMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-04xorg-font: Add latest versions of the XOrg font packages.David-John Willis33
2009-12-04encodings: Add latest Xorg font encodings package 1.0.3.David-John Willis2
2009-12-04font-alias: Add 1.0.2David-John Willis1
2009-12-04xorg-font: Add INC_PR to all the Xorg fonts.David-John Willis41
2009-12-04font-util: Add 1.1.1 target and native.David-John Willis2
2009-12-04font-adobe-*dpi: Add 1.0.1 versions of adobe fonts.David-John Willis2
2009-12-04xorg-font-common: Update include to deal with newer fonts installed to ↵David-John Willis1
/usr/share and add INC_PR.
2009-12-04util-macros: Add 1.3.0 native.David-John Willis1
2009-12-04libgksu: Add --disable-gtk-doc to recipe.David-John Willis1
2009-12-04xchat 2.8.6: Drop TCL support from build.David-John Willis1
2009-12-04devilspie: Add the devilspie daemon - version 0.22.David-John Willis1
* devilspie is a small daemon for managing X window behaviour based on rules.
2009-12-04gigolo: Add build and runtime depends on gvfs (without it, the app is not a ↵David-John Willis1
lot of use).
2009-12-04libsdl: Add 1.2.14 (and native). Note: Does not use libsdl.inc as that has ↵David-John Willis2
hacks for older SDL versions. * Only tested on the OpenPandora under Angstrom currently.
2009-12-04libpng: Add target and native recipes for 1.2.40 with checksums.David-John Willis2
2009-12-04zsh: Add recipe for 4.3.10 (latest upstream).David-John Willis1
* Checksum was already in OE.
2009-12-04ttf-freefonts: Add GNU FreeFont (Free UCS Outline Fonts) package.David-John Willis1
2009-12-04xf86-input-evdev: Add 2.2.6 and 2.3.0 (2.3.0 disabled for now).David-John Willis2
2009-12-04tslib: Add config files for the omap3-pandora.David-John Willis3
2009-12-04u-boot-omap3pandora: Bump GIT SRCREV (USB charge fix)David-John Willis1
2009-12-04x-load-omap3pandora: Bump SRCREV to include early start for batt charging.David-John Willis1
2009-12-04calc: bump to v 0.0.4. Move to openmoko-3rdparty dirSebastian Spaeth3
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-04linux-omap 2.6.32: disable CONFIG_CPU_IDLERobert Nelson1
2009-12-04linux-omap 2.6.32: mach to plat change for ehci-omap.cRobert Nelson2
drivers/usb/host/ehci-omap.c:40:22: error: mach/usb.h: No such file or directory
2009-12-04linux-omap 2.6.32: enable mmc power, CONFIG_TWL4030_POWER replaces ↵Robert Nelson1
CONFIG_TWL4030_MADC
2009-12-04Revert Introduce DISTRO_apm patch until I get permissionSebastian Spaeth5
* This was committed accidentally * This reverts commit 49d5f70658ab0386bee5869656d0405a6d416e35.
2009-12-04task-base: Introduce DISTRO_apm and convert recipes to use it.Sebastian Spaeth5
* This allows distros to override the apm provider with an DISTRO_apm variable * The change should be transparent and invisible for other distros * This could also be done with a virtual/apm package, and a PREFERED_PROVIDER set to apm Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-03fsodeviced_git.bb: remove niceness as it does not use libcanberra anymoreKlaus Kurzmann2
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-03helloworld: Use {C,LD}FLAGS during build. Duh.Leon Woestenberg1
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-12-03linux 2.6.32: added Sim.One supportMarcin Juszkiewicz13
2009-12-03task-beagleboard-demo: add e-wm-menuMike Rapoport1
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
2009-12-03Revert "gnome-keyring 2.28 has a language file ta.po that fails to build."Koen Kooi2
* The 'patch' is not a patch and breaks the build * The error this commit tries to fix can be remedied by using a more recent gettext-native This reverts commit 1f16e2c5f999a795b1dc77b2f2011f17a077f16e.
2009-12-03gnome-keyring 2.28 has a language file ta.po that fails to build.Kristoffer Ericson2
Looks like the file in question is in the progress of being translated. To fix this we remove the insulting lines. Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2009-12-03linux-omap 2.6.32: add patch to fix EHCIKoen Kooi3
2009-12-03linux-omap 2.6.32: start recipe for itKoen Kooi2
2009-12-03openssl-native_0.9.8j.bb : set the noexec bit for stacksGraeme Gregory1
This is needed to stop tripping up security protections on Fedora 12 and probably other selinux using distros
2009-12-03cdparanoia_svn.bb : also add configure.in.patch to svn versionGraeme Gregory1
This fixes the "No 16bit type found" error messages.
2009-12-03coreutils-native.inc : fix staging of coreutils-nativeGraeme Gregory1
Was inheriting the u-a renaming from non native version and we dont do u-a on staging so all utils had a silly name
2009-12-03Fix configure error (no 16bit type!)Kristoffer Ericson2
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2009-12-03Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-12-03util-macros: add 1.3.0 (from Martin's branch)Koen Kooi1
2009-12-03linux: added 2.6.32Marcin Juszkiewicz1
2009-12-03librsvg-native: add native package for navit-iconsMartin Jansa1
2009-12-02Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Martin Jansa4
into org.openembedded.dev
2009-12-02task-shr-feed: add fltkcurrency and mokoeightballMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-02performous: introduce a new cool game for sining caraoke or playing instrumentsHenning Heinold1
* unfornatly to a bug in oe you have to copy libstdc++ from cross to staging otherwise it will compile because libGLU cannot find it
2009-12-02glew: introduce highlevel gl libraryHenning Heinold2