summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-08-05popt: Use BBCLASSEXTEND instead of native recipes.Khem Raj5
* Use INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-05eds-dbus: add missing dep on libicalKoen Kooi1
2010-08-05uclibc: use GENERIC_ARM, because we override the cpu flags anyway, bump PRHenning Heinold3
2010-08-05uclibc: try to fix isnan and bump PRHenning Heinold2
2010-08-05intltool: remove legacy stagingKoen Kooi1
2010-08-05eds-dbus: reenable calendar, was disabled in svn->git transition commit (no ↵Martin Jansa1
idea why) * compiles fine * dates depends on libecal Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-05ncurses: added 5.7 recipeEnrico Scholz2
It uses ideas from the old 5.4 recipe but brings a lot of new features like widec libs, pkgconfig files or splitted library packages. As lot of packages depend on ncurses, whole distribution must be probably rebuild when updating to this new version. Due to this and the complex recipe, it has a negative DEFAULT_PREFERENCE for now. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-05libmatchbox: get rid of legacy stagingEnrico Scholz1
Legacy staging is not needed; things are done by normal installation already. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-05libfakekey: get rid of legacy stagingEnrico Scholz1
Legacy staging is not needed; things are done by normal installation already. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-05beagleboard-test-image: add cpuburn-neonjkridner@beagleboard.org1
Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-05libparams-validate-perl: update to version 0.95Roman I Khimov1
* fixes some bugs * fixes build failure like: | Validate.xs: In function 'get_type': | Validate.xs:212: error: duplicate case value | Validate.xs:209: error: previously used here * considered as safe upgrade Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05lib(html-mason|log-dispatch|module-build)-perl: remove do_stage no-opsRoman I Khimov3
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05libpfring: remove deprecated patch optionsRoman I Khimov1
Sorry, didn't check this one when picking from local branch. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05barnyard2: new recipeRoman I Khimov2
Barnyard2 is a fork of the original barnyard project, designed specifically for Snort's new unified2 file format. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05suricata: new recipeRoman I Khimov5
The Suricata Engine is an Open Source Next Generation Intrusion Detection and Prevention Engine. This engine is not intended to just replace or emulate the existing tools in the industry, but will bring new ideas and technologies to the field. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05pf_ring: add recipes for PF_RING kernel module and userspace libraryRoman I Khimov3
PF_RING is a new type of network socket that dramatically improves the packet capture speed. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05libhtp: new recipeRoman I Khimov1
The HTP Library is an HTTP normalizer and parser written by Ivan Ristic of Mod Security fame for the OISF. This integrates and provides very advanced processing of HTTP streams for Suricata. The HTP library is required by the engine, but may also be used independently in a range of applications and tools. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05corosync: new version 1.2.7Vladimir Sorokin2
* bugfix release, considered as safe upgrade Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05libgpg-error: remove versions 0.6 and 0.7Roman I Khimov3
* dated November 2003 and March 2004 respectively * unstable releases even back then * not pinned by any public distro * version 0.6 has legacy staging Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05openldap: remove versions 2.2.29 and 2.3.11Roman I Khimov5
Both are almost 5 years old and seem to be unmaintained, also not supported by upstream authors and probably containing tons of known vulnerabilities. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05libgcrypt: remove version 1.1.91Roman I Khimov1
* dated December 2003 * even back then it was an unstable development release * not using libgcrypt.inc * not pinned by any public distro * has legacy staging Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05snort: merge Altell packaging fixesRoman I Khimov5
Snort was independently packaged by Altell some time ago, so merge things we've done into OE.dev: * fix packaging of snort dynamic libs * fix DEPENDS, libnet is not needed is not specifically used * fix RDEPENDS, no need to specify libs expicitly, barnyard is rather a RRECOMMENDS than RDEPENDS since snort lives just fine without it * add libprelude support and configure accordingly * add some useful configure options * add init/volatile/default setup which is necessary for the package * add postinst creating snort/snort user/group * add logrotate script Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05libprelude: new recipeRoman I Khimov4
Libprelude is a library that guarantees secure connections between all sensors and the Prelude Manager. Libprelude provides an Application Programming Interface (API) for the communication with Prelude sub-systems, it supplies the necessary functionality for generating and emitting IDMEF events with Prelude and automates the saving and re-transmission of data in times of temporary interruption of one of the components of the system. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05klibc: get rid of legacy stagingAndrea Adami2
* bump PR
2010-08-04matrix-gui-e: bump PR for init file fixesChase Maupin1
* Forgot to bump the PR to pick up the changes to the init scripts. This patch bumps the PR. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-04python-divmodepsilon: removed legacy staging; moved to BBCLASSEXTEND = "native"Frans Meulenbroeks2
and added INC_PR Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-04divmod.inc: added INC_PRFrans Meulenbroeks3
and used it in the recipes Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-04postmark: A benchmarking app, add.Tom Rini1
Signed-off-by: Nikita Shulga <nikita_shulga@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-04xserver-kdrive-common: xilinx virtex5 supportAdrian Alonso2
* Add Xserver args support for virtex5 board * Increase PR * v2 split changes for handling xilinx virtex platforms Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-04xserver-kdrive-common: Xsever module_id for virtex5 platformAdrian Alonso1
* Return a valid module_id for xilinx virtex platform * On Xilinx platforms there is no line `Hardware`. Instead it is stored in the line starting with `platform`. * v2 split changes, nicer module_id function for handling xilinx virtex platforms Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-04xserver-common: xilinx virtex supportAdrian Alonso2
* Add xilinx virtex platforms support * Set xserver args * Bump PR * v2 reorder patch set Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-04xorg-xserver-conf: virtex5 machine supportAdrian Alonso2
* Add xorg conf for xilinx virtex5 family targets * Increase PR * v2 reorder patch set Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-04initscripts: functions machine id xilinx virtex5 platformsAdrian Alonso2
* Add machine_id support for xilinx virtex platforms used in xserver-common for args settings. * On Xilinx platforms there is no line `Hardware`. Instead it is stored in the line starting with `platform`. * Bump PR * v2 nicer machine_id function for handling xilinx virtex platforms Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-04u-boot-xilinx: uboot for xilinx virtex4 virtex5 targetsAdrian Alonso1
* u-boot for xilinx platforms virtex4, virtex5 based * Inherits xilinx-bsp.bbclass for passing xparameters header file from hardware reference design project to match hardware/software model * v2 reorder patch set Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-04linux-xilinx: kernel recipe for xilinx virtex platformsAdrian Alonso1
* Kernel recipe for generic xilinx platforms * Inherits xilinx-bsp.bbclass to pass device tree for the final target * v2 reorder patch set Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-04linux-xilinx: kernel configs for virtex4 virtex5 targetsAdrian Alonso3
* kernel defconfig for xilinx-virtex4 platform * kernel defconfig for xilinx-virtex5 platform * xilinx frame buffer patch * v2 fix trailing whitespace Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-04matrix-gui-e: added chvt to init scriptsChase Maupin2
* Added chvt 4 to init scripts to allow the matrix-guiE application to run in its own virtual terminal. This prevents the console being respawned over the running matrix-guiE process during times of inactivity. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-04perl: use only one method all_perl_packagesBernhard Reutner-Fischer3
.. to avoid ERROR: Error Method already seen: all_perl_packages in' perl_5.8.8.bb' now in 'perl_5.10.1.bb' TODO: error() already prints "ERROR:" so the "Error" in above msg is redundant Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-08-04cpuburn-neon: add NEON burn appKoen Kooi1
2010-08-04netbase: add custom interfaces file for beagleboardKoen Kooi2
* changes usb0 to dhcp
2010-08-04beagleboard-test-image: added ramdiskjkridner@beagleboard.org1
Simply adding 'ext2.gz' to the IMAGE_FSTYPES to produce a default sized ramdisk image whenever this image is built. Uses 'IMAGE_FSTYPES +=' syntax to add a compressed ext2 image to use as a ramdisk for BeagleBoard validation. No space is required in the string per link provided by Paul Menzel. [1] [1] http://docs.openembedded.org/usermanual/usermanual.html Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-04linux-omap-psp 2.6.32: remove duplicate patchKoen Kooi1
2010-08-04linux-openmoko-2.6.32: remove CONFIG_DEBUG_FS from defconfigMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-04linux-openmoko-2.6.34: move to 2.6.34.2, modularize defconfig as 2.6.32 is nowMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-04xscrensaverh: convert to new style stagingKoen Kooi1
* Is this recipe still needed with the current Xorg in OE?
2010-08-04samba.inc: remove legacy stagingKoen Kooi1
2010-08-04samba: enable mmap for *glibc build and aio (thru -lrt) for everyoneKoen Kooi2
2010-08-04classpath: Unified remaining recipes.Robert Schuster3
2010-08-04* outdated classpath recipe removal spree:Robert Schuster3
classpath-minimal 0.96.1: Removed. classpath 0.95: Dito. classpath 0.96.1: Dito.
2010-08-04inetlib: Fixed monkeywork typo.Robert Schuster1