[oe] [meta-handheld][PATCH] linux-handhelds-2.6: remove comment ending with backslash

2012-12-16 Thread Martin Jansa
* http://lists.linuxtogo.org/pipermail/bitbake-devel/2012-December/003954.html Signed-off-by: Martin Jansa --- recipes-kernel/linux/linux-handhelds-2.6_2.6.21-hh20.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/linux/linux-handhelds-2.6_2.6.21-hh20.bb b/recipes-kernel/linu

Re: [oe] [PATCH 2/3] libdc1394: add recipe

2012-12-16 Thread Martin Jansa
On Sun, Dec 16, 2012 at 07:47:19PM +0100, Martin Jansa wrote: > On Fri, Dec 14, 2012 at 01:33:42PM -0500, Cliff Brake wrote: > > From: Cliff Brake > > > > Initial recipe created by Khem Raj > > > > Signed-off-by: Cliff Brake > > --- > > .../libdc1394/files/install_examples.patch |

Re: [oe] [PATCH 2/3] libdc1394: add recipe

2012-12-16 Thread Martin Jansa
On Fri, Dec 14, 2012 at 01:33:42PM -0500, Cliff Brake wrote: > From: Cliff Brake > > Initial recipe created by Khem Raj > > Signed-off-by: Cliff Brake > --- > .../libdc1394/files/install_examples.patch | 14 ++ > .../recipes-multimedia/libdc1394/files/libdc1394.png |

[oe] [meta-oe][PATCH 23/26] lvm2: upgrade to 2.02.97 which is compatible with newer udev

