openembedded.git
14 years agosimpad.conf: remove superfluous MACHINE_KERNEL_VERSION ?= "2.6"
Andrea Adami [Wed, 6 Oct 2010 23:03:02 +0000 (01:03 +0200)]
simpad.conf: remove superfluous MACHINE_KERNEL_VERSION ?= "2.6"

14 years agosimpad: merge simpad-2.6.inc in simpad.conf
Andrea Adami [Wed, 6 Oct 2010 22:57:22 +0000 (00:57 +0200)]
simpad: merge simpad-2.6.inc in simpad.conf

14 years agocollie+simpad: remove unused -2.4 inc files
Andrea Adami [Wed, 6 Oct 2010 22:52:34 +0000 (00:52 +0200)]
collie+simpad: remove unused -2.4 inc files

14 years agozaurus-2.6.inc: evaluate here kernel bootlogo size
Andrea Adami [Wed, 6 Oct 2010 22:22:02 +0000 (00:22 +0200)]
zaurus-2.6.inc: evaluate here kernel bootlogo size

14 years agolinux-kexecboot.inc: don't define LOGO_SIZE here (machine-specific)
Andrea Adami [Wed, 6 Oct 2010 22:17:25 +0000 (00:17 +0200)]
linux-kexecboot.inc: don't define LOGO_SIZE here (machine-specific)

14 years agolinux.inc: allow for more bootlogo customization.
Andrea Adami [Tue, 5 Oct 2010 23:24:12 +0000 (01:24 +0200)]
linux.inc: allow for more bootlogo customization.

* kernel recipes can add a custom-sized bootlogo in SRC_URI
* e.g. SRC_URI = "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2"
* before including/requiring linux.inc.

14 years agolibxmlccwrap-0.0.12: initial recipe
Andreas Oberritter [Wed, 29 Sep 2010 10:36:33 +0000 (10:36 +0000)]
libxmlccwrap-0.0.12: initial recipe

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agosispmctl-2.7: initial recipe
Andreas Oberritter [Wed, 29 Sep 2010 10:36:31 +0000 (10:36 +0000)]
sispmctl-2.7: initial recipe

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoutil-linux-ng: Don't depend on udev unless selected as IMAGE_DEV_MANAGER
Andreas Oberritter [Wed, 29 Sep 2010 10:36:28 +0000 (10:36 +0000)]
util-linux-ng: Don't depend on udev unless selected as IMAGE_DEV_MANAGER

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agotremor-20041119: Add pkgconfig file, provide libvorbisidec
Andreas Oberritter [Wed, 29 Sep 2010 10:36:27 +0000 (10:36 +0000)]
tremor-20041119: Add pkgconfig file, provide libvorbisidec

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomc-4.6.2: use cd instead of pushd and popd
Andreas Oberritter [Wed, 29 Sep 2010 10:36:21 +0000 (10:36 +0000)]
mc-4.6.2: use cd instead of pushd and popd

* pushd and popd aren't compatible with dash.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolinux-libc-headers_2.6.24: Add falloc.h to kernel exported headers
Thilo Fromm [Thu, 30 Sep 2010 21:07:55 +0000 (21:07 +0000)]
linux-libc-headers_2.6.24: Add falloc.h to kernel exported headers

This adds include/linux/falloc.h to the list of files exported by the kernel to the C library.
The include file is required for building e.g. a recent util-linux-ng against 2.6.24.

Starting from 2.6.25 a similar patch has been accepted upstream (the mainline
kernel). For 2.6.24, however, falloc.h is not exported although it's present.

Signed-off-by: Thilo Fromm <t.fromm@dresearch.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agovim-7.2: remove quotes from CC in configure.in
Thilo Fromm [Fri, 1 Oct 2010 00:25:42 +0000 (00:25 +0000)]
vim-7.2: remove quotes from CC in configure.in

configure.in features quotes around some calls to $CC (i.e. it calls
"$CC"). CC is, however, not always just the compiler name. In OpenEmbedded
CC looks more like "arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=arm926ej-s -mthumb-interwork -mno-thumb".

configure executes tests in a form like
res=`"$CC" --some-arg`
The shell tries to run the whole contents of the CC variable - not just the first string
- as _one_ command, which will fail.

