Andrea Adami [Wed, 20 Oct 2010 22:53:41 +0000 (00:53 +0200)]
linux-kexecboot: set INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
* initramfs-kexecboot-image is now *libc agnostic
Andrea Adami [Sat, 9 Oct 2010 23:49:12 +0000 (01:49 +0200)]
initramfs-kexecboot-klibc-image: klibc variant of initramfs-kexecboot-image
Andrea Adami [Sat, 9 Oct 2010 23:42:28 +0000 (01:42 +0200)]
kexec-tools: explicit packaging of kexec and kdump
Andrea Adami [Sat, 9 Oct 2010 23:41:11 +0000 (01:41 +0200)]
kexecboot: split kexecboot-klibc recipe and oe-stylize
Andrea Adami [Sat, 9 Oct 2010 13:18:13 +0000 (15:18 +0200)]
zaurus-utils: apply oe-stylize
Chris Larson [Wed, 20 Oct 2010 22:19:29 +0000 (15:19 -0700)]
expat: set acpaths=, not =+
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Khem Raj [Wed, 20 Oct 2010 21:45:13 +0000 (14:45 -0700)]
binutils.inc: Use anon python to grok CONFIGUREOPTS
* Immediate evaluation worked fine when the package was for target
but failed for cross because cross bbclass is inherited after
this evaluation happens and the configure parameters are pre
evaluated which are incorrect for binutils-cross build, therefore
we need to evaluate this expression at very end of parsing the recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andrea Adami [Wed, 20 Oct 2010 21:44:51 +0000 (23:44 +0200)]
preferred-gpe-versions: remove now unused files.
Andrea Adami [Wed, 20 Oct 2010 21:40:54 +0000 (23:40 +0200)]
amsdelta-oe.conf: no need to specify preferred-gpe-versions-2.8
* default should work flawlessy (implicitly ack'ed on irc by GPE maintainer)
Andrea Adami [Wed, 20 Oct 2010 21:34:21 +0000 (23:34 +0200)]
sharprom-compatible: remove unmaintained distro.
* embedix-2.4 kernels have been moved to obsolete
* external toolchain with gcc-2.95 was required
* ack'ed by the former OpenZaurus maintainers
Chris Larson [Wed, 20 Oct 2010 19:28:13 +0000 (12:28 -0700)]
expat: use INC_PR, set acpaths
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Wed, 20 Oct 2010 19:28:41 +0000 (12:28 -0700)]
diffstat: fetch from upstream
Upstream has archived version tarballs, so it seems, so stop relying on debian
for the fetching.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Ben Gardiner [Wed, 13 Oct 2010 11:26:25 +0000 (11:26 +0000)]
distro, toolchain-external: override TARGET_VENDOR with TOOLCHAIN_VENDOR
Trying to use an external toolchain like the 2009q1 toolchain from codesourcery
has some strange results since the toolchain has vendor 'none' but
distributions like angstrom set TARGET_VENDOR unconditionally.
This patch overrides the TARGET_VENDOR with the value of TOOLCHAIN_VENDOR,
if set. TOOLCHAIN_VENDOR can be set in the local configuration alongside the
other TOOLCHAIN_* variables. The override is performed in
toolchain-external.inc, as suggested by Koen Kooi [1]. It also reorders the
inclusion of the distro and toolchain-* so that toolchain-external can override
the value of TARGET_VENDOR, as suggested by Denys Dmytriyenko [2].
Tested with angstrom-2008.1 and the codesourcery 2009q1 toolchain by assigning
TOOLCHAIN_VENDOR = "-none"
TOOLCHAIN_TYPE = "external"
TOOLCHAIN_BRAND = "csl"
in addition to putting the CSL in the PATH.
[1] http://thread.gmane.org/gmane.comp.handhelds.openembedded/37918/focus=38047
[2] http://thread.gmane.org/gmane.comp.handhelds.openembedded/38176/focus=38188
Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
CC: Koen Kooi <k.kooi@student.utwente.nl>
CC: Víctor M. Jáquez L. <vjaquez@igalia.com>
CC: CC: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Martin Jansa [Wed, 20 Oct 2010 18:55:00 +0000 (20:55 +0200)]
linux-openmoko-2.6.34: add patch for jitter less ts
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Wed, 20 Oct 2010 18:32:43 +0000 (20:32 +0200)]
binutils: bump INC_PR to force rebuild
Khem Raj [Wed, 20 Oct 2010 17:55:57 +0000 (10:55 -0700)]
gcc-4.5.inc: Backport gcc trunk svn revision 165495 to fix ICE on udev
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Chris Larson [Sun, 17 Oct 2010 06:14:20 +0000 (23:14 -0700)]
coreutils-6.0: apply patch for USE_STATVFS
Fixes compile error on platforms where statvfs does not have an f_type member
(e.g. OSX). See
http://www.mail-archive.com/bug-coreutils@gnu.org/msg06552.html for details.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Sat, 16 Oct 2010 03:23:02 +0000 (20:23 -0700)]
quilt-native: remove '?' url in _append_build-darwin..
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Martin Jansa [Wed, 20 Oct 2010 16:25:36 +0000 (18:25 +0200)]
libice: add 1.0.7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 20 Oct 2010 15:23:58 +0000 (17:23 +0200)]
xserver-xorg_git: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Wed, 20 Oct 2010 15:20:47 +0000 (08:20 -0700)]
binutils.inc: Dont filter out all --with-sysroot strings
* Binutils.inc is included into cross recipes because the
cross recipes include target recipe. We only need to remove
--with-sysroot full word only and not --with-systoot=...
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Koen Kooi [Wed, 20 Oct 2010 13:44:04 +0000 (15:44 +0200)]
angstrom feed sorter: optimize duplicate finder and add toggle for updater
Martin Jansa [Wed, 20 Oct 2010 11:39:35 +0000 (13:39 +0200)]
libxml2: enable debug module (default is on)
* it's not runtime debug (--with-run-debug or --with-mem-debug)
* it's needed by python API (which is not limited to provide bindings
based on enabled modules so ie python call param_node.lsCountNode()
always calls libxml2mod.xmlLsCountNode(self._o), but this function is
available only with debug module enabled.
* unfortunately mesa build calls this python API from generator
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 20 Oct 2010 10:56:05 +0000 (12:56 +0200)]
mesa-7.9: add talloc dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 20 Oct 2010 09:30:03 +0000 (11:30 +0200)]
linux-openmoko-2.6.34: add patch from qtmoko for resume_reason
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 20 Oct 2010 09:11:24 +0000 (11:11 +0200)]
mesa-7.8.2: remove D_P_shr as we want 7.9 now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 5 Oct 2010 18:53:42 +0000 (20:53 +0200)]
mesa: add 7.9 release
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 5 Oct 2010 22:03:24 +0000 (00:03 +0200)]
talloc: add recipe for talloc, needed by new mesa releases
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Simon Busch [Mon, 4 Oct 2010 10:29:18 +0000 (12:29 +0200)]
palmpre: add some utilities to MACHINE_EXTRA_RDEPEND
Some utilities are essential for the palmpre but no other machine so the machine config
rdepends on them. They will be installed in an image via task-base.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Thu, 30 Sep 2010 12:37:00 +0000 (14:37 +0200)]
xserver-xorg-conf: switch from plain tslib access to evdev for touchscreen on palmpre machine
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Thu, 30 Sep 2010 12:34:20 +0000 (14:34 +0200)]
initscripts-shr: add mountdevtmpfs init script for palmpre machine
On the palmpre machine we are currently come into the SHR rootfs through mounting it from
/boot and switch the rootfs via pivot_root. So we can't automatically mount devtmpfs on
/dev. Instead we do this right after SHR begins to boot and before any other filesystem is
mounted on the new rootfs.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Simon Busch [Thu, 30 Sep 2010 12:23:29 +0000 (14:23 +0200)]
linux-palmpre: enable devtmpfs per default but do not auto mount it
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Thu, 30 Sep 2010 12:20:39 +0000 (14:20 +0200)]
linux-palmpre: bump git SRCREV for devtmpfs support
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Wed, 29 Sep 2010 16:22:27 +0000 (18:22 +0200)]
tslib: fix typo in palmpre machine ts.conf file and switch to raw module
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Wed, 29 Sep 2010 05:04:44 +0000 (07:04 +0200)]
palmpre-audio-scripts: add initial version
For the palmpre machine some special audio scripts are needed to do audio routing, as it
is not possible to do audio routing with common tools used on other machines.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Wed, 29 Sep 2010 05:02:12 +0000 (07:02 +0200)]
tellbootie: add initial git version
tellbootie is a little utility for the palmpre machine which tells the bootloader over
some spare space in the memory about what to do on next restart (e.g. fall in recovery
mode).
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Wed, 29 Sep 2010 04:42:59 +0000 (06:42 +0200)]
initscripts-shr: remove unused usb-gadget script for palmpre machine
This script was resonsible for activating networking over usb but is not needed anymore as
our default kernel for the palmpre machine activates usb networking per default.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Simon Busch [Sat, 18 Sep 2010 14:13:58 +0000 (16:13 +0200)]
tslib: add patch for git version to compile cy8mrln plugin
The cy8mrln plugin needs the cy8mrln.h which is shipped with the kernel but currently not
deployed by any kernel-headers packages. So we include the header file for now directly
within tslib.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Sat, 18 Sep 2010 08:26:56 +0000 (10:26 +0200)]
netbase: powerup usb0 interface automatically on palmpre machine
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Wed, 8 Sep 2010 20:09:33 +0000 (22:09 +0200)]
tsmd: add initial recipe
tsmd is a touchscreen management daemon for the palmpre machine. It has juast one simple
task to do: It open's the touchscreen dev node on /dev/touchscreen, process it's data with
tslib and forward all input events to uinput dev node.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Fri, 17 Sep 2010 04:53:17 +0000 (06:53 +0200)]
read-tokens: add initial git version
read-tokens is a little utility especially for the palmpre. It reads so alled 'tokens'
from the internal flash and stores them in a key-value file so other system components can
read them from there.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Fri, 17 Sep 2010 04:42:06 +0000 (06:42 +0200)]
tslib: adjust various recipe settings for the palmpre machine
* set PACKAGE_ARCH = "${MACHINE_ARCH}" for palmpre machine
* provide special EXTRA_CONF setting to build plugin for the cy8mrln touchscreen
Signed-off-by: Simon Busch <morphis@gravedo.de>
Koen Kooi [Wed, 20 Oct 2010 07:18:28 +0000 (09:18 +0200)]
angstrom next: switch to pango 1.28.3
Roger Monk [Wed, 20 Oct 2010 06:53:09 +0000 (08:53 +0200)]
egl: Add tu816x as combatible SOC_FAMILY
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Denys Dmytriyenko [Wed, 20 Oct 2010 04:56:09 +0000 (00:56 -0400)]
gst-plugins-ugly: add 0.10.16
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Denys Dmytriyenko [Wed, 20 Oct 2010 04:55:43 +0000 (00:55 -0400)]
gst-plugins-good: add 0.10.25
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Khem Raj [Wed, 20 Oct 2010 03:08:40 +0000 (20:08 -0700)]
binutils.inc: Filter out --with-sysroot for target binutils
* This is not needed but libtool 2.4 will add it so we filter
it out here.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 19 Oct 2010 19:12:07 +0000 (12:12 -0700)]
gcc-configure-target.inc: Filter out --with-sysroot
* For target gcc we dont need to specify --with-sysroot
even with libtool 2.4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 19 Oct 2010 19:07:25 +0000 (12:07 -0700)]
autotools.bbclass: Move --with-sysroot to CONFIGUREOPTS
* This is added to CONFIGUREOPTS so it can be filtered out
when needed. Recipes like gcc need this to be filtered
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Paul Eggleton [Tue, 19 Oct 2010 22:46:08 +0000 (23:46 +0100)]
conf/distro/include: Remove preferred-opie-cvs-versions.inc.
This include file is now obsolete; persons wishing to build the latest
development version of Opie should now build from git by including
preferred-opie-git-versions.inc instead.
Paul Eggleton [Tue, 19 Oct 2010 22:42:39 +0000 (23:42 +0100)]
opie-mediaplayer2: remove reference to OPIE_CVS_PV and default OPIE_GIT_PV if not set
I'm a bit skeptical of having these defaults; anyone building Opie from git
*should* be including preferred-opie-git-versions.inc and not trying to build
without doing so. For consistency however I'm including the defaults here.
Koen Kooi [Tue, 19 Oct 2010 21:22:04 +0000 (23:22 +0200)]
qt4: move QtDeclarative to qt4.inc
* This avoids pulling in Qt 4.7.0 into meta-toolchain-qte when 4.6.3 is specified
* No further changes in behaviour or packaging
Frans Meulenbroeks [Tue, 19 Oct 2010 21:11:07 +0000 (23:11 +0200)]
transmission_2.04.bb: added checksums
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Tue, 19 Oct 2010 20:47:57 +0000 (22:47 +0200)]
libtorrent: added xmlrpc support
so web clients can interface with it
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Tue, 19 Oct 2010 20:47:04 +0000 (22:47 +0200)]
xmlrpc-c: add inherit binconfig
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Tue, 19 Oct 2010 18:49:05 +0000 (20:49 +0200)]
lighttpd_1.4.28.bb: added checksums
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Simon Busch [Tue, 19 Oct 2010 02:46:41 +0000 (02:46 +0000)]
preferred-shr-versions: choose git version of tslib as default
Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 09:35:44 +0000 (11:35 +0200)]
insane-srcrevs: remove AUTOREV for obsolete openmoko recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 08:07:04 +0000 (10:07 +0200)]
removal: add entry for removing obsoleted openmoko recipes
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 08:07:57 +0000 (10:07 +0200)]
settingsgui: move both versions to obsolete, nobody have it in task/images now
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 08:02:21 +0000 (10:02 +0200)]
openmoko: move initscripts, psplash, alsa-scenarios also to obsolete
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 07:55:50 +0000 (09:55 +0200)]
openmoko: remove openmoko directories used from FILESPATH as openmoko distribution was obsoleted on Aug 2010
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 07:52:01 +0000 (09:52 +0200)]
linux-openmoko: obsolete 2.6.24 and 2.6.28
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 07:48:24 +0000 (09:48 +0200)]
om-3d7k: remove machine definition, because it was canceled long time ago
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 07:44:01 +0000 (09:44 +0200)]
openmoko: obsolete old openmoko classes and recipes using those
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 07:22:55 +0000 (09:22 +0200)]
openmoko: obsolete tasks and images, openmoko as distribution was obsoleted on Aug 10, 2010.
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 07:01:54 +0000 (09:01 +0200)]
libmokoui2, openmoko-apps: move to obsolete as libmokoui2 doesn't build for a while and nobody cares to fix it
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 07:25:28 +0000 (09:25 +0200)]
angstrom/build-feeds: remove openmoko targets
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 07:47:53 +0000 (09:47 +0200)]
angstrom/sort.sh: remove om-3d7k as it was canceled long time ago
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 07:15:25 +0000 (09:15 +0200)]
meta-angstrom-2007: remove openmoko-browser2 which was moved to obsoleted
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 19 Oct 2010 07:14:48 +0000 (09:14 +0200)]
fso-image: remove obsoleted openmoko stuff
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Henning Heinold [Tue, 19 Oct 2010 18:36:30 +0000 (20:36 +0200)]
libsdl-directfb: use the options of our patched autoreconf, to prevent autoheader
* thank's kergoth for the hint
* no functional changes so no bump of PR's
Koen Kooi [Tue, 19 Oct 2010 18:27:20 +0000 (20:27 +0200)]
pango: add 1.28.3
Philip Balister [Tue, 19 Oct 2010 17:49:38 +0000 (13:49 -0400)]
task-sdk-gnuradio-native: Stop build failures due to missing packages.
Philip Balister [Tue, 19 Oct 2010 17:48:25 +0000 (13:48 -0400)]
gnuradio: Drop DEPENDS on sdcc now that we use uhd for usrp interfaces/
Philip Balister [Tue, 19 Oct 2010 17:46:08 +0000 (13:46 -0400)]
vim: Add new package vim-vimrc that installs a vimrc that makes me happy.
Petr Štetiar [Fri, 15 Oct 2010 22:49:48 +0000 (22:49 +0000)]
oestats-client.bbclass: send USERDISTRO value
With this patch it's now possible to see the correct Angstrom distro version
in the Tinderbox. Now the distribution value is always 'angstrom', with this
patch it would be more detailed version 'angstrom-2008.1' for example.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Koen Kooi [Tue, 19 Oct 2010 14:58:53 +0000 (16:58 +0200)]
gnome-games: update 2.30.x to 2.30.2 and add 2.32.0
Chase Maupin [Tue, 12 Oct 2010 03:25:13 +0000 (03:25 +0000)]
qt4: replace underscore with dash in library name
* For libraries that are added to the QT_LIB_NAMES or
QT_EXTRA_LIBS variables replace any "_" characters in the
library name with "-" for use in the package name.
* The actual library file names are left alone.
* Bump the PR for packages using qt4.inc
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Holger Hans Peter Freyther <holger@moiji-mobile.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Andreas Oberritter [Sun, 17 Oct 2010 12:20:18 +0000 (12:20 +0000)]
libsdl-directfb: update to 1.2.14
Changes since v1:
* removed patches.
* use autoreconf to update libtool etc.
* inherit lib_package
* dropped some unused configure options.
* ran oe-stylize.py
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by:: Henning Heinold <heinold@inf.fu-berlin.de>
Andreas Oberritter [Sun, 17 Oct 2010 11:12:05 +0000 (11:12 +0000)]
directfb-1.4.6: fix packaging
* Files were searched in the wrong directory, because $RV was wrong.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by:: Henning Heinold <heinold@inf.fu-berlin.de>
Koen Kooi [Tue, 19 Oct 2010 13:01:03 +0000 (15:01 +0200)]
tiwlan-wl1271: add kernel drivers and loaders for the wifi portion of a wl1271 chipset
* based on the ubuntu makefiles, so still a messy wrt OE style
Koen Kooi [Tue, 19 Oct 2010 13:00:17 +0000 (15:00 +0200)]
module bbclass: add KERNEL_DIR for ubunutu style modules
Henning Heinold [Tue, 19 Oct 2010 13:47:26 +0000 (15:47 +0200)]
dietlibc: move do_stage to do_install
* bump INC_PR
Frans Meulenbroeks [Tue, 19 Oct 2010 12:37:32 +0000 (14:37 +0200)]
nios2.inc: added missing definitions for TARGET_CC_ARCH BASE_PACKAGE_ARCH FEED_ARCH
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Koen Kooi [Tue, 19 Oct 2010 07:43:43 +0000 (09:43 +0200)]
image bbclass: fix install_linguas usage on shared buildservers
Khem Raj [Tue, 19 Oct 2010 00:36:57 +0000 (17:36 -0700)]
opie.bbclass: Define OPIE_SRCREV and OPIE_GIT_PV if not already defined
* Without this the distros which do not include
preferred-opie-git-versions.inc end up in parsing errors
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Paul Eggleton [Sun, 12 Sep 2010 11:35:21 +0000 (12:35 +0100)]
Bump Opie git revision
Paul Eggleton [Sun, 12 Sep 2010 11:28:22 +0000 (12:28 +0100)]
task-opie: bump PR for previous change
Paul Eggleton [Sun, 12 Sep 2010 11:27:51 +0000 (12:27 +0100)]
opie-vmemo: add dependency on libopiemm2
Paul Eggleton [Sun, 12 Sep 2010 11:27:01 +0000 (12:27 +0100)]
opie-taskbar: install /etc/opie_sysevents.conf
Paul Eggleton [Sun, 12 Sep 2010 11:24:44 +0000 (12:24 +0100)]
opie-recorder: add dependency on libopiemm2
Paul Eggleton [Mon, 16 Aug 2010 23:15:45 +0000 (00:15 +0100)]
Bump Opie git revision
Paul Eggleton [Thu, 5 Aug 2010 23:38:25 +0000 (00:38 +0100)]
task-opie: add opie-notes to task-opie-base-pim and move opie-textedit to task-opie-base-apps
Paul Eggleton [Thu, 5 Aug 2010 23:36:41 +0000 (00:36 +0100)]
opie-textedit: fix git version for move of text editor to "Applications" tab in launcher
Paul Eggleton [Thu, 5 Aug 2010 23:35:59 +0000 (00:35 +0100)]
opie-taskbar: apply force-firstuse-calibrate.patch against git version
Paul Eggleton [Thu, 5 Aug 2010 23:34:44 +0000 (00:34 +0100)]
opie-taskbar: fix server-pro-cvs.patch to apply against current git
Paul Eggleton [Thu, 5 Aug 2010 23:32:13 +0000 (00:32 +0100)]
opie-packagemanager: ensure libopkg is used for git version
Paul Eggleton [Thu, 5 Aug 2010 23:28:48 +0000 (00:28 +0100)]
opie-networksettings: do not apply wireless.patch for git version
This patch has been applied upstream.
Paul Eggleton [Thu, 5 Aug 2010 23:27:21 +0000 (00:27 +0100)]
libqpe-opie: add unbreak-logging-2.patch which applies against current git version