2012-12-16 Thread Martin Jansa
* older versions are using symbols removed in newer udev | dmsetup.c:985: error: undefined reference to 'udev_get_dev_path' | collect2: error: ld returned 1 exit status | make[1]: *** [dmsetup] Error 1 | make[1]: Leaving directory `/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux

[oe] [meta-oe][PATCH 19/26] postgresql: disable spinlocks for AArch64

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz Signed-off-by: Marcin Juszkiewicz Signed-off-by: Martin Jansa --- meta-oe/recipes-support/postgresql/postgresql.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.in

[oe] [meta-oe][PATCH 25/26] libsdl-image: update to upstream version 1.2.12

2012-12-16 Thread Martin Jansa
From: Marko Lindqvist Now uses zlib license. Works with libpng15. Signed-off-by: Marko Lindqvist Signed-off-by: Martin Jansa --- .../{libsdl-image_1.2.10.bb => libsdl-image_1.2.12.bb}| 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) rename meta-oe/recipes-multimedia/l

[oe] [meta-oe][PATCH 22/26] krb5: import from OE-Classic

2012-12-16 Thread Martin Jansa
From: Yauhen Kharuzhy Add building of MIT Kerberos implementation. The recipe was picked from OE-Classic & updated to new version Signed-off-by: Yauhen Kharuzhy Signed-off-by: Martin Jansa --- meta/recipes-connectivity/krb5/krb5_1.8.5.bb | 39 1 file changed, 39

[oe] [meta-oe][PATCH 20/26] libgcc: s/virtclass/class/ to make it up-to-date

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz Signed-off-by: Marcin Juszkiewicz Signed-off-by: Martin Jansa --- toolchain-layer/recipes-devtools/gcc/libgcc_4.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain-layer/recipes-devtools/gcc/libgcc_4.6.bb b/toolchain-layer/recipes-devtoo

[oe] [meta-oe][PATCH 21/26] gcc-cross-canadian 4.6: fix dependencies to be nativesdk-* not *-nativesdk

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz Signed-off-by: Marcin Juszkiewicz Signed-off-by: Martin Jansa --- toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb b/to

[oe] [meta-oe][PATCH 24/26] cryptsetup: import from oe-classic

2012-12-16 Thread Martin Jansa
* add LIC_FILES_CHKSUM * depend on util-linux (renamed from util-linux-ng) * depend on lvm2 instead of device-mapper * inherit gettext Signed-off-by: Martin Jansa --- meta-oe/recipes-support/cryptsetup/cryptsetup_1.1.3.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100

[oe] [meta-oe][PATCH 08/26] meta-networking: Fix erroneous use of "startline" in LIC_FILES_CHKSUM

2012-12-16 Thread Martin Jansa
From: Paul Eggleton "beginline" is the correct parameter name. Checksums have been updated where necessary (i.e. if the beginning line was something other than the default of 1). Signed-off-by: Paul Eggleton Signed-off-by: Martin Jansa --- meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2

[oe] [meta-oe][PATCH 03/26] samba: added gnu-configize for AArch64 support

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz Signed-off-by: Marcin Juszkiewicz Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/samba/samba_3.6.8.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb b/meta-oe/recipes-connectivity/samba/samba_3.6.8.b

[oe] [meta-oe][PATCH 18/26] lua: update to upstream version 5.1.5

2012-12-16 Thread Martin Jansa
From: Marko Lindqvist * COPYRIGHT: md5sum changed only because (C) years now up to 2012. * MJ: removed trailing whitespaces Signed-off-by: Marko Lindqvist Signed-off-by: Martin Jansa --- .../lua/lua5.1/bitwise_operators.patch | 143 + meta-oe/recipes-devtools/l

[oe] [meta-oe][PATCH 26/26] libsdl-mixer: update to upstream version 1.2.12

2012-12-16 Thread Martin Jansa
From: Marko Lindqvist Now uses zlib license. Dropped fix-flac-madness patch as upsream configure check in question now uses AC_TRY_COMPILE instead of AC_TRY_RUN. Signed-off-by: Marko Lindqvist Signed-off-by: Martin Jansa --- .../libsdl-mixer/libsdl-mixer/configure.patch | 9 --- ...

[oe] [meta-oe][PATCH 11/26] samba: Fix build on Fedora 17

2012-12-16 Thread Martin Jansa
From: Ting Liu * Fedora 17 has /bin/perl, this causes samba build to put perl interpreter path as /bin/perl But we set perl location for target as /usr/bin/perl * This mismatch of perl path causes failure of rootfs image creation: | error: Failed dependencies: | /bin/perl is needed by

[oe] [meta-oe][PATCH 12/26] fakeroot: update to upstream version 1.18.4

2012-12-16 Thread Martin Jansa
From: Marko Lindqvist License is now GPLv3 Signed-off-by: Marko Lindqvist Signed-off-by: Martin Jansa --- ...t-native_1.12.4.bb => fakeroot-native_1.18.4.bb} | 4 .../fakeroot/fakeroot/configure-libtool.patch | 20 .../recipes-core/fakeroot/fakeroot/fix-prefix

[oe] [meta-oe][PATCH 07/26] meta-oe: Fix erroneous use of "startline" in LIC_FILES_CHKSUM

2012-12-16 Thread Martin Jansa
From: Paul Eggleton "beginline" is the correct parameter name. Checksums have been updated where necessary (i.e. if the beginning line was something other than the default of 1). Signed-off-by: Paul Eggleton Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb

[oe] [meta-oe][PATCH 15/26] geos: add recipe

2012-12-16 Thread Martin Jansa
From: Jan Luebbe * MJ: fixed packaging and QA issues Signed-off-by: Jan Luebbe Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/geos/geos.inc | 19 +++ meta-oe/recipes-navigation/geos/geos_3.3.2.bb | 7 +++ 2 files changed, 26 insertions(+) create mode 100

[oe] [meta-oe][PATCH 17/26] wpa-supplicant, gcc-common-4.6, packagegroup-qte-toolchain-target: use correct PRINC form

2012-12-16 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend | 2 +- .../recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend | 2 +- toolchain-layer/recipes-devtools/gcc/gcc-common-4.6.inc | 2 +- 3 files changed, 3 insert

[oe] [meta-oe][PATCH 16/26] libspatialite: add recipe

2012-12-16 Thread Martin Jansa
From: Jan Luebbe Signed-off-by: Jan Luebbe Signed-off-by: Martin Jansa --- .../libspatialite/libspatialite.inc| 16 ++ .../fix-the-configure-script-and-freexl.patch | 200 + .../libspatialite/libspatialite_3.0.1.bb | 9 + 3 files changed, 2

Re: [oe] [meta-oe][PATCH] rng-tools: Fixes for latest OE layouts

2012-12-16 Thread Martin Jansa
On Fri, Dec 14, 2012 at 02:05:48PM -0700, Gary Thomas wrote: > The current recipe has a few installation errors: > * The manipulation of configurable paths drops a '/' > * The init script defaults are placed in the wrong file > * Finer control over init script start/stop > * The default dev

[oe] [meta-oe][PATCH 06/26] florence: added gnome-doc-utils and libnotify to dependencies

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz gnome-doc-utils due to this: | autoreconf: Entering directory `.' | autoreconf: configure.ac: not using Gettext | autoreconf: running: aclocal --system-acdir=/home/hrw/HDD/devel/canonical/aarch64/CLEAN/build/tmp-eglibc/work/aarch64-oe-linux/florence/0.5.1-r1/florence-0.

[oe] [meta-oe][PATCH 09/26] libnl: remove

2012-12-16 Thread Martin Jansa
From: Paul Eggleton Version 3.2.14 is now in OE-Core. Signed-off-by: Paul Eggleton Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libnl/libnl_3.2.9.bb | 52 1 file changed, 52 deletions(-) delete mode 100644 meta-oe/recipes-support/libnl/libnl_3.2.9.bb