However, these errors remain unnoticed during the configure run:

...
configure: line 3707: arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=arm926ej-s -mthumb-interwork -mno-thumb: command not found
...
checking for setjmp.h... yes
checking for GCC 3 or later... /SCRATCH/maniac/oe-merge-test/OE/tmp.6/work/armv5te-angstrom-linux-gnueabi/vim-7.2-r7.1/vim72/src/configure: line 11329: test: : integer expression expected
no
checking whether we need -D_FORTIFY_SOURCE=1... /SCRATCH/maniac/oe-merge-test/OE/tmp.6/work/armv5te-angstrom-linux-gnueabi/vim-7.2-r7.1/vim72/src/configure: line 11339: test: : integer expression expected
no
...

But finally:

...
configure: creating ./config.status
config.status: creating auto/config.mk
config.status: creating auto/config.h

So the configure step had errors, but didn't report any.

This patch removes the quotes around the CC variable in configure.in.

Signed-off-by: Thilo Fromm <t.fromm@dresearch.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomumudvb-1.6: initial recipe
Andreas Oberritter [Fri, 1 Oct 2010 01:17:31 +0000 (01:17 +0000)]
mumudvb-1.6: initial recipe

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibsigc++-1.2: fix installation
Andreas Oberritter [Fri, 1 Oct 2010 01:07:58 +0000 (01:07 +0000)]
libsigc++-1.2: fix installation

* install complains about method_slot.h, which is mentioned twice
  inside Makefile.am.
* v2: Added header to patch.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolib{ebml,matroska}-1.0.0: intitial recipes
Andreas Oberritter [Fri, 1 Oct 2010 01:17:32 +0000 (01:17 +0000)]
lib{ebml,matroska}-1.0.0: intitial recipes

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobusybox: add posibility to specify correct rtc device for hwclock init script
Petr Štetiar [Mon, 4 Oct 2010 10:35:32 +0000 (10:35 +0000)]
busybox: add posibility to specify correct rtc device for hwclock init script

With this patch it's now possible to specify rtc device using HWCLOCKDEVICE
variable in /etc/default/hwclock and the system time is then set using correct
device and vice versa. It's wise to have such functionality, beacuse there're
SBCs with more then one rtc device, for example ts72xx.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoinit-scripts: fix save-rtc error with date formatting on uclibc
Petr Štetiar [Sun, 3 Oct 2010 04:54:19 +0000 (04:54 +0000)]
init-scripts: fix save-rtc error with date formatting on uclibc

uClibc's date does support only SUSv3 strptime[1], so the date command in
save-rtc.sh fails with 'date: invalid date '%2m%2d%2H%2M2010'.

1. http://www.opengroup.org/onlinepubs/009695399/functions/strptime.html

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopython-native_2.6.5: Correct indentation. Use spaces instead of a tabulator.
Paul Menzel [Sat, 2 Oct 2010 16:31:55 +0000 (18:31 +0200)]
python-native_2.6.5: Correct indentation. Use spaces instead of a tabulator.

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopython-{native}-2.6.5: Fix parallel build.
Paul Menzel [Sat, 2 Oct 2010 10:51:03 +0000 (12:51 +0200)]
python-{native}-2.6.5: Fix parallel build.

