summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2009-03-31liboil: update to latest liboil, needed for latest schroedingerwoglinde8
* remove older version and introduce an inc-file * keep 0.3.15 because om relays on it
2009-03-31libgsm: update to version 1.0.12woglinde6
* all the patches are stolen from debian
2009-03-31libxine: remove older verison and add the actual 1.1.16woglinde39
* dont seperate x11 and fb anymore xine can handle it via plugins * therefore all recipes wich depends on libxine-fb or libxine-x11 have to changed to libxine
2009-03-30kexecboot: clean recipesAndrea Adami3
- fix SRC_URI and bump SRCREV for _git recipe - minor cleanings to the recipes - bump PR - remove old kexecboot-0.3 checksums
2009-03-30Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Tom Rini2
into org.openembedded.dev
2009-03-30linux-nokia: Add linux-2.6-limits.patch, bump PRTom Rini2
2009-03-30Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stanislav Brabec2
into org.openembedded.dev
2009-03-30gst-ffmpeg: Updated to version 0.10.7.Stanislav Brabec2
2009-03-30linux-epia: Add patch to include <limits.h> in scripts/mod/sumversion.cJrg Bakker2
2009-03-30mc: Use system libexecdir.Stanislav Brabec2
2009-03-30gcc 4.3.x: disable thumb mode for now, glibc builds don't like itKoen Kooi3
2009-03-30webkit-gtk: fix PVKoen Kooi1
2009-03-30Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-03-30ti-codec-combos: Use DVSDK Codec Combos to be aligned with DVSDKRoger Monk2
2009-03-30firefox 3.0.8: lower default prefKoen Kooi1
2009-03-30codec-engine: Add development support for Codec Engine 2.23rmonk1
Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-03-30firefox_3.0.8.bb : add new version, seems to compile with modern gccGraeme Gregory13
so made it the default.
2009-03-30cacao 0.99.3: Added patch to fix PR99 (this time for real).Robert Schuster3
cacao 0.99.4: Dito.
2009-03-30Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi3
into org.openembedded.dev
2009-03-30linux-omap: add patch to fix mmc support and update defconfigKoen Kooi3
2009-03-30libtheora: added staging to get ffmpeg buildMarcin Juszkiewicz1
2009-03-30gtk+: stage gtk-builder-convert to get gnome-keyring builtMarcin Juszkiewicz1
2009-03-30libtheora_1.0.bb : Do not build libtheora docs/examples since this will tryUlf Samuelsson2
to run a crosscompiled utility on the host
2009-03-30linux-omap 2.6.29: add omapzoom support and fix PV so it can find the proper ↵Koen Kooi2
patches
2009-03-30linux-omapzoom: fix defconfigKoen Kooi1
2009-03-30ecore: fix packaging after last update to SRCREVKoen Kooi2
* please pay more attention when updating SRCREV next time
2009-03-29dsplink: add support for all omap3 boards using the 'armv7a' overrideKoen Kooi2
* needs revisiting when non-omap3 armv7a TIi SoCs become available
2009-03-29gnome-keyring: depend in libtasn1-native to get access to needed binariesKoen Kooi1
2009-03-29libtasn1: add native versionKoen Kooi1
2009-03-29x264: Remove do_configure override.Leon Woestenberg1
2009-03-29Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Frans Meulenbroeks62
into org.openembedded.dev
2009-03-29ltp: Fix two QA issues; .debug leak and GNU_HASH.Leon Woestenberg1
Thanks to Koen for the hint on GNU_HASH.
2009-03-29minimal-image: respect ANGSTROM_EXTRA_DEPENDS.Leon Woestenberg1
Although the minimal(ist) image is meant to be, well, minimal, we should not restrict users from adding a package using ANGSTROM_EXTRA_DEPENDS. Rationale: All images are meant as a senseful base for customization, and expansion by the user.
2009-03-29openbmap: Add version 0.2.0Stefan Schmidt1
2009-03-29wpa-supplicant: Add version 0.6.9Stefan Schmidt1
2009-03-29connman: Add version 0.14 and 0.15Stefan Schmidt2
2009-03-29ltp: must use configure now; see INSTALL.Leon Woestenberg1
This fixes a build issue. However, QA issues remain regarding GNU hash.
2009-03-29fluxbox: add 1.1.1, remove old versionsKoen Kooi14
2009-03-29wrap: update defconfig, dont use inputwoglinde1
2009-03-29libtheora: don't build the exampleswoglinde1
* zaps the dependency on sdl * bump PR
2009-03-29taglib: update to version 1.5 and using cmake for buildwoglinde4
2009-03-29yasm: New recipe.Leon Woestenberg3
2009-03-29x264: Enable using yasm-native for x86 machine.Leon Woestenberg1
Results in using optimized assembler functions instead of their C equivalent. The x264 encoder has many x86/SSE optimizations, this will increase its performance much.
2009-03-28linux-msm7xxx: add more useful options to htcraphael defconfigMichael 'Mickey' Lauer2
2009-03-28zope-3.3.1.inc: -> zope.incMichael 'Mickey' Lauer1
2009-03-28/me wonders how could that have been slipped in ...Robert Schuster1
ctorrent 3.3.1: Fixed S.
2009-03-28midori git: use git instead of snapshotsKoen Kooi1
2009-03-28midori: update to 0.1.5 and workaround an issue with the abomination called ↵Koen Kooi2
'waf' * runtime tested on beagleboard
2009-03-28x264: fix a few bugsKoen Kooi1
* quoting EXTRA_OECONF = "something"$FOO"" is wrong * passing --enable-shared and then doing CFLAGS += -static is wrong as well * the beagleboard 'optimizations' were duplicating flags already there, and worse passed in O3 when O4 was the default * adding machine optimizations without changing package arch is wrong as well
2009-03-28x264: now uses upstream revision number. added --extra-cflags for beagleboard.Leon Woestenberg1
Allows for easier optimizing the build using ECFLAGS. Tested-by: Leon Woestenberg <leon@sidebranch.com> Tested-by: Stanislav Popov <s.popov@rsc.bg>