Martin Jansa [Mon, 27 Sep 2010 19:17:33 +0000 (21:17 +0200)]
frameworkd: limit oeventsd workaround for buggy kernel only to 2.6.32
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 30 Sep 2010 06:55:46 +0000 (08:55 +0200)]
kbd: upgrade from 1.12 to 1.15.2, add native version
* native version is usefull in some kernel builds where drivers/char
calls loadkeys (which are not available on some buildhosts)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Frans Meulenbroeks [Thu, 30 Sep 2010 06:28:41 +0000 (08:28 +0200)]
Revert "wpa-supplicant : moved unused files to obsolete dir"
This reverts commit
9a5382aad4e5a3e52fa52722cf5587fdba958e9f.
This one accidentally also dragged in classes/kernel.bbclass
I will redo the commit for wpa-supplicant later.
classes/kernel.bbclass will be se a separate commit
Thanks for Paul Menzel for spotting this
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Martin Jansa [Thu, 23 Sep 2010 12:35:17 +0000 (14:35 +0200)]
linux(-kexecboot)_git: bump SRCREV for 2.6.36-rc6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 28 Sep 2010 14:46:49 +0000 (16:46 +0200)]
libx11: add 1.3.6 and 1.3.99.902, remove 1.3.5, change keysymdef_include_patch
* point to dir instead of keysymdef.h directly, because newer versions
also check for vendor keysyms, see
http://cgit.freedesktop.org/xorg/lib/libX11/commit/?h=libX11-1.3-branch&id=
a32370c0854c8ad6f526dd997f14dbe3f466d4db
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Frans Meulenbroeks [Wed, 29 Sep 2010 20:49:32 +0000 (22:49 +0200)]
wifi-radar: moved files dir to more specific wifi-radar
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 29 Sep 2010 20:48:15 +0000 (22:48 +0200)]
wireless-tools : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 29 Sep 2010 20:47:47 +0000 (22:47 +0200)]
wt : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 29 Sep 2010 20:43:37 +0000 (22:43 +0200)]
wpa-supplicant : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 29 Sep 2010 20:10:32 +0000 (22:10 +0200)]
unionfs : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 29 Sep 2010 19:57:20 +0000 (21:57 +0200)]
udev : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Dmitry Eremin-Solenikov [Wed, 29 Sep 2010 13:59:37 +0000 (17:59 +0400)]
gdb-cross-sdk: fix compilation on non-arm platforms
Not all platforms are arm. Not all platforms have sim/arm/Makefile for
sed. Grrr.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: Eric Bénard <eric@eukrea.com>
Cc: Tom Rini <tom_rini@mentor.com>
Dmitry Eremin-Solenikov [Wed, 29 Sep 2010 13:53:51 +0000 (17:53 +0400)]
gpm: fix compilation due to missing struct ucred
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Wed, 29 Sep 2010 09:59:14 +0000 (13:59 +0400)]
Merge branch 'master' of git://git.openembedded.org/openembedded into org.openembedded.dev
Dmitry Eremin-Solenikov [Wed, 29 Sep 2010 09:57:05 +0000 (13:57 +0400)]
recode: use debian orig.tar.gz instead of gnu one
recode-3.6.tar.gz was removed from gnu mirrors (moved to old-gnu).
Use recode_3.6.orig.tar.gz from Debian which is the same file.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thilo Fromm [Mon, 27 Sep 2010 23:34:36 +0000 (23:34 +0000)]
wvstreams-4.6: Remove dbus support (breaks build)
If wvstreams is configured with DBus support enabled (by not providing
--without-dbus) the the build fails at link time as libdbus cannot be
found:
| ./CXX -c dbus/wvdbusconn
| ./CXX -c dbus/wvdbusmarshal
| ./CXX -c dbus/wvdbusmsg
| ./CXX -c dbus/wvdbusserver
| linking libwvdbus.so...
| arm-angstrom-linux-gnueabi-g++: /libdbus-1.a: No such file or directory
| make: *** [libwvdbus.so] Error 1
| FATAL: oe_runmake failed
NOTE: Task failed: /SCRATCH/maniac/oe-merge-test/OE/tmp.6/work/armv5te-angstrom-linux-gnueabi/wvstreams-4.6-r0/temp/log.do_compile.6422
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/maniac/work/HYP/oe/3way_merge/recipes/wvstreams/wvstreams_4.6.bb do_compile failed
ERROR: Task 2024 (/home/maniac/work/HYP/oe/3way_merge/recipes/wvstreams/wvstreams_4.6.bb, do_compile) failed
The root cause for this behaviour is in wvstreams' configure.ac; the
weird dbus detection and library path handling breaks successive builds.
This patch, however, does not fix the configure.ac file but disables
DBus support for wvstreams at configure time. This at least fixes the
broken build.
Signed-off-by: Thilo Fromm <t.fromm@dresearch.de>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Steffen Sledz <sledz@dresearch.de>
Dmitry Eremin-Solenikov [Wed, 29 Sep 2010 08:18:49 +0000 (12:18 +0400)]
opie-taskbar-images: add prerm script removing alternatives
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Wed, 29 Sep 2010 08:17:11 +0000 (12:17 +0400)]
libqpe-opie: copy double_name.patch from opie-mediaplayer1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Wed, 29 Sep 2010 08:15:20 +0000 (12:15 +0400)]
fortune-mod: update to 1.99.1-4 and drop host-only tools
Old debian patch (1.99.1-2) was removed from Debian mirrors. Update to
current patch (1.99.1-4). Also fix QA errors by removing host tools
from target pakages (strfile/unstr).
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Wed, 29 Sep 2010 08:15:00 +0000 (12:15 +0400)]
t1lib: update to 5.1.2
t1lib 5.0.2 is so old, it was removed from main Debian mirrors. Update
to current t1lib.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Andrea Adami [Tue, 28 Sep 2010 23:46:19 +0000 (01:46 +0200)]
linux-kexecboot: move recipes in /linux
* some old version might hopefully be pruned
Khem Raj [Tue, 28 Sep 2010 22:09:45 +0000 (15:09 -0700)]
quilt-0.48: Use cp instead of mv for backing up patches.
* mv would not preserve symlinks but cp -a would.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 28 Sep 2010 20:42:10 +0000 (13:42 -0700)]
quilt-native: Use the quilt.quiltrc from sysroot instead of /etc
This fix is only applied on build systems using linux
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Martin Jansa [Tue, 28 Sep 2010 13:58:17 +0000 (15:58 +0200)]
xorg: add new recipes for versions from 2010-09-28
* remove 3 old recipes for versions not pinned by any preferred-xorg-versions
* libx11 will be pushed soon
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 28 Sep 2010 15:51:10 +0000 (17:51 +0200)]
libxcb: add native and nativesdk BBCLASSEXTEND
* needed for libx11-native-1.3.99.902 and newer where --witout-xcb is no longer available
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 28 Sep 2010 15:50:20 +0000 (17:50 +0200)]
xcb-proto: add native and nativesdk BBCLASSEXTEND
* needed for libxcb-native
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 28 Sep 2010 15:47:39 +0000 (17:47 +0200)]
libpthread-stubs: add .inc file, INC_PR, native and nativesdk BBCLASSEXTEND
* needed for libxcb-native
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 28 Sep 2010 13:39:08 +0000 (15:39 +0200)]
initscripts-shr: drop ttySACx workarround and better ROOT_HOME detection
* ttySACx are fixed in kernels 2.6.32.23 and 2.6.34.7 and newer, fixed
by kernel patch from Radek Polak
* ROOT_HOME problem found and fixed by Joachim Ott
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Holger Hans Peter Freyther [Tue, 28 Sep 2010 13:27:48 +0000 (21:27 +0800)]
qt4-tools-sdk: Add a Qt 4.7.0 version, create a .inc file for reuse.
Holger Hans Peter Freyther [Tue, 28 Sep 2010 10:55:23 +0000 (18:55 +0800)]
Merge branch 'holger/qt4-4.7'
Holger Hans Peter Freyther [Sat, 25 Sep 2010 20:14:12 +0000 (04:14 +0800)]
qt4: Bump INC_PR to force a rebuild with the mkspec changes
Holger Hans Peter Freyther [Sat, 25 Sep 2010 17:04:17 +0000 (01:04 +0800)]
qt-4.7.0: Remove patches that cover up errors.
* These patches lack a proper commit message, e.g. no explanation
why they need to be applied
* They remove libraries that were previously prevent
* They remove binaries that were previously installed
* The root cause appears that the -L for the qt lib directory is
evaluated too late indicating an issue with the qmake spec.
Holger Hans Peter Freyther [Mon, 27 Sep 2010 17:38:43 +0000 (01:38 +0800)]
qt-4.7.0.inc: Unpack the qte.sh to fix the qt4-embedded do_install
Fix the qt4-embedded_4.7.0 do_install by unpacking the qte.sh like
it is done in the other recipes.
Holger Hans Peter Freyther [Sun, 26 Sep 2010 17:02:28 +0000 (01:02 +0800)]
qt4: Package the declarative debug packages into qt4-examples-dbg
Holger Hans Peter Freyther [Sat, 25 Sep 2010 20:12:34 +0000 (04:12 +0800)]
qt-4.7.0.inc: Pick the linux.conf/g++.conf from the right directory
Holger Hans Peter Freyther [Sat, 25 Sep 2010 19:37:44 +0000 (03:37 +0800)]
qt4-tools-native_4.7.0.bb: Use the mkspec files from qt-4.7.0
This needs to be streamlined that every Qt 4.x mkspec file
is found in this directory. At least this is a start into
the right direction.
Holger Hans Peter Freyther [Sun, 26 Sep 2010 16:43:53 +0000 (00:43 +0800)]
qt-4.7.0: Use qmake feature to link with -rpath-link.
This is instructing qmake to use the QMAKE_LFLAGS_RPATH for the
lib directory in the build tree. It should be safe to use even
for software using the resulting qmake.
Holger Hans Peter Freyther [Sat, 25 Sep 2010 19:12:18 +0000 (03:12 +0800)]
qt-4.7.0: Update the spec files for Qt 4.7
The biggest change is the QMAKE_RPATH to QMAKE_LFLAGS_RPATH
rename that broke linking for us.
Holger Hans Peter Freyther [Sat, 25 Sep 2010 19:11:38 +0000 (03:11 +0800)]
qt-4.7.0: Fork the mkspec used in previous Qt versions
Some variables were renamed and we require an update.
Steffen Sledz [Tue, 28 Sep 2010 08:11:33 +0000 (10:11 +0200)]
ubifs-v2.6.24: avoid kernel error if ubifs superblock read fails
original commit comment from ubifs-2.6.git:
.get_sb is called on mounts with automatic fs detection too, so this
function should print an error if it cannot read the superblock in
debug mode only (new behaviour conforms the other fs types)
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Noor Ahsan [Mon, 6 Sep 2010 02:19:00 +0000 (02:19 +0000)]
libsdl-native: Convert to new style staging, remove do_stage
* Remove do_stage ()
* Replace tabs with 8 spaces in do_configure
* Bump INC_PR = "r3"
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Noor Ahsan [Sun, 5 Sep 2010 21:28:32 +0000 (21:28 +0000)]
sip-native: Convert to new style staging, remove do_stage()
* Convert do_stage to do_install
* Inherit recipe with python-dir for PYTHON_SITEPACKAGES_DIR variable
* Replace ${STAGING_BINDIR_NATIVE} with ${D}${bindir}
* Replace ${STAGING_PYDIR}/site-packages with ${D}${PYTHON_SITEPACKAGES_DIR}
* Set NATIVE_INSTALL_WORKS = "1"
* Bump PR from "ml0" to "ml1"
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Noor Ahsan [Sun, 5 Sep 2010 21:12:06 +0000 (21:12 +0000)]
sip-native: Run oe-stylize.py script on the recipe and modified the the recipe accordingly
* Run the oe-stylize.py script on the recipe and modified the recipe according to the output of the script.
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Alex Bennee [Thu, 12 Aug 2010 05:35:36 +0000 (05:35 +0000)]
recode: Fix configure step.
Use += instead of _append to CC/CXX otherwise configure fails
Signed-off-by: Alex Bennee <ajb@cbnl.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
xxxxxxxxxxxxx
Fahad Usman [Fri, 24 Sep 2010 05:24:25 +0000 (05:24 +0000)]
python-epydoc_3.0.1.bb: merged native and non-native recipes
* removed the python-epydoc-native_3.0.1.bb file
* added DEPENDS_pn-python-epydoc-native = "python-native" and added DEPENDS_pn-python-epydoc = "python"
* added BBCLASSEXTEND = "native"
* added NATIVE_INSTALL_WORKS = "1"
* bunped PR
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fahad Usman [Thu, 23 Sep 2010 21:51:26 +0000 (21:51 +0000)]
python-pyrex_0.9.8.5.bb: merged native and non-native recipes
* removed the python-pyrex-native_0.9.8.5.bb file
* added DEPENDS_pn-python-pyrex-native = "python-native"
* added BBCLASSEXTEND = "native"
* added NATIVE_INSTALL_WORKS = "1"
* bunped PR
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Enrico Scholz [Mon, 16 Aug 2010 00:52:42 +0000 (00:52 +0000)]
oe.path: added 'recurse' argument to remove()
This makes it possible to specify whether the equivalent of 'rm -rf' or
only this of 'rm -f' is wanted. Due to backward compatibility it
defaults to the recursive variant.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Yann Dirson [Wed, 15 Sep 2010 09:40:26 +0000 (09:40 +0000)]
gnugo_3.8: Add new recipe.
Cross-compiling patches included.
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Sun, 26 Sep 2010 13:09:45 +0000 (13:09 +0000)]
firefox_3.6.8.bb: Add mipsel support.
Patches taken from Gentoo and Debian.
Runs almost acceptably on my 350mhz/128mb mipsel, after a lengthy
startup delay. Should work for big endian mips without much more
work, but I can't test.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Nobuhiro Iwamatsu [Sun, 26 Sep 2010 14:21:10 +0000 (14:21 +0000)]
machine/sh7785lcr: Add new machine for Renesas SH7785 reference board
* Machine config for Renesas SH7785 reference board.
* Add kernel config for 2.6.32 and 35.
* Add tune file for sh4a.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tom Rini [Mon, 27 Sep 2010 23:17:02 +0000 (16:17 -0700)]
tzcode-native: bump version to 2010m
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Mon, 27 Sep 2010 23:16:28 +0000 (16:16 -0700)]
tzdata: bump version to 2010m
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Martin Jansa [Mon, 27 Sep 2010 22:11:29 +0000 (00:11 +0200)]
SHR: drop preferred version for eglibc and gcc
* same versions are now in sane-toolchain.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Sat, 25 Sep 2010 23:14:15 +0000 (16:14 -0700)]
sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions
GCC 4.5 has been tested quite a bit and so is eglibc 2.12 in SHR
and developers.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Sat, 25 Sep 2010 23:05:13 +0000 (16:05 -0700)]
netbase: Add interface information for qemumips64 and qemumips64el
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Khem Raj [Sat, 25 Sep 2010 23:04:10 +0000 (16:04 -0700)]
run-qemu.sh: Add new target mips64 and mips64el
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 25 Sep 2010 23:03:19 +0000 (16:03 -0700)]
linux_2.6.35.bb: Add config for qemumips64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 25 Sep 2010 23:01:33 +0000 (16:01 -0700)]
eglibc-2.12: Configure for 64-bit mips
* Make it to install into /lib and /usr/lib instead of
/lib64 and /usr/lib64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 25 Sep 2010 22:59:43 +0000 (15:59 -0700)]
gcc-4.5: Add support to build for mips64
* Defaults to mabi=64 which means N64 is the default supported ABI
* Tweak multilib directories to emit mips64 into /lib instead of /lib64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 25 Sep 2010 22:58:19 +0000 (15:58 -0700)]
binutils-cross.inc: Enable 64-bit bfd when configured for mips64/mips64el
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 25 Sep 2010 22:57:15 +0000 (15:57 -0700)]
conf/machine: Add qemumips64 machine configuration and tune file.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 25 Sep 2010 22:55:54 +0000 (15:55 -0700)]
kernel-arch.bbclass: Add logic to account for mips64/mips64el in map_kernel_arch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 25 Sep 2010 22:54:05 +0000 (15:54 -0700)]
distros: Disable gnu-style hash for mips64/mips64el
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 25 Sep 2010 22:52:20 +0000 (15:52 -0700)]
siteinfo.bbclass, site/: Add mips64/mips64el to siteinfo data
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 25 Sep 2010 22:50:56 +0000 (15:50 -0700)]
insane.bbclass: Recognise mips64 and mips64el
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 25 Sep 2010 22:46:39 +0000 (15:46 -0700)]
native.bbclass,package.bbclass,bitbake.conf: Make provisions for system libdir to be something else than '/lib'
* Add base_libdir_native as target libdir could be different e.g. lib32
lib64
* Dont assume lib to be system libdir during packaging.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Martin Jansa [Mon, 27 Sep 2010 21:28:05 +0000 (23:28 +0200)]
zhone: bump SRCREV
Martin Jansa [Mon, 27 Sep 2010 07:57:51 +0000 (09:57 +0200)]
linux-openmoko-2.6.32: upgrade to 2.6.32.23 and add 3 patches from qtmoko
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Denys Dmytriyenko [Mon, 27 Sep 2010 19:59:36 +0000 (15:59 -0400)]
omap3-sgx-modules: update SRC_URI with public link
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Denys Dmytriyenko [Mon, 27 Sep 2010 08:21:04 +0000 (08:21 +0000)]
base.bbclass: not use bb.fetch.urldata in do_unpack() for traversing SRC_URIs
bb.fetch.urldata contains cached SRC_URIs, but in case SRC_URI is altered by
amend.inc or machine override, the original SRC_URI is not removed from the
cache, leading to calling do_unpack() multiple times on original and modified
versions of the file. Don't rely on bb.fetch.urldata and traverse SRC_URIs
directly.
Some background and details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/36703
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Vaudano Luca [Mon, 27 Sep 2010 17:46:31 +0000 (17:46 +0000)]
estardict: add new version 0.4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Roman I Khimov [Tue, 14 Sep 2010 09:54:47 +0000 (13:54 +0400)]
iw: fix build
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Frans Meulenbroeks [Mon, 27 Sep 2010 17:52:31 +0000 (19:52 +0200)]
pulseaudio : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 27 Sep 2010 17:45:36 +0000 (19:45 +0200)]
pthsem : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 27 Sep 2010 17:42:32 +0000 (19:42 +0200)]
procps : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 27 Sep 2010 17:41:46 +0000 (19:41 +0200)]
pimlico : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 27 Sep 2010 17:41:37 +0000 (19:41 +0200)]
pidgin : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Mon, 27 Sep 2010 17:28:36 +0000 (19:28 +0200)]
python: moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Chris Larson [Mon, 27 Sep 2010 17:01:49 +0000 (10:01 -0700)]
amend.bbclass: kill override specific
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Jeff Lance [Thu, 23 Sep 2010 09:41:37 +0000 (09:41 +0000)]
matrix-gui: updating to use latest source revision
* Use latest source revision 131
* Add platform support for multiple platforms
* Remove un-used files from SRC_URI and repository.
* init files are now part of the matrix repository
* matrix-gui.desktop is now part of the matrix repository
* the cursor override patch is now in the matrix sources
* Bumped SRCREV to 136 in version 3 of this patch
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Jeff Lance <j-lance1@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Jeff Lance [Thu, 23 Sep 2010 09:41:36 +0000 (09:41 +0000)]
matrix-gui-e: updating to latest source revision
* Updated recipe to use the latest source revision 131
* Included platform support
* Removed init files from OE repository since they are now part
of the matrix repository.
* Bumped SRCREV to 136 in version 2 of this patch
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Jeff Lance <j-lance1@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Jeff Lance [Thu, 23 Sep 2010 09:41:35 +0000 (09:41 +0000)]
matrix-gui-common: update to latest sources
* Updated to use repository revision 131
* This includes platform support
* Removed the browser binary
* Copy files based on PLATFORM
* Bumped SRCREV to 136 in version 2 of this patch
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Jeff Lance <j-lance1@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Chase Maupin [Fri, 24 Sep 2010 06:09:35 +0000 (06:09 +0000)]
fbset_2.1: add dependency on bison-native
* fbset requires bison in order to build. This patch adds
bison-native to the DEPENDS.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Chase Maupin [Thu, 23 Sep 2010 04:18:48 +0000 (04:18 +0000)]
freetype: update LICENSE field
* The LICENSE.TXT file says that freetype may be licensed under
either the FreeType license or the GPLv2 license. This patch
updates the LICENSE field to reflect that this software can
use either license.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Chase Maupin [Fri, 10 Sep 2010 06:27:24 +0000 (06:27 +0000)]
qte: only export touchscreen setting if ts exists
* Changed the qte.sh script to check for whether or not the
touchscreen exists before exporting QWS_MOUSE_PROTO to use
the touchscreen. This is so that devices that don't have
a touchscreen can use the regular mouse support.
* Bumped the PR
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Marcin Juszkiewicz [Mon, 27 Sep 2010 14:32:18 +0000 (16:32 +0200)]
gcc: added 2010.09 Linaro release of gcc-4.5
more about release: https://wiki.linaro.org/WorkingGroups/ToolChain
This version does not have any OE patches applied (other then
zecke-no-host-includes.patch in gcc-cross).
There are build problems with this release in OE. But as it is not default
version I am pushing it like it is.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Marcin Juszkiewicz [Mon, 27 Sep 2010 14:31:29 +0000 (16:31 +0200)]
gcc 4.4-2010.09: moved FILESDIR to inc file
Koen Kooi [Mon, 27 Sep 2010 13:46:03 +0000 (15:46 +0200)]
usb-modeswitch: fix recipe and packaging
Koen Kooi [Mon, 27 Sep 2010 13:19:14 +0000 (15:19 +0200)]
usb-modeswitch-data: add
20100826
usb-modeswitch: recommend the above
Koen Kooi [Mon, 27 Sep 2010 13:02:07 +0000 (15:02 +0200)]
usb-modewitch: add 1.1.4
Michael Smith [Thu, 23 Sep 2010 20:49:18 +0000 (16:49 -0400)]
gst-plugins.inc: fix path to orcc when prefix != /usr
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Thu, 23 Sep 2010 20:32:30 +0000 (16:32 -0400)]
gst-plugins-base 0.10.30: depend on gtk+
Some of the tests and examples require gtk.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Thu, 23 Sep 2010 18:47:32 +0000 (14:47 -0400)]
libvpx: fix 0.9.1 build when prefix=""
The configure script was changed in 0.9.1 and introduced some logic that
breaks when prefix is an empty string.
Also switch to INC_PR for 0.9.0 and 0.9.1.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Fri, 24 Sep 2010 18:46:20 +0000 (14:46 -0400)]
openvpn: change kernel-module-tun to RRECOMMEND
RRECOMMEND, not RDEPEND, in case a particular platform doesn't have
a separate kernel-module-tun package. Matches behaviour of other
packages, like bridge-utils.
Also switch to INC_PR.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Martin Jansa [Mon, 27 Sep 2010 11:08:12 +0000 (13:08 +0200)]
shr-e-gadgets: remove edje_convert calls (should be converted already in source)
Martin Jansa [Wed, 22 Sep 2010 08:32:01 +0000 (10:32 +0200)]
pixman_0.19.4: increase D_P for SHR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 26 Sep 2010 16:07:59 +0000 (18:07 +0200)]
linux-kexecboot-2.6.35: enable CONFIG_BLK_DEV_SD
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 27 Sep 2010 07:57:15 +0000 (09:57 +0200)]
kexecboot: bump SRCREV for devicescan fix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 27 Sep 2010 07:58:16 +0000 (09:58 +0200)]
linux-openmoko-2.6.34: add 3 patches from qtmoko
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 27 Sep 2010 09:42:08 +0000 (11:42 +0200)]
shr-e-gadgets: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>