Randomly the build failed for me with the following error message.

    libpython2.6.so: undefined reference to `_PyParser_Grammar'

The applied patch in [5] tried to fix this problem, but it turns out that this also was due to a possible race. This is already known in OpenOffice too [3].

R. David Murray (dmalcolm) <dmalcolm@fedoraproject.org> fixed this in Fedora [1] and I applied his patch.

I reported this issue upstream [4] and this will only be fixed in Python 2.7, so we have to keep this patch for Python 2.6.

I put 00 in front of the name of the patch file because I did not want to rename the other patches.

I build tested this with `MACHINE = " beagleboard"` for `angstrom-2008.1` and `minimal-{eglibc,uclibc,libc}`.

[1] http://pkgs.fedoraproject.org/gitweb/?p=python.git;a=commitdiff;h=b95f6cc2ca6a009f97436c6aa16cfd70547353d9
[2] http://www.openoffice.org/issues/show_bug.cgi?id=114866
[3] http://doc.services.openoffice.org/wiki/RedTinderboxStatusInEIS
[4] http://bugs.python.org/issue10013
[5] http://patchwork.openembedded.org/patch/1899/

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agonetkit-base-0.17: fix compile with gcc-4.x
Andreas Oberritter [Mon, 4 Oct 2010 03:52:41 +0000 (03:52 +0000)]
netkit-base-0.17: fix compile with gcc-4.x

* v2: Added header to patch.
* v3: Set CFLAGS and LDFLAGS correctly.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-4.3.3: fix problem with parallel builds.
Graham Gower [Mon, 4 Oct 2010 19:23:41 +0000 (19:23 +0000)]
gcc-4.3.3: fix problem with parallel builds.

The relevant error is as follows.

error: conflicting types for 'strsignal'
| /usr/include/string.h:564: note: previous declaration of 'strsignal' was here

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoeglibc_2.12.bb/eglibc_svn.bb: Fix build on ARMv4 with EABI
Khem Raj [Wed, 6 Oct 2010 21:06:41 +0000 (14:06 -0700)]
eglibc_2.12.bb/eglibc_svn.bb: Fix build on ARMv4 with EABI

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agostreamripper_1.61.3.bb: removed
Frans Meulenbroeks [Wed, 6 Oct 2010 20:45:12 +0000 (22:45 +0200)]
streamripper_1.61.3.bb: removed

had cve's and was not properly configured and missing depends;
latest version is already in OE for quite a while.

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoFix RDEPENDS
Frans Meulenbroeks [Wed, 6 Oct 2010 20:41:45 +0000 (22:41 +0200)]
Fix RDEPENDS

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoFix RDEPENDS
Frans Meulenbroeks [Wed, 6 Oct 2010 20:40:20 +0000 (22:40 +0200)]
Fix RDEPENDS

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agokaeilos-2010.inc: replaced typo, sorry
Marco Cavallini [Wed, 6 Oct 2010 20:38:42 +0000 (22:38 +0200)]
kaeilos-2010.inc: replaced typo, sorry

14 years agomythtv: fixed LICENSE added a few other headers for mythplugins and myththemes
Frans Meulenbroeks [Wed, 6 Oct 2010 20:30:28 +0000 (22:30 +0200)]
mythtv: fixed LICENSE added a few other headers for mythplugins and myththemes

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agomokowm: add libfakekey to DEPENDS
Martin Jansa [Wed, 6 Oct 2010 19:15:57 +0000 (21:15 +0200)]
mokowm: add libfakekey to DEPENDS

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agocornucopia: bump SRCREV again for new vala really compatible versions
Martin Jansa [Wed, 6 Oct 2010 18:27:57 +0000 (20:27 +0200)]
cornucopia: bump SRCREV again for new vala really compatible versions

14 years agouicmoc : moved unused files to obsolete dir
Frans Meulenbroeks [Wed, 6 Oct 2010 17:10:23 +0000 (19:10 +0200)]
uicmoc : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agouclibc : moved unused files to obsolete dir
Frans Meulenbroeks [Wed, 6 Oct 2010 17:09:46 +0000 (19:09 +0200)]
uclibc : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agou-boot : moved unused files to obsolete dir
Frans Meulenbroeks [Wed, 6 Oct 2010 17:09:16 +0000 (19:09 +0200)]
u-boot : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agotslib : moved unused files to obsolete dir
Frans Meulenbroeks [Wed, 6 Oct 2010 16:49:37 +0000 (18:49 +0200)]
tslib : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agotor : moved unused files to obsolete dir
Frans Meulenbroeks [Wed, 6 Oct 2010 16:49:15 +0000 (18:49 +0200)]
tor : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agotinymail : moved unused files to obsolete dir
Frans Meulenbroeks [Wed, 6 Oct 2010 16:49:08 +0000 (18:49 +0200)]
tinymail : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agotcpdump : moved unused files to obsolete dir
Frans Meulenbroeks [Wed, 6 Oct 2010 16:48:31 +0000 (18:48 +0200)]
tcpdump : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agotcltk : moved unused files to obsolete dir
Frans Meulenbroeks [Wed, 6 Oct 2010 16:48:11 +0000 (18:48 +0200)]
tcltk : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agotar : moved unused files to obsolete dir
Frans Meulenbroeks [Wed, 6 Oct 2010 16:47:15 +0000 (18:47 +0200)]
tar : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agomatchbox2 : moved unused files to obsolete dir
Frans Meulenbroeks [Wed, 6 Oct 2010 16:46:50 +0000 (18:46 +0200)]
matchbox2 : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agomatchbox-wm : moved unused files to obsolete dir
Frans Meulenbroeks [Wed, 6 Oct 2010 16:46:33 +0000 (18:46 +0200)]
matchbox-wm : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agomatchbox-keyboard : moved unused files to obsolete dir
Frans Meulenbroeks [Wed, 6 Oct 2010 16:46:04 +0000 (18:46 +0200)]
matchbox-keyboard : moved unused files to obsolete dir

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agomokosuite2: Add `libfakekey` and `vala-native` to DEPENDS.
Paul Menzel [Mon, 4 Oct 2010 09:56:14 +0000 (11:56 +0200)]
mokosuite2: Add `libfakekey` and `vala-native` to DEPENDS.

During the latest bumps of `SRCREV` I guess it was forgotten to add some dependencies.

`libfakekey` is needed for a successful configure and without `vala-native` `valac` is not found on a clean and minimal build system.

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomsmcommd_git: Add `libfsotransport` to `DEPENDS`.
Paul Menzel [Wed, 6 Oct 2010 11:00:42 +0000 (13:00 +0200)]
msmcommd_git: Add `libfsotransport` to `DEPENDS`.

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agokaeilos-2010.inc: unset DISTRO_FEED_CONFIGS for kaeilos
Marco Cavallini [Wed, 6 Oct 2010 15:02:32 +0000 (17:02 +0200)]
kaeilos-2010.inc: unset DISTRO_FEED_CONFIGS for kaeilos

14 years agolibgles-omap3: add ti816x support and fix packaging
Koen Kooi [Wed, 6 Oct 2010 11:24:31 +0000 (13:24 +0200)]
libgles-omap3: add ti816x support and fix packaging

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoomap3-sgx-modules: update to latest SDK release and add ti816x support
Koen Kooi [Wed, 6 Oct 2010 11:00:49 +0000 (13:00 +0200)]
omap3-sgx-modules: update to latest SDK release and add ti816x support

Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoopkg-collateral: make angstrom use SHR tmpdir fix and change package arch to all
Koen Kooi [Wed, 6 Oct 2010 10:21:04 +0000 (12:21 +0200)]
opkg-collateral: make angstrom use SHR tmpdir fix and change package arch to all

14 years agolinux_2.6.28.bb: changed link to Ronetix' patch for machine ronetix-pm9263
Marco Cavallini [Wed, 6 Oct 2010 08:13:42 +0000 (10:13 +0200)]
linux_2.6.28.bb: changed link to Ronetix' patch for machine ronetix-pm9263

14 years agomesa: move mesa-progs from mesa-common.inc to mesa-version.inc
Martin Jansa [Tue, 5 Oct 2010 18:56:37 +0000 (20:56 +0200)]
mesa: move mesa-progs from mesa-common.inc to mesa-version.inc

* for mesa-7.9 and newer there are mesa-demos in separate repository
* I'll add recipe for latest mesa-demos later

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agogcc-4.5: fix gcc-scalar-widening-pr45847.patch one last time
Khem Raj [Tue, 5 Oct 2010 23:29:46 +0000 (16:29 -0700)]
gcc-4.5: fix gcc-scalar-widening-pr45847.patch one last time

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoEFL: bump SRCREV for latest bugfixes and beta release
Martin Jansa [Mon, 27 Sep 2010 19:17:56 +0000 (21:17 +0200)]
EFL: bump SRCREV for latest bugfixes and beta release

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agowebkit-efl: bump SRCREV for new API needed by newer eve
Martin Jansa [Thu, 30 Sep 2010 13:30:09 +0000 (15:30 +0200)]
webkit-efl: bump SRCREV for new API needed by newer eve

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agofreesmartphone: bump SRCREV for new vala compatible versions
Martin Jansa [Tue, 5 Oct 2010 21:17:58 +0000 (23:17 +0200)]
freesmartphone: bump SRCREV for new vala compatible versions

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agovala-dbus-binding-tool: bump SRCREV for new vala compatible versions
Martin Jansa [Tue, 5 Oct 2010 21:17:39 +0000 (23:17 +0200)]
vala-dbus-binding-tool: bump SRCREV for new vala compatible versions

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomsmcomm: bump SRCREV for version compatible with latest vala
Martin Jansa [Tue, 5 Oct 2010 21:13:20 +0000 (23:13 +0200)]
msmcomm: bump SRCREV for version compatible with latest vala

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agocornucopia: bump SRCREV for new vala compatible versions
Martin Jansa [Tue, 5 Oct 2010 21:04:21 +0000 (23:04 +0200)]
cornucopia: bump SRCREV for new vala compatible versions

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoxorg: new versions for 2010-10-05
Martin Jansa [Tue, 5 Oct 2010 11:59:52 +0000 (13:59 +0200)]
xorg: new versions for 2010-10-05

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolibdrm: add 2.4.22, needed by new xf86-video-intel
Martin Jansa [Tue, 5 Oct 2010 18:53:11 +0000 (20:53 +0200)]
libdrm: add 2.4.22, needed by new xf86-video-intel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agobinutils_2.20.1.bb: GCC 4.5 causes more warnings disable warnings during binutils...
Khem Raj [Tue, 5 Oct 2010 23:17:22 +0000 (16:17 -0700)]
binutils_2.20.1.bb: GCC 4.5 causes more warnings disable warnings during binutils build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-4.5: Fix gcc-scalar-widening-pr45847.patch
Khem Raj [Tue, 5 Oct 2010 23:16:16 +0000 (16:16 -0700)]
gcc-4.5: Fix gcc-scalar-widening-pr45847.patch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoshasum.inc: NATIVE_INSTALL_WORKS = "1"
Tom Rini [Tue, 5 Oct 2010 22:49:23 +0000 (15:49 -0700)]
shasum.inc: NATIVE_INSTALL_WORKS = "1"

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodistutils-base: Only RDEPEND python-core on target packages
Tom Rini [Tue, 5 Oct 2010 22:30:40 +0000 (15:30 -0700)]
distutils-base: Only RDEPEND python-core on target packages

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agogcc-4.5: Fix ICE found while compiling mplayer
Khem Raj [Tue, 5 Oct 2010 21:15:39 +0000 (14:15 -0700)]
gcc-4.5: Fix ICE found while compiling mplayer

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibgee: darn... typo. sorry.
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 20:49:30 +0000 (22:49 +0200)]
libgee: darn... typo. sorry.

14 years agogobject-introspection: add WIP NOTE
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 20:43:44 +0000 (22:43 +0200)]
gobject-introspection: add WIP NOTE

14 years agolibgee 0.6.0: gobject-introspection-native seems to be enough to make it compile
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 20:42:44 +0000 (22:42 +0200)]
libgee 0.6.0: gobject-introspection-native seems to be enough to make it compile

14 years agoipkg-utils: Make arfile.py handle six digit UIDs
Scott Anderson [Mon, 4 Oct 2010 04:57:04 +0000 (21:57 -0700)]
ipkg-utils: Make arfile.py handle six digit UIDs

Essentially, the problem is that arfile.py is splitting the ar header with
white-space instead of fixed-width fields, so two fields would get treated
as a single field.  This makes things better than before as it now honors
the fixed field widths.

Signed-off-by: Scott Anderson <o2e@saaworld.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
14 years agolibgee: bring back 0.5.2; wasn't supposed to be removed
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 19:54:37 +0000 (21:54 +0200)]
libgee: bring back 0.5.2; wasn't supposed to be removed

14 years agoqi-ubi: remove PROVIDES it does provide virtual/bootloader as qi does
Martin Jansa [Tue, 5 Oct 2010 19:16:02 +0000 (21:16 +0200)]
qi-ubi: remove PROVIDES it does provide virtual/bootloader as qi does

* but it's ok to build both and user will download just the one he needs

14 years agovala_0.11.0: fix checksums declaration
Martin Jansa [Tue, 5 Oct 2010 19:00:44 +0000 (21:00 +0200)]
vala_0.11.0: fix checksums declaration

* checksums were OK, but declared with name=archive which wasn't used in
  SRC_URI this time

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agovala.bbclass: export XDG_DATA_DIRS to point upstream vala to where the vapis are
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 18:15:21 +0000 (20:15 +0200)]
vala.bbclass: export XDG_DATA_DIRS to point upstream vala to where the vapis are

14 years agolibgee 0.6.0: depends on gobject-introspection
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 17:53:49 +0000 (19:53 +0200)]
libgee 0.6.0: depends on gobject-introspection

14 years agogobject-introspection: new recipe; introspection-library for gobject
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 17:52:47 +0000 (19:52 +0200)]
gobject-introspection: new recipe; introspection-library for gobject

14 years agovala: add 0.11.0
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 16:48:38 +0000 (18:48 +0200)]
vala: add 0.11.0
NOTE: Finally, we can now use upstream vala

14 years agolibgee: 0.5.2 -> 0.6.0
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 16:48:17 +0000 (18:48 +0200)]
libgee: 0.5.2 -> 0.6.0

14 years agoAdjust rdep/rrec for gtk+* and gtk-icon-cache.bbclass
Chris Larson [Tue, 5 Oct 2010 16:07:31 +0000 (09:07 -0700)]
Adjust rdep/rrec for gtk+* and gtk-icon-cache.bbclass

Drop the runtime dependencies / recommendations unless the recipe is for the
target.  This is necessary because right now bitbake obeys *_${PN}, even if
${PN} is not in PACKAGES.  This should kill the unnecessary build of the
crosscompiler when doing 'bitbake gtk+-native'.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoMerge branch 'master' of git://git.openembedded.org/openembedded
Dmitry Eremin-Solenikov [Tue, 5 Oct 2010 15:38:57 +0000 (19:38 +0400)]
Merge branch 'master' of git://git.openembedded.org/openembedded

14 years agoqt4-tools-sdk.inc : drop freetype include as we build with -no-freetype
Dmitry Eremin-Solenikov [Tue, 5 Oct 2010 15:37:35 +0000 (19:37 +0400)]
qt4-tools-sdk.inc : drop freetype include as we build with -no-freetype

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
14 years agoqt4-tools-sdk: correct my last commit: add a patch I've forgot
Dmitry Eremin-Solenikov [Tue, 5 Oct 2010 15:37:00 +0000 (19:37 +0400)]
qt4-tools-sdk: correct my last commit: add a patch I've forgot

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
14 years agolinux-2.6.24: build bitbash i2c and related modules for hipox machine
Steffen Sledz [Tue, 5 Oct 2010 13:47:41 +0000 (15:47 +0200)]
linux-2.6.24: build bitbash i2c and related modules for hipox machine

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
14 years agolinux-2.6.24: enable PoE board switching using gpo for hipox machine
Steffen Sledz [Tue, 5 Oct 2010 12:25:09 +0000 (14:25 +0200)]
linux-2.6.24: enable PoE board switching using gpo for hipox machine

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
14 years agoqt4-tools-sdk: fix building when no native freetype/X11 are installed
Dmitry Eremin-Solenikov [Tue, 5 Oct 2010 13:40:47 +0000 (17:40 +0400)]
qt4-tools-sdk: fix building when no native freetype/X11 are installed

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
14 years agolibopie2: fix path to backlight instance on tosa
Dmitry Eremin-Solenikov [Tue, 5 Oct 2010 13:38:31 +0000 (17:38 +0400)]
libopie2: fix path to backlight instance on tosa

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
14 years agoncurses_5.7.bb: Disable the rpath hack for the ncurses binaries
Holger Hans Peter Freyther [Sat, 2 Oct 2010 21:18:24 +0000 (05:18 +0800)]
ncurses_5.7.bb: Disable the rpath hack for the ncurses binaries

Do not have a RPATH in the binaries to the sysroot.

14 years agonavit: bump SRCREV for speedwarner feature
Martin Jansa [Tue, 5 Oct 2010 09:21:21 +0000 (11:21 +0200)]
navit: bump SRCREV for speedwarner feature

14 years agomplayer svn: make swscale accept larger input images regardless of arch
Koen Kooi [Tue, 5 Oct 2010 07:32:26 +0000 (09:32 +0200)]
mplayer svn: make swscale accept larger input images regardless of arch

14 years agogtk+-native: fix relocation
Chris Larson [Mon, 4 Oct 2010 16:46:34 +0000 (09:46 -0700)]
gtk+-native: fix relocation

In a sysroot process hook, to deal with relocation:

  - Re-generate the gdk-pixbuf.loaders file to contain the current sysroot path
    to the pixbuf loaders directory.
  - Create wrappers for gdk-pixbuf-csource and gdk-pixbuf-query-loaders
    utilities, passing along the appropriate environment variables to ensure
    they too point at the current sysroot path.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agogdb-common.inc: Nuke a few more possible conflicts.
Tom Rini [Mon, 4 Oct 2010 23:29:17 +0000 (16:29 -0700)]
gdb-common.inc: Nuke a few more possible conflicts.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolibtool-sdk: Convert from legacy staging
Tom Rini [Mon, 4 Oct 2010 22:22:10 +0000 (15:22 -0700)]
libtool-sdk: Convert from legacy staging

Since these are ${HOST_SYS} specific we make ${HOST_SYS}-libtool here.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agooprofile: Drop do_stage() { autotools_stage_all }
Tom Rini [Mon, 4 Oct 2010 21:59:04 +0000 (14:59 -0700)]
oprofile: Drop do_stage() { autotools_stage_all }

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodtc-native: Switch from legacy staging
Tom Rini [Mon, 4 Oct 2010 21:49:30 +0000 (14:49 -0700)]
dtc-native: Switch from legacy staging

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agogdb-cross-sdk: Only fixup sim Makefiles that exist
Tom Rini [Mon, 4 Oct 2010 21:48:36 +0000 (14:48 -0700)]
gdb-cross-sdk: Only fixup sim Makefiles that exist

This can fail for versions that just pass in --disable-sim

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodt: Fix 'S' as it's no longer dt.d-WIP
Tom Rini [Mon, 4 Oct 2010 19:39:08 +0000 (12:39 -0700)]
dt: Fix 'S' as it's no longer dt.d-WIP

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoxc3sprog: new recipe
Jaap de Jong [Fri, 23 Jul 2010 08:44:21 +0000 (10:44 +0200)]
xc3sprog: new recipe

Author: Jaap de Jong <jaap.dejong@nedap.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agosqlite: use conditional append, instead of appending to conditional variable :)
Denys Dmytriyenko [Mon, 4 Oct 2010 22:13:58 +0000 (18:13 -0400)]
sqlite: use conditional append, instead of appending to conditional variable :)

While both seem to work in this case, this one is more correct.

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agolatencytop: add version 0.5
Ben Gardiner [Mon, 31 May 2010 05:48:24 +0000 (05:48 +0000)]
latencytop: add version 0.5

Add a new recipe to for latencytop.
* patch the makefile to disable GTK support, use the LDFLAGS and use ncurses
  instead of the 'w' variant.

Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agottf-droid: new recipe
Dmitry Artamonow [Fri, 28 May 2010 06:49:41 +0000 (06:49 +0000)]
ttf-droid: new recipe

Add recipe for Droid fonts (specifically developed by Ascender for
Google's Android platform).  Since there's no canonical tarball URL for
these fonts, we fetch them directly from Android git repo.

Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agontpclient: fix adjtimex compile error on uclibc
Petr Štetiar [Sun, 3 Oct 2010 02:14:34 +0000 (02:14 +0000)]
ntpclient: fix adjtimex compile error on uclibc

ntpclient.o: In function `set_freq':
ntpclient-2007_365-r3/ntpclient-2007/ntpclient.c:166: undefined reference to `__adj timex'
ntpclient.o: In function `get_current_freq':
ntpclient-2007_365-r3/ntpclient-2007/ntpclient.c:149: undefined reference to `__adj timex'

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agort3070: add support for Belkin F6D4050v2 USB adapter
Petr Štetiar [Sun, 3 Oct 2010 02:14:23 +0000 (02:14 +0000)]
rt3070: add support for Belkin F6D4050v2 USB adapter

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Eric Bénard <eric@eukrea.com>