summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-03-22bridge-utils: add ifupdown script from DebianRoman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22arptables: add new packageRoman I Khimov3
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22conntrack-tools: add new recipeRoman I Khimov3
Includes failover script for pacemaker. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22libnetfilter-conntrack: add new recipeRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22libnetfilter-queue: rename recipe dir to libnetfilerRoman I Khimov3
libnetfilter-conntrack is to be pushed after this and there is also libnetfilter-log that could be added to OE. Don't see any reason to create separate directory for each of those. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22libnfnetlink: add version 1.0.0Roman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22libnfnetlink: don't libtoolize version 0.0.30Roman I Khimov1
Broken with newer libtool, builds fine without relibtoolizing. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22libnfnetlink: unify versions with .inc fileRoman I Khimov3
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22EFL: bump SRCREV, for bluetooth module fixMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-22Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Stefan Schmidt2
into org.openembedded.dev
2010-03-22u-boot_git.bb: add xilinx ml507 supportAdrian Alonso1
* Based on xilinx official repos * If a hardware project dir is set in local.conf XILINX_BSP_PATH * it will over write xparameters header and append some canonical * definitions. It also install u-boot elf executable for bare metal * execution, early development stages. Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-03-22xserver-xorg-conf_0.1.bb : add omapzoom36x config files.Graeme Gregory2
2010-03-22vim: add diffutils to RSUGGESTS, as vimdiff doesn't like busybox version of diffMartin Jansa1
2010-03-22fso: bump SRCREVs to latestMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-22frameworkd-config-shr: bump SRCREVMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-22gdb*: Add flex-native (and make sure we have relevant zlib) in DEPENDS.Tom Rini5
2010-03-22u-boot: update LICENSE to more specific GPLv2Denys Dmytriyenko2
There are parts of U-Boot that are GPLv2 and GPLv2+ (version 2 or later) Also, U-Boot's author Wolfgang Denk is planning to switch to GPLv3+ Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-03-22rm_work.bbclass: reordered 'rm $dir -rf' argumentsEnrico Scholz1
Using an 'rm -rf $dir' ordering is more portable. Signed-off-by: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> Acked-by: Roman I Khimov <khimov@altell.ru> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2010-03-22ettercap-ng: Pass location of ncursesMartyn Welch1
Ensure that ettercap uses the ncurses libs from the staging include directory during configuration Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2010-03-22grip: Upgrade to 3.3.1Scott Garman2
* Latest development version (should be stable, same version is in Debian Stable) Signed-off-by: Scott Garman <sgarman@zenlinux.com> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2010-03-22pulseaudio: Plug flaw with pulseaudio restarting itself..Holger Hans Peter Freyther2
Address CVE-2009-1894..
2010-03-22linux-2.6.28.10-at91-mh.patch: removed trailing whitespaces, please apologizeMarco Cavallini1
2010-03-22mh355.conf: Added producer website to machine confMarco Cavallini1
2010-03-22MAINTAINERS: added myself as mantainer of machine Microhard mh355Marco Cavallini1
2010-03-22linux-2.6.28/mh355/linux-2.6.28.10-at91-mh.patch: added patches for machine ↵Marco Cavallini2
Microhard mh355 * added recipes/linux/linux-2.6.28/mh355/defconfig
2010-03-22linux_2.6.28.bb: added patches for machine Microhard mh355Marco Cavallini1
2010-03-22machine/mh355.conf : Added new Microhard MH355 machine based on AT91SAM9263Marco Cavallini1
2010-03-22sysvinit: bump PR for license changeKoen Kooi1
2010-03-22libunwind: unneeded empty DEPENDS var removedSteffen Sledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-03-22oeaudit: Add the FreeBSD revision to the package version.Holger Hans Peter Freyther1
2010-03-22oeaudit: Do the PR thin inside the freebsd config.Holger Hans Peter Freyther2
2010-03-22oeaudit: Use optparse to specify the parametersHolger Hans Peter Freyther1
2010-03-22oeaudit: Print a friendly message when the bitbake module can not be foundHolger Hans Peter Freyther1
2010-03-22oeaudit: Move the oeaudit into a new subdirectory and split it upHolger Hans Peter Freyther3
* OE should contain OE related handling * FreeBSD should contain the handling of FreeBSD specific things like the auditfile format, mapping BSD names to OE..
2010-03-22oe_audit.py: Properly handle used version..Holger Hans Peter Freyther1
There might be a third column for -s and we want to use that one. It seems bitbake is a bit confused about latest vs. current... and it is helping.
2010-03-21src_distribute: simplify do_distribute_sourcesChris Larson2
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-03-21base.bbclass: add popen/system convenience functionsChristopher Larson2
Provides oe_popen, which is a subprocess.Popen wrapper that automatically provides our exported variables in the environment, including the PATH, and oe_system, which is just a wrapper that acts like system. Signed-off-by: Chris Larson <clarson@mvista.com> Acked-by: Tom Rini <tom_rini@mentor.com>
2010-03-21angstrom: bump versionKoen Kooi1
2010-03-21inetutils: Copy in config.rpath prior to running configure taskMike Westerhof1
(fixes configure failure due to missing file so that inetutils builds again)
2010-03-21openldap: update version 2.4.17 to 2.4.21Roman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-21cmake.bbclass: force CMAKE_INSTALL_SO_NO_EXE to be 0Roman I Khimov1
By default cmake guesses whether install shared libaries with exec permissions or not based on host distribution, so this behaviour changes from host to host. OpenEmbedded assumes shared libraries to be with exec permissions (reverse way brakes stripping, for example), so let's force this in cmake configure invocation. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Ash Charles <ashcharles@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-03-20apex-nslu2: replace endianness tests to not require CONFIG_SITE.Mike Westerhof2
Required since CONFIG_SITE is no longer automatically defined by siteinfo.bbclass (now part of autotools.bbclass).
2010-03-20preferred-slugos-versions.inc: bump up autotools-native, and lock down autotoolsMike Westerhof1
This will avoid build problems when newer autotools become available.
2010-03-21php: 5.2.13 and 5.3.2 both have flaws in the handling of xmlrpcHolger Hans Peter Freyther4
This is addressing CVE-2010-0397.patch.
2010-03-21pango-1.24.4: Address flaw in handling Opentype fontsHolger Hans Peter Freyther3
Addresses CVE-2010-0421. This CVE applies to all versions of pango < 1.27.1 so when someone upgrades pango to 1.26.x he needs to apply the same patch.
2010-03-20sane-srcrevs-fso.inc: bump rev for libframeworkd-glibKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-03-20squid: build with LDAP authentication supportRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: enable null store for non-caching proxiesRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: enable ssl supportRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-20squid: revamp initRoman I Khimov2
Configure squid to create PID file by default, use SQUID_ARGS variable, wait for it to actually stop when stopping (takes some time for squid to do it). Signed-off-by: Roman I Khimov <khimov@altell.ru>