Re: [oe] [meta-oe] cramfs: download source tarball from http server instead of cvs server

2012-12-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-12-12 07:45, Zhenhua Luo schreef: cvs server is not available sometimes: ERROR: Fetcher failure: Fetch command failed with exit code 1, output: cvs [checkout aborted]: reading from server: Connection reset by peer ERROR: Function failed:

Re: [oe] [meta-webserver][PATCH v2] hiawatha: add new patch to fix xslt implementation

2012-12-05 Thread Paul Eggleton
On Tuesday 04 December 2012 12:12:51 Jack Mitchell wrote: From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk --- .../recipes-httpd/hiawatha/files/xslt-fix.patch| 71 ++

[oe] [meta-oe v2] cramfs: download source tarball from http server instead of cvs server

2012-12-05 Thread Zhenhua Luo
Signed-off-by: Zhenhua Luo b19...@freescale.com --- meta-oe/recipes-support/cramfs/cramfs_1.1.bb | 29 + meta-oe/recipes-support/cramfs/cramfs_cvs.bb | 30 -- 2 files changed, 29 insertions(+), 30 deletions(-) create mode 100644

Re: [oe] [PATCH] fakeroot: update to upstream version 1.18.4

2012-12-05 Thread Martin Jansa
On Sat, Dec 01, 2012 at 11:38:37AM +0200, Marko Lindqvist wrote: License is now GPLv3 Signed-off-by: Marko Lindqvist cazf...@gmail.com --- ...-native_1.12.4.bb = fakeroot-native_1.18.4.bb} |4 --- .../fakeroot/fakeroot/configure-libtool.patch | 20 --

Re: [oe] [oe-commits] Mario Domenech Goulart : freerdp: update to the latest commit (2012-11-20) in the stable-1.0 branch

2012-12-05 Thread Martin Jansa
On Tue, Dec 04, 2012 at 09:49:57AM +, g...@git.openembedded.org wrote: Module: meta-openembedded.git Branch: master Commit: e7e3fd797b46a85ffc03cc7c4b2267d686476f93 URL: http://git.openembedded.org/?p=meta-openembedded.gita=commit;h=e7e3fd797b46a85ffc03cc7c4b2267d686476f93 Author:

[oe] [meta-networking][PATCH] proftpd: conditionally remove /usr/libexec

2012-12-05 Thread Paul Eggleton
From: Kevin Strasser kevin.stras...@linux.intel.com As of poky commit id 1d18224b24a515a07170ce36dbd725cb203d3300 libexecdir has been changed to ${libdir}/${BPN} which is typically /usr/lib. This change introduces a check to see if /usr/libexec is being used before attempting to remove it. Fixes

Re: [oe] [PATCH 3/5] ntp: cleanup recipes and fix SSL support

2012-12-05 Thread Joe MacDonald
[Re: [oe] [PATCH 3/5] ntp: cleanup recipes and fix SSL support] On 12.12.04 (Tue 18:17) Peter A. Bigot wrote: On 12/04/2012 05:59 AM, Martin Jansa wrote: From: Paul Eggleton paul.eggle...@linux.intel.com * Move common definitions to the inc file * Drop override of do_configure which

Re: [oe] [meta-networking][PATCH] proftpd: conditionally remove /usr/libexec

2012-12-05 Thread Paul Eggleton
On Wednesday 05 December 2012 16:37:30 Paul Eggleton wrote: From: Kevin Strasser kevin.stras...@linux.intel.com As of poky commit id 1d18224b24a515a07170ce36dbd725cb203d3300 libexecdir has been changed to ${libdir}/${BPN} which is typically /usr/lib. This change introduces a check to see if

[oe] [meta-networking][PATCH v2] proftpd: fix do_install failure after libexecdir change

2012-12-05 Thread Paul Eggleton
As of OE-Core commit id 406bd38b4232f9f399ef5ffe0b4fac72ed605a23 libexecdir has been changed to ${libdir}/${BPN}. As we are already deleting ${libdir}/proftpd which is the same as ${libdir}/${BPN} in this case, introduce a check to see if ${libexecdir} still exists before attempting to remove it

[oe] [PATCH 66/77] gpm: include /usr/share/emacs/site-lisp in PN

2012-12-05 Thread Martin Jansa
* fixes: gpm-1.99.7: gpm: Files/directories were installed but not shipped /usr/share /usr/share/emacs /usr/share/emacs/site-lisp Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/gpm/gpm_1.99.7.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [PATCH 65/77] samba: remove empty /sbin

2012-12-05 Thread Martin Jansa
* fixes: samba-3.6.8: samba: Files/directories were installed but not shipped /sbin Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/samba/samba.inc | 1 + meta-oe/recipes-connectivity/samba/samba_3.6.8.bb | 2 +- 2 files changed, 2 insertions(+), 1

[oe] [PATCH 74/77] gnome-session: disable failing docs generation

2012-12-05 Thread Martin Jansa
* xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[oe] [PATCH 67/77] desktop-file-utils: don't build /usr/share/emacs/site-lisp/desktop-entry-mode.el

