Graham Gower [Thu, 23 Sep 2010 21:24:40 +0000 (21:24 +0000)]
imlib_1.9.15, qiv_1.9: move to obsolete.
Motivation for removal:
ERROR: QA Issue with staging: imlib.pc failed sanity test (tmpdir) in path /mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib/pkgconfig
This 3 year old qiv recipe is the only in tree user of imlib1. Newer
versions of qiv which use imlib2 are available from http://spiegl.de/qiv/
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Thu, 23 Sep 2010 20:56:32 +0000 (20:56 +0000)]
gtk+_2.20.1.bb: Fix build with --disable-xkb.
See https://bugzilla.gnome.org/show_bug.cgi?id=619114
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fahad Usman [Wed, 29 Sep 2010 21:45:57 +0000 (21:45 +0000)]
python-setuptools: mergerd native and target
* merged native and target recipes and converted to new style staging
* bumped PR
* added BBCLASSEXTEND = "native" and NATIVE_INSTALL_WORKS = "1"
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Jesse Gilles [Wed, 29 Sep 2010 06:13:45 +0000 (06:13 +0000)]
ruby: remove 1.8.5
* old version that doesn't build
Signed-off-by: Jesse Gilles <jgilles@multitech.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Thilo Fromm [Thu, 30 Sep 2010 04:18:08 +0000 (04:18 +0000)]
vim-7.2: provide correct VIMGUI option (unbreaks build)
vim-7.2.bb sports VIMGUI="none", resulting in "--enable-gui=none". Vim
configure, however, does not know about this option, does not understand
that we don't want any X support, and tries to link libSM and possibly
libXpm when building. This breaks the build for systems without X.
The patch changes VIMGUI to VIMGUI="no", as "--enable-gui=no" is
understood by Vim configure, and behaves as expected.
Signed-off-by: Thilo Fromm <t.fromm@dresearch.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Wed, 29 Sep 2010 15:00:12 +0000 (15:00 +0000)]
gdb: Don't clobber files installed by binutils.
Also, move INC_PR into gdb-common.inc and propagate it into all recipes.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Scott Garman [Tue, 28 Sep 2010 06:42:15 +0000 (06:42 +0000)]
grep: update 2.6.3 to 2.7
Signed-off-by: Scott Garman <sgarman@zenlinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Thilo Fromm [Wed, 29 Sep 2010 04:48:45 +0000 (04:48 +0000)]
qemu-0.12.5: add ncurses, gnutls dependencies
QEmu build breaks occassionally because some of the libraries required
have not been built at the time qemu is being built. I ran into problems
with the "qemu-native" build which tried to link against host libraries
and subsequently failed:
....
| LINK sh4eb-softmmu/qemu-system-sh4eb
| LINK sh4-softmmu/qemu-system-sh4
| LINK mips-softmmu/qemu-system-mips
| CC mips64el-softmmu/fpu/softfloat.o
| CC sparc-softmmu/i386-dis.o
| /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libgnutls.so: undefined reference to `gcry_cipher_setkey@GCRYPT_1.2'
| /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libgnutls.so: undefined reference to `gcry_cipher_setiv@GCRYPT_1.2'
| collect2: ld returned 1 exit status
| make[1]: *** [qemu-system-mips] Error 1
| make: *** [subdir-mips-softmmu] Error 2
....
This patch adds gnutls and ncurses dependencies to the recipe.
Signed-off-by: Thilo Fromm <t.fromm@dresearch.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Thu, 30 Sep 2010 18:22:22 +0000 (11:22 -0700)]
libcdio: Upgrade to 0.82 release
* 0.81 is not cross-compiling safe. It tries to run generated programs
to get version information to put into manpages which hangs these
programs on virtual build machines which dont have cd drives.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Thu, 30 Sep 2010 06:14:04 +0000 (23:14 -0700)]
prismstumbler_0.7.3+0.7.4pre1.bb: Add patch to replace gps_query call
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Wed, 29 Sep 2010 19:50:17 +0000 (12:50 -0700)]
nylon-feed.bb: Use RDEPENDS instead of DEPENDS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Wed, 29 Sep 2010 08:19:41 +0000 (01:19 -0700)]
eglibc: Fix eglibc-dev aliases and locales
packages which had glibc-dev in their RDEPENDS
caused glibc to be pulled along with eglibc.
eglibc-dev was not properly providing glibc-dev
Refresh the locale generation changes with glibc(poky)
Add missing eglibc-static to PACKAGES
Use bitbake variables in FILES instead of hardcoded paths
Move common code to eglibc.inc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 28 Sep 2010 19:43:04 +0000 (12:43 -0700)]
gcc: Separate recipes for linaro gcc are redundant, remove
* Linaro patches has been ported into gcc 4.5 in OE
we dont need to have separate set of recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Khem Raj [Tue, 28 Sep 2010 19:15:15 +0000 (12:15 -0700)]
gcc-4.5: Fix wrong instruction generation for vmovl pattern
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 26 Sep 2010 16:24:51 +0000 (09:24 -0700)]
gcc: Make use of INC_PR consistently.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 24 Sep 2010 20:49:18 +0000 (13:49 -0700)]
gcc-4.5: Import Linaro patches
* Tested gcc on efikamx.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Frans Meulenbroeks [Thu, 30 Sep 2010 20:11:15 +0000 (22:11 +0200)]
musicpd : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 30 Sep 2010 20:08:00 +0000 (22:08 +0200)]
mysql : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 30 Sep 2010 20:05:43 +0000 (22:05 +0200)]
musicbrainz : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 30 Sep 2010 20:04:32 +0000 (22:04 +0200)]
mpfr-canadian: fixed patching by adding FILESPATHPKG
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 30 Sep 2010 19:56:43 +0000 (21:56 +0200)]
mpfr : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 30 Sep 2010 19:55:38 +0000 (21:55 +0200)]
monotone : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 30 Sep 2010 19:53:47 +0000 (21:53 +0200)]
mdadm : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 30 Sep 2010 19:52:51 +0000 (21:52 +0200)]
modphp : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Vladimir Sorokin [Wed, 29 Sep 2010 11:23:54 +0000 (15:23 +0400)]
cluster-glue: packaging fixes, move some files between packages
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Vladimir Sorokin [Wed, 29 Sep 2010 11:23:08 +0000 (15:23 +0400)]
pacemaker: packaging fixes, move some files between packages
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Vladimir Sorokin [Wed, 29 Sep 2010 11:20:42 +0000 (15:20 +0400)]
corosync: fix init script
Allows to get status from init script when no corosync.cfg exists.
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Vladimir Sorokin [Mon, 27 Sep 2010 11:34:29 +0000 (15:34 +0400)]
groff-1.20: disable parallel make
Fails from time to time.
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Vladimir Sorokin [Mon, 27 Sep 2010 09:52:30 +0000 (13:52 +0400)]
xl2tpd: build with kernel headers, update version to 1.2.6
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Frans Meulenbroeks [Thu, 30 Sep 2010 19:40:52 +0000 (21:40 +0200)]
wpa-supplicant : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 29 Sep 2010 20:27:35 +0000 (22:27 +0200)]
kernel.bbclass: avoid NOTE messages for files that are staged but not packaged
copy the files directly from the work area to staging. That way
there are no unpackaged files in image/ so no NOTE messages.
Additional advantage is that it is faster as we save the copy to the image dir.
See also http://thread.gmane.org/gmane.comp.handhelds.openembedded/37487
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Tested-by: Petr Stetiar <ynezz@true.cz>
Acked-by: Eric Benard <eric@eukrea.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Tested-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tom Rini [Thu, 30 Sep 2010 19:27:44 +0000 (12:27 -0700)]
util-linux-ng: Make cal and script use u-a
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 30 Sep 2010 19:27:21 +0000 (12:27 -0700)]
sysvinit: Add mountpoint to u-a
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Koen Kooi [Thu, 30 Sep 2010 17:23:31 +0000 (19:23 +0200)]
ti-codecs-omapl138 4.00.00.00: update SRCREV to integrate c6accel
Roger Monk [Thu, 30 Sep 2010 15:10:49 +0000 (16:10 +0100)]
gstreamer-ti: various fixes
* fix sed for initscript
* fix typos in recipe
* fix typos in initscript
* fix omapdmaifbsink missing symbols
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Martin Jansa [Thu, 30 Sep 2010 11:21:02 +0000 (13:21 +0200)]
lib(frameworkd,freesmartphone)-glib: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Thu, 30 Sep 2010 11:15:26 +0000 (13:15 +0200)]
angstrom-codec-engine-latest-preferred-versions: bump cgt to .17
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 30 Sep 2010 10:33:41 +0000 (11:33 +0100)]
angstrom: move to CE latest
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 30 Sep 2010 10:29:16 +0000 (11:29 +0100)]
angstrom-codec-engine-latest-preferred-versions: bump CE to 2.26.01.09
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Fri, 3 Sep 2010 00:43:43 +0000 (19:43 -0500)]
ti-codecs-omapl138_4.00.00.00: add new recipe for omapl138 codec
Recipe downloads TSPA codec's from the web and packages/build them using
the configuration file from git://arago-project.org/git/projects/codec-servers.git.
Note that recipe is preparing the source after do_unpack and before do_patch -
mainly because we want to ensure that sourceipk class picks the right sources.
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 30 Sep 2010 10:22:23 +0000 (11:22 +0100)]
ti-dvsdk-demos: sync SRC_URI with arago
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 30 Sep 2010 10:21:41 +0000 (11:21 +0100)]
qt-embedded-widgets-demo: import from arago
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Chase Maupin [Fri, 9 Jul 2010 14:13:17 +0000 (09:13 -0500)]
ti-linux-driver-examples: add driver examples recipe
* This recipe will build and install the linux driver
examples for DaVinci devices on the target.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 30 Sep 2010 10:11:51 +0000 (11:11 +0100)]
ti-codecs-dm365: sync with arago
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 30 Sep 2010 10:11:04 +0000 (11:11 +0100)]
ti-codecs-dm355: sync with arago
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 30 Sep 2010 09:55:42 +0000 (10:55 +0100)]
ti-dmai: sync with arago
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Fri, 25 Jun 2010 02:47:10 +0000 (21:47 -0500)]
ti-dmai_svn.bb: bump up svn rev
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Thu, 2 Sep 2010 19:54:04 +0000 (14:54 -0500)]
ti-dmai_2.20.00.06: add updated version of dmai recipe for DM365
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 30 Sep 2010 09:48:07 +0000 (10:48 +0100)]
ti-paths: sync with arago by removing the 'packages' from LINK_INSTALL_DIR
* older dsplink recipes might need a fixup for this
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 30 Sep 2010 09:43:53 +0000 (10:43 +0100)]
gstreamer-ti: activate omapdmaifbsink plugin for omap3
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 30 Sep 2010 09:36:54 +0000 (10:36 +0100)]
gstreamer-ti: sync with arago
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 30 Sep 2010 09:30:04 +0000 (10:30 +0100)]
ti-c6accel: switch to MACHINE_KERNEL_PR
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Wed, 29 Sep 2010 01:43:33 +0000 (20:43 -0500)]
ti-codecs-dm365_4.00.00.00: update SRC_URI to use latest dm365 codecs
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Tue, 21 Sep 2010 20:34:14 +0000 (15:34 -0500)]
gstreamer-ti: update loadmodules.sh
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 30 Sep 2010 09:12:14 +0000 (10:12 +0100)]
ti-c6accel: add missing patch
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Thu, 2 Sep 2010 18:51:43 +0000 (13:51 -0500)]
ti-codecs-dm365_4.00.00.00: add new recipe for dm365 codecs
* This recipe downloads the individual codec.s from the web and puts them together to create a codec package.
* The output of codec installer is 'tar' file and we needed to extract this
file during unpack and since ti-eula-unpack has a logic for extracting
tar file, but it assumes gzip version instead of regular tar. And I don't see
any recipe currently using TARFILE variable hence updating ti-eula-unpack.inc
to extract 'tar file'. If we come across a use case where we need to handle
both 'tar' and '.gz' then will consider adding logic to differentiate between
tar vs gz.
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Wed, 29 Sep 2010 01:59:54 +0000 (20:59 -0500)]
ti-c6accel_1.01.00.01: add new c6accel version.
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Thu, 2 Sep 2010 18:32:24 +0000 (13:32 -0500)]
ti-c6accel_1.00.00.04: add new recipe
C6Accel codec package wraps key DSP software kernels which can be invoked from
the ARM side using simple API calls. This codec can be used in a plug and play
like any other codec used for encoding and decoding audio and video streams.
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Wed, 29 Sep 2010 02:36:18 +0000 (21:36 -0500)]
ti-dvtb: add new recipe to build DVTB (Digital Video Test Bench)
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Wed, 29 Sep 2010 01:49:22 +0000 (20:49 -0500)]
ti-codec-engine_2.26.01.09: add new codec engine version.
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Thu, 16 Sep 2010 15:13:27 +0000 (16:13 +0100)]
ti-recipes: Switch remaining buildable ti recipes to use KERNEL_PR
* Switch recipes to use KERNEL_PR + append if they are buildable
* All related KERNELs have higher PR than the previous local PR, so safe to change
* Allows us to easily rebuild entire ti stack by bumping KERNEL_PR
* Downside is, of course, that entire ti stack will get built each time we tweak kernels
* However, most of TI stack has kernel dependence anyway
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Martin Jansa [Thu, 30 Sep 2010 11:08:40 +0000 (13:08 +0200)]
moko(suite,wm,wm-inf-ecore): bump SRCREV and remove AUTOREV from shr-autorev
Martin Jansa [Thu, 30 Sep 2010 10:58:24 +0000 (12:58 +0200)]
fso-specs,libfso-glib: bump SRCREV
Martin Jansa [Thu, 30 Sep 2010 09:10:38 +0000 (11:10 +0200)]
libfsotransport: enable palmpre-hsuart for all
* machine override without MACHINE_ARCH is bad idea
* 11:05:19 < mickey|office> palmpre hsuart support doesn't hurt
* 11:05:59 < mickey|office> palmpre support can be compiled in unconditionally for all platforms
Holger Hans Peter Freyther [Thu, 30 Sep 2010 09:02:46 +0000 (17:02 +0800)]
qt4-tools-native: Add -no-freetype to the build
Avoid any dependencies on freetype, just disable it. We are
not interested in the GUI module right now, we build it to
have the tools/qdbus build, which also builds the qdbusviewer.
Holger Hans Peter Freyther [Thu, 30 Sep 2010 08:56:28 +0000 (16:56 +0800)]
task-qte-toolchain-target: The QtAssistantClient is deprecated and removed in 4.7
Do not install the header files as they are deprecated and removed
from Qt 4.7 and onwards.
Holger Hans Peter Freyther [Wed, 29 Sep 2010 08:22:36 +0000 (16:22 +0800)]
qt4-tools-native: Build the tools as -embedded to avoid X11 deps
We only need command line utilities and can avoid requiring X11.
Holger Hans Peter Freyther [Tue, 28 Sep 2010 16:36:52 +0000 (00:36 +0800)]
uicmoc4: qt4-tools is the replacement.
qt4-tools exists for 4.5, 4.6, 4.7. There is nothing in the OE
tree that is still using the uicmoc4* target. Remove it so people
do not think that they need to use it.
Holger Hans Peter Freyther [Tue, 28 Sep 2010 16:16:41 +0000 (00:16 +0800)]
meta-toolchain-neuros: Remove recipe, meta-toolchain-qte is a better replacement
meta-toolchain-qte is a good replacement for this target. Koen has
acked the removal and it opens the door to some other cleanup.
Martin Jansa [Mon, 27 Sep 2010 19:17:48 +0000 (21:17 +0200)]
cornucopia: bump SRCREV for new alsa state files for 2.6.34
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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'