[oe] [meta-oe][PATCH 05/26] xterm: added gnu-configize for AArch64 support

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz Signed-off-by: Marcin Juszkiewicz Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/xorg-app/xterm_277.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb index f

[oe] [meta-oe][PATCH 13/26] python-numpy: add missing runtime dependencies

2012-12-16 Thread Martin Jansa
From: Ross Burton MJ: added PR bump Signed-off-by: Ross Burton Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b/meta-oe/recipes-

[oe] [meta-oe][PATCH 10/26] gtk+3: add libxi dependency

2012-12-16 Thread Martin Jansa
From: Marko Lindqvist Without even compile fails: | In file included from gdkdevice-xi.c:24:0: | gdkdeviceprivate-xi.h:28:35: fatal error: X11/extensions/XInput.h: No such file or directory Signed-off-by: Marko Lindqvist Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gtk+/gtk+3_3.2

[oe] [meta-oe][PATCH 14/26] proj: add recipe

2012-12-16 Thread Martin Jansa
From: Jan Luebbe Signed-off-by: Jan Luebbe Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/proj/proj.inc | 13 + meta-oe/recipes-navigation/proj/proj_4.7.0.bb | 7 +++ 2 files changed, 20 insertions(+) create mode 100644 meta-oe/recipes-navigation/proj/proj.in

[oe] [meta-oe][PATCH 04/26] dialog: added gnu-configize for AArch64 support

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz Signed-off-by: Marcin Juszkiewicz Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/dialog/dialog.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/dialog/dialog.inc b/meta-oe/recipes-extended/dialog/dialog.inc index 03b0aa7..27e4

[oe] [meta-oe][PATCH 02/26] modemmanager: update to 0.6.0.0

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz * All *.a files moved to -staticdev * MJ: fixed *.la packaging Signed-off-by: Marcin Juszkiewicz Signed-off-by: Martin Jansa --- .../dont-include-private-glib-headers.patch| 94 -- ...modemmanager_0.5.bb => modemmanager_0.6.0.0.bb} | 16 ++-

[oe] [meta-oe][PATCH 00/26] [meta-oe] Pending patches from patchwork

2012-12-16 Thread Martin Jansa
Consolidated pull request including some older patches from patchwork. Modified patches have "MJ: foo" in commit message. I'll merge this tomorrow unless someone shouts. The following changes since commit 93f954c334777d542ee3a54634def14fe801f9d5: Merge remote-tracking branch 'meta-oe-contrib/j

[oe] [meta-oe][PATCH 01/26] udev: remove from meta-oe

2012-12-16 Thread Martin Jansa
* udev-182 is now also in oe-core, there is quite big diff between meta-oe version and oe-core version but I guess that most of meta-oe users are now also using meta-systemd layer and udev provided by systemd recipe * sending as RFC because I'm using udev provided by systemd recipe and canno

Re: [oe] Denzil updates

2012-12-16 Thread Peter A. Bigot
On 12/16/2012 03:56 AM, Eric Bénard wrote: Hi Koen, Hi Liu, as per your requests the following patches were applied to denzil-next : 35f92b4 systemd: use system variables instead of hardcoded paths 6e0ddd4 systemd: update to v189 66e169f gdm: do not rely on dev-tty7.device 0f17a3f meta-systemd:

Re: [oe] Denzil updates

2012-12-16 Thread Martin Jansa
On Sun, Dec 16, 2012 at 06:08:09PM +0100, Martin Jansa wrote: > On Sun, Dec 16, 2012 at 10:56:11AM +0100, Eric Bénard wrote: > > Hi Koen, Hi Liu, > > > > as per your requests the following patches were applied to > > denzil-next : > > 35f92b4 systemd: use system variables instead of hardcoded path

Re: [oe] Denzil updates

2012-12-16 Thread Martin Jansa
On Sun, Dec 16, 2012 at 10:56:11AM +0100, Eric Bénard wrote: > Hi Koen, Hi Liu, > > as per your requests the following patches were applied to > denzil-next : > 35f92b4 systemd: use system variables instead of hardcoded paths > 6e0ddd4 systemd: update to v189 66e169f gdm: do not rely on > dev-tty7

[oe] Denzil updates

2012-12-16 Thread Eric Bénard
Hi Koen, Hi Liu, as per your requests the following patches were applied to denzil-next : 35f92b4 systemd: use system variables instead of hardcoded paths 6e0ddd4 systemd: update to v189 66e169f gdm: do not rely on dev-tty7.device 0f17a3f meta-systemd: systemd-systemctl-native: Also add support fo