aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-09-03linux-omap git: update to rc8, start adding patches from the overo treeKoen Kooi
2009-09-03Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-09-03pixman git: add some more NEON and fastpath patchesKoen Kooi
2009-09-03task-cli-tools[-python]: factor python-based cli tools out of common recipe ↵Michael 'Mickey' Lauer
to improve build time for those who don't need/want any of the python-based ones.
2009-09-03linux-omap: move ppoll patch to files/ and exchange it with the queued versionKoen Kooi
2009-09-03libpersistence: new recipe; gobject serialization libraryMichael 'Mickey' Lauer
2009-09-03mickeydbus: add more RDEPENDESMichael 'Mickey' Lauer
2009-09-03gst-ffmpeg: bump PR on 0.10.7, add 0.10.8 and cleanup EXTRA_OECONFKoen Kooi
2009-09-03libxext-native: stop providing 'xext'Koen Kooi
2009-09-03libgles-omap3: detect cpu type and don't load modules if no SGX hardwareSteve Sakoman
2009-09-03libnotify: add 0.4.5Steve Sakoman
2009-09-03libglade: add 2.6.4Steve Sakoman
2009-09-03inotify-tools: add 3.13Steve Sakoman
2009-09-03system-tools-backends: add 2.8.1Steve Sakoman
2009-09-03swfdec-gnome: add 2.26.0Steve Sakoman
2009-09-03orbit2: restructure recipes to use orbit2.inc, add 2.14.17Steve Sakoman
2009-09-03libunique: add 1.1.2Steve Sakoman
2009-09-03wpa-supplicant: updated scriptsSteve Sakoman
makes gnome networkmanager happy and functional
2009-09-03gnome-keyring: fix merge errorKoen Kooi
2009-09-02gnome bbclass: remove to more auto generated cruft that breaks package ↵Koen Kooi
management
2009-09-02linux-omap-* 2.6.29: add l1 cache performance tweak from l-a-k mlKoen Kooi
* also sync patch between pm and regular kernels
2009-09-02micro-uclibc.conf: move OVERRIDES to bottom of fileCliff Brake
micro.conf was overwriting the variable, and then micro was missing from OVERRIDES
2009-09-02evas-native: add libxext-native as dependencyHenning Heinold
* seems evas-native used libxext from host * bump PR
2009-09-02libxext-native: provide native recipe for libxextHenning Heinold
* recipe is needed for evas-native
2009-09-02libx11-native: provide native recipe for versiob 1.2Henning Heinold
2009-09-01openssl.inc: fix packaging on x86_64; use INC_PRMichael Smith
openssl's makefile always installs to ${prefix}/lib, even if libdir is ${prefix}/lib64. Move some files around to make it fit. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-09-01package_deb: create md5sums control filesMichael Smith
These are created with the package and get installed in /var/dpkg/info. Afterward it's a great way to find modified files for backup with a little shell script magic. It feels a bit weird to still use MD5, but that seems to be the convention in the Debian world. Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Chris Larson <clarson@kergoth.com>
2009-09-01fennec: update to latest tipKoen Kooi
* fix up buildsystem contamination bug in firefox.inc while I'm at it as well
2009-09-01checksums.ini: some missing checksums addedSteffen Sledz
2009-09-01xscreensaver: fix packaging and QAKoen Kooi
2009-09-01gstreamer-ti: merge updated patch from tracker and export CODEC_SERVER dir ↵Brijesh Singh
for the hard-coded server name
2009-08-31linux-nokia800-2.6.21-osso71.bb: Fixed undefined reference to __aeabi_uldivmodMing Chow 周明
* This was a problem when using gcc-4.3 compile linux-nokia800-2.6.21-osso71 Signed-off-by: Ming Zhou <chow.ming@linuxbj.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-01task-sdk-base: Use virtual libc development package to use the selected libc ↵Florian Boor
instead of pulling in glibc.
2009-09-01gtkhtml-3.8: Fix staging of 3.18.0Florian Boor
2009-09-01xserver-common: add 1.31Florian Boor
2009-08-31compcache: Add version 0.5+0.6pre3 and version 0.6Ming Chow 周明
* compcache creates RAM based block device (named ramzswap) which acts as swap disk. Pages swapped to this disk are compressed and stored in memory itself. * Compressing pages and keeping them in RAM virtually increases its capacity. This allows more applications to fit in given amount of memory. * added modules_install target in top Makefile to fit the automatically modules build process * added KERNELDIR variable to make 2.6 style KBUILD system work * modified the Makefile for rzscontrol tool to use cross toolchain instead of local gcc Signed-off-by: Ming Zhou <chow.ming@linuxbj.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-31netsurf: fixes for GCC-4.4, from netsurf svn.Graham Gower
Netsurf appears to be statically linked with these libraries, so I bumped its PR too. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-31uclibc: Pass ARCH=<TARGET_ARCH>" on make commandline.Khem Raj
Like linux kernel Git version of uclibc mandates that ARCH is passed down from make instead of being computed magically. This will be there in next release 0.9.31 of uclibc. Defining it on make invocation for older releases is no harm. Also move uclibc to use INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
2009-08-31micro-uclibc, minimal-uclibc: Reorder including the base distro config.Khem Raj
A lot of stuff in these conf's are already set and is duplicated. This is removed. The base conf file should be included at the end after assigning LIBC so that correct toolchain configuration is picked. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phil Blundell <philb@gnu.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2009-08-31Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Philip Balister
into org.openembedded.dev
2009-08-31asterisk-1.4.23.1 : Checksum changed on source package.Philip Balister
* Updated checksum to new values. * Dropped sounds.xml.patch so recipe builds. The Asterisk people changed the source tarballs for legal reasons. This blog entry explains the music-on-hold changes: http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/ I made the minimum updates so the recipe builds again. We'll need someone familiar with Asterisk to work out what else needs changing.
2009-08-31Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-08-31python: fix -netserver and -devel packaging, convert 2.6.1 to inc_prKoen Kooi
2009-08-31usb-modeswitch: add v1.0.2Evan Doiron
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-08-31add sscep: v0.0.2008.1211Evan Doiron
http://patchwork.openembedded.org/patch/998/ Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-31net-snmp: add v5.4.2.1Evan Doiron
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-31Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-08-31epdfview: update to 0.1.7Koen Kooi
2009-08-31evince: add 2.26.2Koen Kooi
2009-08-31xserver-common 1.30: another set of updatesMarcin Juszkiewicz
0024 moves functionality of /etc/X11/Xserver to separate file (except running X11 server) - this allows to use xserver-common package in systems where xinit is used to run X11 session as root (look at xserver-nodm-init package) 0025 moves xmodmap files to /etc/X11/xmodmap/ and installs xserver-common file created in previous patch. 0026 fixes path to default.xmodmap file