aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2010-10-30frameworkd: bump SRCREVMartin Jansa
2010-10-30sshpass: initial commit. Version 1.04.Vladimir Sorokin
Sshpass is a tool for non-interactivly performing password authentication with SSH's so called "interactive keyboard password authentication". Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-10-30suricata: update 1.0.1 to 1.0.2Roman I Khimov
Important bugfixes and small features, considered as safe upgrade. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-10-30valgrind: new version 3.6.0Vladimir Sorokin
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-10-30paxtest: new recipe, version 0.9.9Roman I Khimov
PaX is a Linux kernel patch which adds much stricter control on how memory is being used by applications. A normal Linux kernel leaves the control to the application and does not implement any enforcement. Especially buffer overflow attacks benefit from the absence of kernel enforced memory control. PaX tries to do its best to enforce this control of memory used by applications, thereby making it harder to successfully exploit buffer overflows. Paxtest provides a regression test suite that covers most (but not all) of PaX functionality. It can also be used to test other memory protection patches. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-10-30httperf: new recipe, version 0.9.0Roman I Khimov
Httperf is a tool for measuring web server performance. It provides a flexible facility for generating various HTTP workloads and for measuring server performance. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-10-30add missing script for usb detectionEric Bénard
this script is missing in commit cd7c9542bad478df9df733a6639ab3b6ef41ef72 Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-30busybox/find-touchscreen: handle input/device caseEric Bénard
On a new configuration using 2.6.36 kernel + busybox 1.17.1 , find-toucscreen.sh fails because $MDEV is input/event0 and not event0. This patch fixes this problem by removing input/ if present in $MDEV. Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-30busybox's mdev: add script to populate /dev/bus/usbEric Bénard
this patch allows libusb to work on kernel configured without CONFIG_USB_DEVICEFS Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-30busybox: add 1.17.3Eric Bénard
this patch adds the 1.17.3 release of busybox and its up to date patches. Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-30busybox-1.17.1: add fixes from upstreamEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-30busybox: factorize recipesEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-29udev_151: path fix in udev-rules-nokia-n900-hacks.rules and bump PRKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-10-29cacaoh-*native: Don't rely on host libtoolStefan Schmidt
Reported-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-10-28xerces-c_2.8.0.bb: Call gnu-configize in do_configuretested_2010-10-29Khem Raj
* This gets correct config.guess and config.sub generated which have OE changes ro note uclibc based OS * Remove redundant do_stage Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-28linux.inc: Add space before ending ']' of shell conditional.Khem Raj
* Thanks to Scott Anderson for spotting it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-28base-files: bump PR to get /etc/profile.d builtKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-10-28eet: depend on gnutls(else it fails to compile)Denis 'GNUtoo' Carikli
If we don't depend on gnutls we have: | CC libeet_la-eet_connection.lo | eet_lib.c:50:28: fatal error: gnutls/gnutls.h: No such file or directory
2010-10-28cacaoh-openjdk-native: Cleanup double inherit of autotools.Stefan Schmidt
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-10-28cacaoh-*native: Try to be libtool version agnostic.Stefan Schmidt
Based on a suggestion from Enrico Scholz we should use libtool --mode=install for install libtool stuff. This fixes a regresion for me that came in with commit 93c4d9d84096c817e74abf3f4c02f82af4c95178 It is working fine again now with libtool 2.2.6b (angstrom-2008), testing with libtool 2.4 would be appreciated. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-10-28xserver-xorg-conf: nokia900's xorg.conf mark keyboard as CoreKeyboardDenis 'GNUtoo' Carikli
* add CoreKeyboard option for nokia900 This seems to be needed to make it actually load it... Otherwise a pc105 model will be there instead of the needed nokiarx51 one... needs researching. Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-28edbus: fix upgradable pathMartin Jansa
* FILES_edbus is empty now all libs packaged in lib*.ipk Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-28e-wm: add subpackage with optional EFM desktop iconPau Espin Pedrol
* you have to enable efm module in e-wm settings Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-28cairo_1.10.0: bump PR to rebuild with gcc fixMartin Jansa
2010-10-28task-shr-feed: Remove obsoleted and commented out recipesStefan Schmidt
2010-10-28illume-image: Remove obsoleted and commented out recipesStefan Schmidt
2010-10-28elementary-sms: Move to obsolete.Stefan Schmidt
* Depends on libefso which moved to obsolete Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-10-28xdelta 3.0z: fix GNU_HASH QA errorsMichael Smith
Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-10-27gs: Clean up and break into two recipes.Graham Gower
* Break the native compilation steps into a separate native recipe. * Fix license * Convert to new style staging * Fix build on mipsel due to missing -fPIC for objects linked into so files. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-27scim_1.4.9.bb: Fix infinite loop when compiling po/ subdirKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-27gcc-4.5.inc: Disable Optimize load 0.0 for NEON patchKhem Raj
* fixes the cairo regression and has been reported to malfunction see https://bugs.launchpad.net/gcc-linaro/+bug/667490 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-27jaaa_0.4.2.bb: Dont inherit autotoolsKhem Raj
* Define own do_compile and do_install Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-27linux-2.6.28: make it bootable and usefull on nokia900Denis 'GNUtoo' Carikli
*crucial boot support(mmc,mmc block devices,and filesystems) are now builtin *a CMDLINE is now set in the recipe(there is a custom nokia bootloader on the nokia900), That is also necessary to boot on microsd *g_ether is now built, which is required for usbnet *ondemand cpufreq governor is now the default *the inconsistent-mmc-fix-2.6.28-20094803.3.diff patch comes from: https://bugs.maemo.org/show_bug.cgi?id=2747 and is necessary to be able to boot on microsd *there is also a patch that reports the battery capacity which comes from: http://my.arava.co.il/~matan/770/n900/bq27x00_battery.c That patch should be temporary,and be replcaed by somwthing like that: Sep 24 18:48:06 <DocScrutinizer51> the bq27200 kernel module is rather rudimentary Sep 24 18:48:09 <DocScrutinizer51> should be easy to adapt FR bq2700 module to provide same szsfs nodes and just use I2C instead of FIQ+HDQ Sep 24 18:48:11 <DocScrutinizer51> and that's exactly what I'd recommend to do (from #openmoko-cdevel on Freenode) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27xserver-xorg_1.9.1: bump PR to rebuild with udev support for SHRMartin Jansa
2010-10-27webkit-efl: fix typo in theme pathMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27unifdef: replace our local unifdef with upstreamChris Larson
Now using the release version 2.4 of unifdef, with a target recipe as well as native/nativesdk, rather than building from the unifdef.c in the OE repository. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-27EFL: upgrade SRCREVMartin Jansa
* fixed python-elementary after elementary API changes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27edbus: improve packagingMartin Jansa
* add e-notify-send to PN-enotify * package each lib separate as used for hal/dbus Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27edje: add inkscape2edc to PN-utilsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27efl.bbclass: improve packaging a bitMartin Jansa
* include dbus service config if available * include plugins from //plugins/ (ie from ethumb) * include edje modules (ie from emotion) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27webkit-efl: bump SRCREV a bit and add ${datadir}/ewebkit-0/theme/default.edj ↵Martin Jansa
to package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27gnutls: move to latest stable branch 2.10.1 -> 2.10.2Martin Jansa
* needed by new ecore http://trac.enlightenment.org/e/changeset/53910 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27xorg-xserver-common: use udev for SHR as DISTRO_XORG_CONFIG_MANAGERMartin Jansa
* libudev dependency doesn't hurt so much * usefull for other supported machines than gta0[12] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27shr-image: remove IMAGE_DEV_MANAGER only for om-gta0[12]Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27base-files: add empty /etc/profile.d which can be filled by distro/machine ↵Martin Jansa
profile scripts * used for gtk_im_module.sh in SHR * would be better to be able to fill it from more sources (maybe put profile.d.machine, profile.d.distro, profile.d directories and install all files to target profile.d), is it worth it? * /etc/profile.d/empty is used to prevent install call not failing because /profile.d/* not found Acked-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27netbase: add nokia900 supportDenis 'GNUtoo' Carikli
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27udev_151.bb: add rules for nokia900Klaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27keymaps: add keymap for the nokia900Klaus Kurzmann
bump PR of task-base and task-boot to pickup keyboard for nokia900 Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27nokia900: add keyboard to MACHINE_FEATURES, watchdog to ↵Denis 'GNUtoo' Carikli
MACHINE_EXTRA_RRECOMMENDS and autoload for g_ether Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27nokia900: add keyboard to XSERVER and bump PRDenis 'GNUtoo' Carikli
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>