2012-12-05 Thread Martin Jansa
* fixes: desktop-file-utils-0.18: desktop-file-utils: Files/directories were installed but not shipped /usr/share/emacs /usr/share/emacs/site-lisp /usr/share/emacs/site-lisp/desktop-entry-mode.el /usr/share/emacs/site-lisp/desktop-entry-mode.elc when emacs is available Signed-off-by:

[oe] [PATCH 70/77] efl.bbclass: fix FILES for PN-staticdev

2012-12-05 Thread Martin Jansa
* ${libdir}/${BPN}/*.a is there by default and it's PN-staticdev not PN-static Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/classes/efl.bbclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-efl/classes/efl.bbclass b/meta-efl/classes/efl.bbclass

[oe] [PATCH 75/77] gdm: disable failing docs generation

2012-12-05 Thread Martin Jansa
* xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[oe] [PATCH 76/77] cheese: disable scrollkeeper

2012-12-05 Thread Martin Jansa
* we don't provide scrollkeeper-native Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb

[oe] [PATCH 77/77] gnome-themes: fix path to icon-name-mapping

2012-12-05 Thread Martin Jansa
* it was pointing to UTILS_PATH=/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib/gnome-themes after libexecdir change in oe-core Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | 4 ++-- 1 file changed, 2

[oe] [PATCH 73/77] gnome-disk-utility: fix unpackaged files

2012-12-05 Thread Martin Jansa
* WARNING: QA Issue: gnome-disk-utility: Files/directories were installed but not shipped /usr/lib/nautilus/extensions-2.0/libnautilus-gdu.la /usr/lib/nautilus/extensions-2.0/libnautilus-gdu.a /usr/lib/nautilus/extensions-2.0/.debug

[oe] [PATCH 69/77] vim-tiny: package /usr/share/vim in PN-data

2012-12-05 Thread Martin Jansa
* keep it separate from PN so PN is tiny * fixes warning about a lot of unpackaged files Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/vim/vim-tiny_7.2.446.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git

[oe] [PATCH 71/77] exalt-client: fix FILES for PN-staticdev

2012-12-05 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/e17/exalt-client_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/recipes-efl/e17/exalt-client_svn.bb b/meta-efl/recipes-efl/e17/exalt-client_svn.bb index 852ed04..b8c204d 100644 ---

[oe] [PATCH 72/77] gnome-disk-utility: disable failing docs generation

2012-12-05 Thread Martin Jansa
* xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [PATCH 68/77] systemd: add target python to depends

2012-12-05 Thread Martin Jansa
* pythonnative adds only python-native to DEPENDS, but we need target python for working python-config checking for python-config... /OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/python-native/python-config Traceback (most recent call last): File

Re: [oe] [meta-networking][PATCH v2] proftpd: fix do_install failure after libexecdir change

2012-12-05 Thread Joe MacDonald
[[oe] [meta-networking][PATCH v2] proftpd: fix do_install failure after libexecdir change] On 12.12.05 (Wed 17:03) Paul Eggleton wrote: As of OE-Core commit id 406bd38b4232f9f399ef5ffe0b4fac72ed605a23 libexecdir has been changed to ${libdir}/${BPN}. As we are already deleting

Re: [oe] [oe-commits] Mario Domenech Goulart : freerdp: update to the latest commit (2012-11-20) in the stable-1.0 branch

2012-12-05 Thread Otavio Salvador
On Wed, Dec 5, 2012 at 2:18 PM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Dec 04, 2012 at 09:49:57AM +, g...@git.openembedded.org wrote: Module: meta-openembedded.git Branch: master Commit: e7e3fd797b46a85ffc03cc7c4b2267d686476f93 URL:

[oe] [PATCH] libsdl-image: update to upstream version 1.2.12

2012-12-05 Thread Marko Lindqvist
SDL_image now has license of its own. Signed-off-by: Marko Lindqvist cazf...@gmail.com --- .../{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/libsdl-image/{libsdl-image_1.2.10.bb =

[oe] [PATCHv2 73/85] gnome-disk-utility: fix unpackaged files

2012-12-05 Thread Martin Jansa
* WARNING: QA Issue: gnome-disk-utility: Files/directories were installed but not shipped /usr/lib/nautilus/extensions-2.0/libnautilus-gdu.la /usr/lib/nautilus/extensions-2.0/libnautilus-gdu.a /usr/lib/nautilus/extensions-2.0/.debug

[oe] [PATCH 81/85] gateone: fix unpackaged files

2012-12-05 Thread Martin Jansa
* fixes: gateone-1.1: gateone: Files/directories were installed but not shipped /usr /usr/lib /usr/lib/python2.7 /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages/gateone-1.1-py2.7.egg-info Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[oe] [PATCHv2 72/85] gnome-disk-utility: disable failing docs generation

2012-12-05 Thread Martin Jansa
* xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

[oe] [PATCH 82/85] lmbench: fix unpackaged files

2012-12-05 Thread Martin Jansa
* fixes: lmbench-3.0-a9: lmbench: Files/directories were installed but not shipped /usr/man /usr/lib/lmbench Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[oe] [PATCH 80/85] libwmf: fix QA warnings

2012-12-05 Thread Martin Jansa
* fixes: libwmf-0.2.8.4: non -staticdev package contains static .a library: libwmf-dev path '/work/armv4t-oe-linux-gnueabi/libwmf/0.2.8.4-r2/packages-split/libwmf-dev/usr/lib/gtk-2.0/2.10.0/loaders/io-wmf.a' Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[oe] [PATCHv2 75/85] gdm: disable failing docs generation

2012-12-05 Thread Martin Jansa
* xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[oe] [PATCH 79/85] gnome-mplayer: fix unpackaged files warning

2012-12-05 Thread Martin Jansa
* fixes: gnome-mplayer-1.0.5: gnome-mplayer: Files/directories were installed but not shipped /usr/lib /usr/lib/nautilus /usr/lib/nautilus/extensions-2.0 /usr/lib/nautilus/extensions-2.0/libgnome-mplayer-properties-page.so /usr/lib/nautilus/extensions-2.0/.debug

[oe] [PATCH 85/85] qwt: fix unpackaged files

2012-12-05 Thread Martin Jansa
* fixes: qwt-6.0.1: qwt: Files/directories were installed but not shipped /usr/features /usr/doc /usr/plugins /usr/features/qwtconfig.pri /usr/features/qwtmathml.prf /usr/features/qwt.prf /usr/plugins/designer /usr/plugins/designer/libqwt_designer_plugin.so

[oe] [PATCH 78/85] cheese: disable help build

2012-12-05 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb index f447817..1e8a98b 100644 ---

[oe] [PATCH 83/85] xdotool: fix unpackaged files

2012-12-05 Thread Martin Jansa
* fixes: xdotool-1.20100416.2809: xdotool: Files/directories were installed but not shipped /usr/man /usr/man/man1 /usr/man/man1/xdotool.1 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb | 4 +++- 1 file changed, 3

[oe] [PATCH 84/85] libxml++: fix unpackaged files

2012-12-05 Thread Martin Jansa
* fixes: libxml++-2.35.3: libxml++: Files/directories were installed but not shipped /usr/share/devhelp /usr/share/devhelp/books /usr/share/devhelp/books/libxml++-2.6 /usr/share/devhelp/books/libxml++-2.6/libxml++-2.6.devhelp2 /usr/lib/libxml++-2.6 /usr/lib/libxml++-2.6/include

[oe] [meta-oe][PATCH] qt4: rename bbappends to match new 4.8.4 version from oe-core

2012-12-05 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-qt/qt4/qt4-embedded_4.8.3.bbappend | 6 -- meta-oe/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend | 6 ++ meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend | 6 -- meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend |

[oe] [meta-handheld][PATCH 1/3] linux-yocto_3.4: move MTD common options to zaurus-hardware.cfg

2012-12-05 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../linux/linux-yocto-3.4/akita/akita.cfg |6 -- recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.cfg |6 -- .../linux/linux-yocto-3.4/collie/collie.cfg|6 -- .../linux/linux-yocto-3.4/poodle/poodle.cfg

[oe] [meta-handheld][PATCH 3/3] linux-yocto_3.4: use a single copy of the locomo keymap patch

2012-12-05 Thread Andrea Adami
* shared by collie and poodle Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../{collie = }/locomo_kbd_tweak-r2.patch |0 .../poodle/locomo_kbd_tweak-r2.patch | 80 2 files changed, 0 insertions(+), 80 deletions(-) rename

[oe] [meta-handheld][PATCH 2/3] linux-yocto_3.4: remove superseded patch for collie and fix do_patch

2012-12-05 Thread Andrea Adami
* there have been two commits fixing drivers/pcmcia/pxa2xx-sharpsl.c * PCMCIA: pxa: convert PXA socket drivers to use new irq/gpio managemen * a9bb5a4bf9f84256499c802fd397d56d55227e4f * * pcmcia: sharpsl: don't discard sharpsl_pcmcia_ops * fdc858a466b738d35d3492bc7cf77b1dac98bf7c Signed-off-by:

Re: [oe] [PATCH 68/77] systemd: add target python to depends

2012-12-05 Thread Anders Darander
* Martin Jansa martin.ja...@gmail.com [121205 19:32]: * pythonnative adds only python-native to DEPENDS, but we need target python for working python-config checking for python-config... /OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/python-native/python-config

[oe] [OE-core][PATCH] mtd-utils:fix corrupt cleanmarker with flash_erase -j command

2012-12-05 Thread Zhenhua Luo
From: Chunrong Guo b40...@freescale.com *Flash_erase -j should fill discrete freeoob areas with required bytes of JFFS2 cleanmarker in jffs2_check_nand_cleanmarker(). Not just fill the first freeoob area. Signed-off-by: Chunrong Guo b40...@freescale.com ---