Re: [oe] [meta-qt5][dylan][RFC PATCH] qt5.inc: Fix qtbase-tools runtime depencency on perl

2013-07-24 Thread Martin Jansa
On Wed, Jul 24, 2013 at 05:13:54PM +1200, Christian Gagneraud wrote: I'm not sure if it is the right way to do that, but here I go: While building a custom rootfs using poky, meta-oe, meta-ti and meta-qt5 (all on Dylan branch), I got the following error: [...] | Computing

[oe] how to delay postinst script

2013-07-24 Thread Jaap de Jong
Hi, is there a way to delay the postinstall script until next boot? I don't want the postinstall script to run when I update my package at install time, but it should install at the next boot. Thanks! Jaap ___ Openembedded-devel mailing list

[oe] [meta-oe][PATCH 01/29] rrdtool: add PACKAGECONFIG for dbi

2013-07-24 Thread Martin Jansa
* dbi was autodetected from sysroot causing undeterministic builds and failures in lmsensors builds: ld: warning: libdbi.so.1, needed by sysroots/qemux86/usr/lib/librrd.so, not found (try using -rpath or -rpath-link) sysroots/qemux86/usr/lib/librrd.so: undefined reference to

[oe] [meta-oe][PATCH 03/29] cifs-utils: add PACKAGECONFIG for libcap

2013-07-24 Thread Martin Jansa
* libcap is autodetected from sysroot Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-networking/recipes-support/cifs/cifs-utils_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb

[oe] [meta-oe][PATCH 02/29] loudmouth: add dependency on libidn

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot and configure doesn't allow to disable it explicitly * feel free to add configure option and PACKAGECONFIG if this extra dependency bothers you Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb |

[oe] [meta-oe][PATCH 06/29] mbuffer: add PACKAGECONFIG for md5

2013-07-24 Thread Martin Jansa
* openssl is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/mbuffer/mbuffer_20091227.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [meta-oe][PATCH 05/29] fbida: add dependency on curl libungif tiff

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * GNUMakefile doesn't allow to use PACKAGECONFIG to explicitly disable them Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-graphics/fbida/fbida_2.09.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 04/29] atftp: add PACKAGECONFIG for pcre, readline, tcp-wrapper

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-networking/recipes-daemons/atftp/atftp_git.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-networking/recipes-daemons/atftp/atftp_git.bb

[oe] [meta-oe][PATCH 07/29] inetutils: add PACKAGECONFIG for ftp and uucpd

2013-07-24 Thread Martin Jansa
* readline support is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 5 + 1 file changed, 5 insertions(+) diff --git

[oe] [meta-oe][PATCH 09/29] joe: add PACKAGECONFIG for joe

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic * ncurses-libtinfo dependency is added only when ncurses is built before joe Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/joe/joe_3.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1

[oe] [meta-oe][PATCH 12/29] links: add PACKAGECONFIG for bzip2, lzma

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/links/links.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/links/links.inc

[oe] [meta-oe][PATCH 10/29] krb5: add PACKAGECONFIG for openssl and libedit

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/krb5/krb5_1.11.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb

[oe] [meta-oe][PATCH 11/29] libass: add PACKAGECONFIG for harfbuzz

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic * runtime dependencies for glib-2.0 harfbuzz libffi libicudata libicule libicuuc libstdc++ are added only when harfbuzz is detected Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[oe] [meta-oe][PATCH 15/29] usbmuxd: add PACKAGECONFIG for plist

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb

[oe] [meta-oe][PATCH 14/29] sox: add PACKAGECONFIG for magic and wavpack

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb

[oe] [meta-oe][PATCH 16/29] usbmuxd: fix unpackaged files

2013-07-24 Thread Martin Jansa
* WARNING: QA Issue: usbmuxd: Files/directories were installed but not shipped /usr/lib64 /usr/lib64/libusbmuxd.so.1.0.8 /usr/lib64/libusbmuxd.so.2 /usr/lib64/libusbmuxd.so /usr/lib64/.debug /usr/lib64/pkgconfig /usr/lib64/.debug/libusbmuxd.so.1.0.8

[oe] [meta-oe][PATCH 13/29] quagga: add PACKAGECONFIG for capabilities

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-networking/recipes-protocols/quagga/quagga.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc

[oe] [meta-oe][PATCH 08/29] jasper: add PACKAGECONFIG for jpeg

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb

[oe] [meta-oe][PATCH 20/29] x264: explicitly disable swscale

2013-07-24 Thread Martin Jansa
* it's creating circular dependency on libav when explicitly enabled * and sometimes it's autodetected when x264 is rebuilt after building libav Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-multimedia/x264/x264_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] [meta-oe][PATCH 21/29] mkvtoolnix: inherit gettext and export RUBYLIB

