summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-03-24mh355/xorg.conf: added xorg.conf settings for machine mh355Marco Cavallini1
2010-03-24mh355/interfaces: added lan settings for machine mh355Marco Cavallini1
2010-03-24kaeilos-2009-preferred-versions.inc: Updated package versionsMarco Cavallini1
2010-03-24kaeilos/issue: Changed KaeilOS login logoMarco Cavallini2
2010-03-23lzma: Use BBCLASSEXTEND to get native recipe.Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-23geos_3.2.0.bb: Refine PACKAGES and contents.Khem Raj1
* Create geos-c1 for C libraries * Forcibly package libgeos into geos package * Enhance description. * Add --disable-inline, its not needed if gcc 4.4 or newer is in use. but many distros still use older gcc 4.x Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-23base.bbclass: add missing import of metadata_scmAntonio Ospite1
In commit 89b7e433719f43f1c36c76cb8856d559014e99bc metadata_scm.bbclass functions were factored out from base.bbclass, but the new file was not included. This prevented METADATA_SCM, METADATA_REVISION, METADATA_BRANCH to be set; for instance this caused oestats-client stop working. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Chris Larson <chris_larson@mentor.com>
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>