aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-06-10iperf: remove version 1.7.0Roman I Khimov
Dates back to 2005, doesn't use .inc file. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10iperf.inc: don't disable threads for everyoneRoman I Khimov
As per comment in iperf.inc threading was disabled because it doesn't work on one particular configuration. I don't think it's right to cripple everyone's iperf because of that. It also works fine here with NPTL-enabled uclibc, thus limit this hack to epia machine only. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10xtables-addons: new recipeRoman I Khimov
Xtables-addons is a package that obsoletes the old patch-o-matic repository for the Linux kernel and iptables. Instead of patching the kernel source, extensions are built as modules and thus allow extending kernels without recompilation. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10iproute2: add version 2.6.34Roman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10ebtables: add version 2.0.9-2Roman I Khimov
* the ebtables package produced with this version is three times bigger than for version 2.0.6, thus not deleting version 2.0.6 * other than that, considered as safe upgrade with nice functional enhancements Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10openais: update to version 1.1.3Roman I Khimov
Bug fix release, considered as safe upgrade Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10corosync: update to version 1.2.3Roman I Khimov
* bug fix release, considered as safe upgrade * remove init file installed by default (we have our own) Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10clamav: introduce version 0.96.1Roman I Khimov
This one has llvm built-in and since llvm itself is handled natively with cmake autoreconf goes mad about missing configure.ac or .in. Thus this oe_runconf hook. I hope this will be handled by upstream sooner or later. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10clamav: convert to new stagingRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10libmail-spf-perl: fix bad interpreter in spfquery executableRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10utils.bbclass: set close_fds=True by default for the popen helperChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-06-10bitbake.conf: Drop some unnecessary getVar usage in python snippetsChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-06-10bitbake.conf: make the EXTENDPE bits slightly less disturbingChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-06-10bitbake.conf: don't filter out nonexisting paths from FILESPATHChris Larson
It's unnecessary, and can cause problems with amend.bbclass. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-06-10bitbake.conf: use := for BUILD_OS and BUILD_ARCHChris Larson
These don't change, so their initial values should be just fine. Apparently, in a typical build, those os.uname() snippets are called around 46k times, which seems a tad excessive :) Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-06-10Add a rm -rf utility function and use it in packaged-staging.bbclassChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-06-10packaged-staging.bbclass: fix typo, it's PSTAGE_TMPDIR_STAGE, not ↵Chris Larson
PSTAGE_TMDPDIR_STAGE Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-06-10cmake_2.6.4: Patch added to fix compilation when FORTIFY_SOURCE is enabledYuri Bushmelev
2010-06-10db4.inc: Change SRC_URI to a FreeBSD mirror (link on Oracle site does not ↵Robert Schuster
work anymore) db5.inc: Dito.
2010-06-09gdb_7.1: Add patch to shut a warning when we boot into shell.Khem Raj
* [tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for * device] this warning is pretty annoying when debugging on a shell which does not have a proper console device allocated and no job control. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-09Revert "lib/oe/patch.py: Dont import patches but symlink them instead"Khem Raj
pushed wrong branch. It needs to be reviewed before pushing. This reverts commit 428c2de6d27dd49274b9884c3123b053c42af0ce.
2010-06-09uclibc_git: keep PV at "git"Bernhard Reutner-Fischer
With this change, you can put PREFERRED_UCLIBC_VERSION="git" into your conf/local.conf once or set PREFERRED_VERSION_uclibc{*}="git" and need not adjust local.conf if the git revision was changed. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-09lib/oe/patch.py: Dont import patches but symlink them insteadKhem Raj
* This patch removes the usage of quilt import <patch> instead it creasted a symlink to the patch in the patches directory and synthesizes the series file which otherwise would be done automatically by quilt import. * This should help a bit in reducing build time as it avoids copying of the patch and also other things that quilt import would otherwise do. * Tested by doing minimal-image on qemuarm. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-09minimal-uclibc.conf: Add pam to DISTRO_FEATURESKhem Raj
* if pam is not in the DISTRO_FEATURES then pam modules dont end up in th root file system but when using shadow pam is used for authentication and uclibc needs these modules otherwise login fails. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-09ncurses: Switch to INC_PR and BBCLASSEXTEND. Fix ncurses-sdk and terminfoTom Rini
RSUGGESTS needs to use ${PN} not ncurses otherwise ncurses-sdk will try ncurses-terminfo (wrong) not ncurses-sdk-terminfo (right). Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-09run-qemu.sh: Suppport option to boot into single user shell.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-09shadow-4.1.4.2: Add patches to support dots in login id.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-10libio-zlib-perl: add missing dependencyRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10spamassassin: add prepackaged rulesRoman I Khimov
sa-update is preferred way to get rules with spamassassin 3.3.1, but then you have no rules at all out-of-the-box which is undesired in some situations. Pack default rules to spamassassin-rules. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10spamassassin: remove lsb bits from init scriptRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10spamassassin: add missing perl dependenciesRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10perl 5.10.1: a bit more module runtime dependenciesRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10libmail-spf-perl: add missing perl dependenciesRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10procps: handle pgrep through alternativesRoman I Khimov
* pgrep can be provided by busybox * remove useless FILES definition along the way Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-10perl 5.10.1: fix sporadic "Use of uninitialized value $x in scalar assignment"Roman I Khimov
See this for further details: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480533 Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-09libxml-simple-perl: s/RDEPENDS/RDEPENDS_${PN}/Roman I Khimov
Sorry, slipped through. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-09libcompress-zlib-perl: add missing dependenciesRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-09libio-compress-zlib-perl: remove useless FILESRoman I Khimov
Already included by cpan-base. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-09libio-compress-base-perl: remove useless FILES definitionRoman I Khimov
Already included by cpan-base. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-09libxml-simple-perl: add missing runtime dependencyVladimir Sorokin
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-09rp-pppoe: fix GNU hash QA error (force LDFLAGS)Vladimir Sorokin
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-09at: fix GNU hash QA error (force LDFLAGS)Vladimir Sorokin
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
2010-06-09vsftpd-charconv: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-09unionfs: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-09php-native: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-09ncurses{,-native,-sdk}: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-09gtk+-fastscaling: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-09gcc-csl-arm-2007q3: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-09dpkg-native: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-09clutter-gtk: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>