summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-03-24perl: add version 5.10.1Roman I Khimov25
Brings perl up to date. Biggest packaging change - make use of Debian patchset as whole. OE used lots of Debian patches anyway and the overall setup is very similar. So instead of picking and messing with individual patches it's far more easier to just use Debian's diff.gz as a whole. Added with masked preference, since it needs more testing. Currently it was only compiled and ran on i686. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-24perl-native_5.8.8: allow architecture difference in host's ErrnoRoman I Khimov1
Fixes build for packages that are using Errno Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-24cpan-base: add perl version to PRRoman I Khimov1
Makes perl modules rebuild on perl version change, since binary compatibility could be broken with that (although perl itself tries to maintain it within patchlevel range, like 5.8.7 -> 5.8.8). This is conditional on PACKAGE_ARCH, since there is nothing to rebuild for pure perl modules (and those should use 'PACKAGE_ARCH = "all"') even if they break with perl version change. This also should ease transition to perl 5.10.1. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-23libcdio: be more precise about licenseKoen Kooi1
2010-03-23firefox 3.6.2: add new versionKoen Kooi16
2010-03-23htb-init: fix ip location, use init script, update package_archRoman I Khimov1
OE has alternatives setup for ip and the link is installed in /bin/ip, rather than /sbin/ip, so fix that. Also, setup rc links by default and set package_arch to all since it's just an init script. Update RDEPENDS since versioning doesn't work here. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-23Revert "htb-init: new recipe"Roman I Khimov1
Sorry, overlooked somehow that it's already in OE.dev. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-23htb-init: new recipeRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-23fprobe-ulog: new recipeRoman I Khimov3
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-23ulogd: new recipeRoman I Khimov4
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-23fileschanged: new recipeRoman I Khimov3
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-23gamin: add missing dependency on glib-2.0Roman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-23xserver-xorg-conf: really add BUG 2.0Marcin Juszkiewicz2
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-23lowpan-tools_git.bb: Fix SRC_URI and update SRCREV.Stefan Schmidt1
The old rev did not even build and to checkout a newer one we need to follow the URI changes rom upstream: | cc1: warnings being treated as errors | izconfig.c: In function 'do_set_short': | izconfig.c:186: error: dereferencing pointer 'sa' does break strict-aliasing rules | izconfig.c:179: error: dereferencing pointer 'sa' does break strict-aliasing rules
2010-03-23libphone-ui: fix weak assignment in sane-srcrevs.incMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-23x-load git: move beagleboard to 1.44Koen Kooi2
2010-03-23pyphonelog: fix SRCREV, sorryMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-23qt4: sync package between -native, -sdk and target packagesKoen Kooi4
* also sed out path to ${WORKDIR} in target package
2010-03-23pulseaudio: patch configure.ac to work around install errorSteve Sakoman1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-23pyphonelog: bump SRCREV for dbus name fixMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-23shr-splash: bump SRCREV for hide VT cursor patchMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-23pulseaudio: patch configure.ac to work around install errorSteve Sakoman1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-23ruby: resolve dependency loop virtual:native:ruby -> ruby-nativeMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-23Merge branch 'org.openembedded.dev' of ↵Sebastian Spaeth220
ssh+git://git@git.openembedded.net/openembedded into org.openembedded.dev
2010-03-23qmake2: don't install specs, those are packaged by the qt4 recipe. Ship env ↵Koen Kooi2
setup scripts
2010-03-23oeaudit: Handle some more naming variants for OEHolger Hans Peter Freyther1
2010-03-23oeaudit: Add -f option to fetch an auditfile from FreeBSDHolger Hans Peter Freyther1
2010-03-23libsamplerate0-0.1.7: Fix configure run with recent autoconfHolger Hans Peter Freyther3
* Remove the oe_runconf overload and just go through the normal autoreconf process * Take gentoo patch to fix the quoting of the macro and make building go past the configure task.
2010-03-23ettercap-ng: Fix the packaging of the doc packageHolger Hans Peter Freyther1
The addition of datadir to FILES_PN lead to shipping the manpages by default. Fix that packaging error.
2010-03-23ettercap-ng: Attempt to unbreak the build with a recent libtoolHolger Hans Peter Freyther2
The variable for the plugin extension appears to have changed, at least this value is "so" so it should work on the device.
2010-03-23geos: Add recipe for 3.2.0Khem Raj3
* The patch is added to get it compiling on ARM. * Moved the old 2.2.3 based recipe to 3.2.0. * Fixed the recipe for bitbake parsing errors in LICENSE field. * Added patch needed for compiling to succeed on ARM. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-23acpid: add script to halt on power button pressRoman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-23acpid: convert to INC_PRRoman I Khimov7
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22ruby: Move to using INC_PR and BBCLASSEXTENDKhem Raj4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-22ruby_1.8.7-p248.bb: fix ext/dl compileJesse Gilles2
* Update ruby library path so extensions needing mkmf can build and find the right ruby headers. Fixes building of ext/dl. Signed-off-by: Jesse Gilles <jgilles@multitech.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-22udhcp_0.9.8.bb: Update SRC_URIMartyn Welch1
* The udhcp SRC_URI is broken, change to download from mirror that is still carrying this package. * Add checksum entries. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-22sed-4.1.1: migrate to using BBCLASSEXTEND for native.Scott Garman2
Signed-off-by: Scott Garman <sgarman@zenlinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-22gypsy: Add version 0.7, remove broken svn recipeMartyn Welch2
Svn package no longer provided at o-hand. Remove it and replace with version 0.7 from the projects website. Signed-off-by: Martyn Welch <martyn@welchs.me.uk> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Philip Balister <philip@balister.org>
2010-03-22iptstate: add version 2.2.2Roman I Khimov3
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22iptstate: build with libnetfilter-conntrackRoman I Khimov1
As was intended originally. Also, newer versions always require libnetfilter-conntrack. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22iptstate: move to .inc to ease newer versions additionRoman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-22frameworkd: bump SRCREV for vibrationMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-22Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Sergey Lapin29
into org.openembedded.dev
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>