2013-07-24 Thread Martin Jansa
* fails to call msgfmt in do_compile: MSGFMT po/cs.po ERROR: Function failed: do_compile (see mkvtoolnix/5.9.0-r0/temp/log.do_compile.3794 for further information) * fails to find rubygems.rb: internal:gem_prelude:1:in `require': cannot load such file rubygems.rb (LoadError)

[oe] [meta-oe][PATCH 19/29] farsight2: add PACKAGECONFIG for gupnp

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb

[oe] [meta-oe][PATCH 18/29] libnice: add PACKAGECONFIG for gupnp

2013-07-24 Thread Martin Jansa
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb

[oe] [meta-oe][PATCH 22/29] libftdi: add PACKAGECONFIG for cpp-wrapper

2013-07-24 Thread Martin Jansa
* also fixes WARNING: QA Issue: libftdi: The compile log indicates that host include and/or library paths were used. Please check the log '/OE/oe-core/tmp-eglibc/work/x86_64-oe-linux/libftdi/0.19-r1/temp/log.do_compile' for more information. Signed-off-by: Martin Jansa

[oe] [meta-oe][PATCH 24/29] ntfs-3g-ntfsprogs: add packageconfig for uuid

2013-07-24 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb

[oe] [meta-oe][PATCH 23/29] libgphoto2: add PACKAGECONFIG for serial

2013-07-24 Thread Martin Jansa
* fixes undeterministic dependency on lockdev Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb

[oe] [meta-oe][PATCH 25/29] openldap: add dependency on util-linux

2013-07-24 Thread Martin Jansa
* openldap-slapd was sometime depending on util-linux-libuuid add dependency to explicitly enable it Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/openldap/openldap_2.4.23.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-oe][PATCH 17/29] libav: add PACKAGECONFIG for bzip2 and jack

2013-07-24 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-multimedia/libav/libav.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-multimedia/libav/libav.inc b/meta-oe/recipes-multimedia/libav/libav.inc index a2fbe6c..0155b4b 100644 ---

[oe] [meta-oe][PATCH 27/29] smbnetfs: add packageconfig for gnome-keyring

2013-07-24 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb b/meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb index 3bb1c6d..2141137

[oe] [meta-oe][PATCH 28/29] ruby: add dependency on db gdbm readline

2013-07-24 Thread Martin Jansa
* to prevent using bunded versions Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-ruby/recipes-devtools/ruby/ruby.inc | 4 ++-- meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git

[oe] [meta-oe][PATCH 29/29] cifs-utils: inherit pkgconfig

2013-07-24 Thread Martin Jansa
* it fails in do_configure without it configure.ac:99: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:140: error: possibly undefined macro: AC_MSG_WARN autoreconf:

[oe] [meta-oe][PATCH 26/29] samba: add packageconfig for fam

2013-07-24 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/samba/samba.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc index df8ed68..7391bbf 100644 ---

[oe] [meta-oe][meta-efl][PATCH] e-base: add module.so to PRIVATE_LIBS

2013-07-24 Thread Martin Jansa
* efl and e17 modules are installed in different directories and nothing is going to link with them - no need to register them in shlibs providers * see https://bugzilla.yoctoproject.org/show_bug.cgi?id=4628 for more details about why this WARNING about multiple shlib providers was added

[oe] test-dependencies.sh results from big world build

2013-07-24 Thread Martin Jansa
My biggest build with 20+ layers included finally finished today (after many days because there was hw issue on server where it was running, so it was slower then it should be). The results are a bit messy because: 1) It had only some fixes from my last autodetected dependencies patchsets for

Re: [oe] [meta-networking] Update to standalone tree

2013-07-24 Thread Joe MacDonald
[Re: [oe] [meta-networking] Update to standalone tree] On 13.07.23 (Tue 14:53) Khem Raj wrote: On Jul 23, 2013, at 10:51 AM, Joe MacDonald joe.macdon...@windriver.com wrote: If you are only using meta-networking from meta-openembedded, you need read no further. This is only

Re: [oe] [meta-networking] Update to standalone tree

2013-07-24 Thread Joe MacDonald
[Re: [oe] [meta-networking] Update to standalone tree] On 13.07.23 (Tue 22:24) Martin Jansa wrote: On Tue, Jul 23, 2013 at 01:51:59PM -0400, Joe MacDonald wrote: If you are only using meta-networking from meta-openembedded, you need read no further. This is only for people using

Re: [oe] [OE-core] test-dependencies.sh results from big world build

2013-07-24 Thread Chris Larson
On Wed, Jul 24, 2013 at 9:50 AM, Martin Jansa martin.ja...@gmail.comwrote: My biggest build with 20+ layers included finally finished today (after many days because there was hw issue on server where it was running, so it was slower then it should be). The results are a bit messy because:

[oe] [meta-qt5][dylan][PATCH] qtbase.inc: Fix qtbase-tools runtime depencency on perl

2013-07-24 Thread Christian Gagneraud
While building a custom rootfs using poky, meta-oe, meta-ti and meta-qt5 (all on Dylan branch), I got the following error: [...] | Computing transaction...error: Can't install qtbase-tools-5.0.2-r2.0@armv7a_vfp_neon: no package provides /usr/bin/perl [...] qtbase-tools seems to depends on perl

Re: [oe] [meta-qt5][dylan][PATCH] qtbase.inc: Fix qtbase-tools runtime depencency on perl

2013-07-24 Thread Martin Jansa
On Thu, Jul 25, 2013 at 09:31:47AM +1200, Christian Gagneraud wrote: While building a custom rootfs using poky, meta-oe, meta-ti and meta-qt5 (all on Dylan branch), I got the following error: [...] | Computing transaction...error: Can't install qtbase-tools-5.0.2-r2.0@armv7a_vfp_neon: no

Re: [oe] [meta-qt5][dylan][PATCH] qtbase.inc: Fix qtbase-tools runtime depencency on perl

2013-07-24 Thread Christian Gagneraud
On 25/07/13 09:55, Martin Jansa wrote: On Thu, Jul 25, 2013 at 09:31:47AM +1200, Christian Gagneraud wrote: While building a custom rootfs using poky, meta-oe, meta-ti and meta-qt5 (all on Dylan branch), I got the following error: [...] | Computing transaction...error: Can't install

[oe] [meta-oe][PATCH] qwt: install Qt Designer plugins to correct directory

2013-07-24 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta-oe/recipes-qt/qwt/qwt.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-qt/qwt/qwt.inc b/meta-oe/recipes-qt/qwt/qwt.inc index d9d47f0..60f73a6 100644 --- a/meta-oe/recipes-qt/qwt/qwt.inc +++