summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-09-24nostromo: add new recipe for this web serverEric Bénard5
* description taken from its website : nhttpd is a simple, fast and secure HTTP server. It runs as a single process, handling connections with select(2). For CGIs and directory listing it does fork(2). nhttpd has the minimum of HTTP/1.1 and CGI/1.1 implemented. Also supported are; chroot, setuid, basic authentication, SSL, IPv6, custom repsonses, aliases, and virtual hosts. To stop the server send a SIGTERM singal to the PID. The access log is written in standard CLF format. Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-09-24classes/update-rc.d.bbclass: move update-rc after postinstEric Bénard1
without this, launching a daemon can fail if postinst is supposed, for example, to fix permissions of directories used by the daemon. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
2010-09-24pointercal-xinput: add calibration data for nokia900 and bump PRKlaus Kurzmann2
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-24midori: add 0.2.8Koen Kooi2
* waf hacks aren't necessary anymore \o/
2010-09-24webkit-gtk: bump SRCREVKoen Kooi5
2010-09-24gcc: fix INC_PR of Linaro gcc-4.4Marcin Juszkiewicz1
2010-09-24gcc: added 2010.09 Linaro release of gcc-4.4Marcin Juszkiewicz6
more about release: https://wiki.linaro.org/WorkingGroups/ToolChain This version does not have any OE patches applied (other then zecke-no-host-includes.patch in gcc-cross). Built armv7-a console-image without problems with binutils-cross 2.20 - modified Angstrom distribution was used. Did not booted into is because linux-omap-psp 2.6.32 does not give working kernel when compiled with this version of GCC. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2010-09-24network-manager-applet: add 0.8.1Koen Kooi1
2010-09-24networkmanager: add 0.8.1Koen Kooi1
2010-09-24libatasmart-0.13: resolve cross compile problemSteffen Sledz2
* This patch solves a cross/native compile problem: | ./strpool atasmart.c atasmart.strpool.c | ./strpool: ./strpool: cannot execute binary file Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
2010-09-24python-numpy: add mipsel config.Graham Gower2
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-24linux-igep2 2.6.33.7-0: isee downloads server is broken, switch to fetching ↵Koen Kooi1
from git using tags
2010-09-24linux-igep2: Bump kernel to 2.6.33.7-0Michael Lippautz3
* Kernel is released at http://labs.igep.es/index.php/The_Linux_kernel Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-23angstrom feed sorter: fix typo and add some more machinesKoen Kooi1
2010-09-23qt4-x11-free-gles: add 4.7.0Koen Kooi1
2010-09-23tar: Switch to INC_PR and fix native builds.Tom Rini4
We don't want u-a on native. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-23nfs-utils: Drop do_ccompileTom Rini1
This is unused and not needed in 1.1.x Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-23Merge branch 'org.openembedded.dev' of ↵Cliff Brake6
git://git.openembedded.net/openembedded into org.openembedded.dev
2010-09-23qt4: remove 4.7.0-beta2Cliff Brake15
2010-09-23libnl_1.1.bb: Fix the build when libnl2 is stagedKhem Raj2
Currently linker would search for libnl in sysroot first before linking in the one thats build with libnl this patch directs ld to link in with the one thats build and not look for the one in sysroot. As a result we can compile libnl and libnl2 alongside Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-23oe/patch.py: Remove series file during Clean()Khem Raj1
Currently if there is a failed do_patch the series files get appended so if there were two patches a.patch b.patch and b.patch failed during next run it would append a.patch again a.patch b.patch a.patch and this would keep growing. We can remove series file in Clean() because we populate it in Import() anyway Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Chris Larson <chris_larson@mentor.com> Acked-by: Eric Bénard <eric@eukrea.com>
2010-09-23binutils_2.20.1.bb: Add patch to fix ld sysrootKhem Raj2
Fixes the issue seen on builds where libc.so is not being found Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-09-23SHR: prefer QT 4.7.0Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23Merge branch 'cbrake/qt-4.7.0' into org.openembedded.devCliff Brake16
2010-09-23qt4 4.7.0: move pg patch to proper locationCliff Brake1
2010-09-23qt-4.7.0: update add.xmlpatterns.lib.patch to make it compile againMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23testlab bbclass: add a switch to log testlab results to a git repoKoen Kooi1
To use it add the following to your local.conf: TESTLABLOG = "remote" TESTLABREMOTEDIR = "/OE/angstrom-testlab" See http://gitorious.org/angstrom/angstrom-testlab/ for an example of the expected results
2010-09-23linux-openmoko-2.6.32: upgrade to 2.6.32.22 and add patch for lower power ↵Martin Jansa2
consumption in suspend Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23python-cython: upgrade to 0.13, drop legacy staging, use BBCLASSEXTEND for ↵Martin Jansa2
native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23shr-autorev: add mokosuite2, mokowm, mokowm-imf-ecoreMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23mokowm,mokosuite: update recipes, sources are now in gitMartin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-23qt4-tools-sdk 4.6.3: bump PR for QtCreator changeKoen Kooi1
2010-09-23gvfs: add missing libcdioKoen Kooi1
* spotted by the angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/a87e64ae3fbe47b679712c5c873f21e56f325c8f
2010-09-23gst-plugins: add some more missing dependsKoen Kooi1
* spotted by the angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/a87e64ae3fbe47b679712c5c873f21e56f325c8f
2010-09-23gdb-cross-sdk: use static libncurses libtinfo libz and libexpatEric Bénard1
* statically linking these libs prevents several runtime problems Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Tom Rini <tom_rini@mentor.com>
2010-09-23qt4-tools-sdk: bring compatibility with QTCreatorEric Bénard1
* this links "puts" mkspecs at the place where QTCreator search for it in order to detect a toolchain * thanks to this link QTCreator detects the toolchain generated using meta-toolchain-qte and can cross compile applications without any hack Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-09-23sdk.bbclass: allow virtclass-sdk overrideEric Bénard1
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-09-23gst-plugins-bad: add 0.10.20Koen Kooi1
2010-09-23libatasmart: missing udev dependency addedSteffen Sledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-09-23perl 5.10.1: PROVIDES libmodule-build-perlRoman I Khimov3
perl 5.10.1 has Module::Build built-in and it's newer than what we have in libmodule-build-perl-native. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-09-23perl 5.10.1: update rdependsRoman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-09-23perl 5.10.1: update patches to Debian's 5.10.1-14Roman I Khimov47
* Debian's source package changed its format in 5.10.1-10, so we can't just apply one patch as it was with initial 5.10.1 release. * fixes CVE-2010-1974 * fixes MD5 on ARM * fixes several other bugs (see changelog from http://packages.debian.org/source/sid/perl) Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-09-23iw: fix buildRoman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-09-22libmusicbrainz: fix build when prefix = ""Michael Smith2
Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-09-22gtk+ 2.14.2: add BBCLASSEXTEND = "native"Michael Smith2
Get this ancient recipe working again. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-09-22qt4: add 4.7.0 released versionCliff Brake16
2010-09-22firefox 3.6.8: fix build from ARMv4T, patch stolen from debianKoen Kooi2
2010-09-22orc: update to 0.4.9Koen Kooi1
2010-09-22gst-plugin-gles: bump SRCREVKoen Kooi1
2010-09-22gst-plugins-base: add 0.10.30Koen Kooi1