Re: [oe] [meta-oe][dylan][PATCH 00/12] README and llvm2.9 changes for dylan

2013-04-30 Thread Eric Bénard
Hi Martin, Le Tue, 30 Apr 2013 18:32:50 +0200, Martin Jansa a écrit : > Some changes from master I would like to get in dylan > > The following changes since commit 8a350e3b4d3431f68d440f9d6ec079fdd1366617: > > update README to dylan (2013-04-23 18:52:43 +0200) > > are available in the git

Re: [oe] [meta-gnome] gvfs build error

2013-04-30 Thread Andreas Müller
On Tue, Apr 30, 2013 at 6:49 PM, Otavio Salvador wrote: > On Tue, Apr 30, 2013 at 12:33 PM, Andreas Müller > wrote: >> On Tue, Apr 30, 2013 at 5:22 PM, Otavio Salvador >> wrote: >>> On Tue, Apr 30, 2013 at 11:58 AM, Burton, Ross >>> wrote: On 30 April 2013 15:42, Otavio Salvador wrote: >

Re: [oe] [meta-gnome] gvfs build error

2013-04-30 Thread Otavio Salvador
On Tue, Apr 30, 2013 at 12:33 PM, Andreas Müller wrote: > On Tue, Apr 30, 2013 at 5:22 PM, Otavio Salvador > wrote: >> On Tue, Apr 30, 2013 at 11:58 AM, Burton, Ross wrote: >>> On 30 April 2013 15:42, Otavio Salvador wrote: Hello, Did someone see: | metatree.c:71:1: err

[oe] [meta-oe][dylan][PATCH 11/12] meta-multimedia/README: add dependency on meta-ruby

2013-04-30 Thread Martin Jansa
* mkvtoolnix depends on ruby-native Signed-off-by: Martin Jansa --- meta-multimedia/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-multimedia/README b/meta-multimedia/README index d82ceab..b241577 100644 --- a/meta-multimedia/README +++ b/meta-multimedia/README

[oe] [meta-oe][dylan][PATCH 12/12] README: show github mirror URL in layer dependencies

2013-04-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-efl/README| 4 ++-- meta-gnome/README | 4 ++-- meta-gpe/README| 4 ++-- meta-initramfs/README | 2 +- meta-multimedia/README | 4 ++-- meta-networking/README | 2 +- meta-oe/README | 2 +- meta-ruby/README | 4 ++-- meta-sy

[oe] [meta-oe][dylan][PATCH 10/12] toolchain-layer, meta-networking: README: add dylan to subject-prefix and update branch in depends

2013-04-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-networking/MAINTAINERS | 2 +- toolchain-layer/README | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-networking/MAINTAINERS b/meta-networking/MAINTAINERS index 953e603..c076c79 100644 --- a/meta-networking/MAINTAINERS +++ b/

[oe] [meta-oe][dylan][PATCH 09/12] README: add -M to git send-email example

2013-04-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-efl/README | 3 ++- meta-gnome/README | 3 ++- meta-gpe/README | 3 ++- meta-initramfs/README | 3 ++- meta-multimedia/README | 3 ++- meta-networking/MAINTAINERS | 2 +- meta-oe/README | 3 ++- meta-ru

[oe] [meta-oe][dylan][PATCH 08/12] meta-ruby: Fix subject-prefix

2013-04-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-ruby/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ruby/README b/meta-ruby/README index 4f39aba..9ef9986 100644 --- a/meta-ruby/README +++ b/meta-ruby/README @@ -8,8 +8,8 @@ URI: git://git.openembedded.org/meta-openembedde

[oe] [meta-oe][dylan][PATCH 07/12] meta-gnome: add README file

2013-04-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-gnome/README | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-gnome/README diff --git a/meta-gnome/README b/meta-gnome/README new file mode 100644 index 000..d7b9e7f --- /dev/null +++ b/meta-gnome/README @@ -0,0 +1,15 @@ +Th

[oe] [meta-oe][dylan][PATCH 06/12] e-wm-0.17.2.1: Update checksums, tarball was repackaged upstream :/

2013-04-30 Thread Martin Jansa
Files enlightenment-0.17.2.1/ChangeLog and enlightenment-0.17.2.1-new/ChangeLog differ Files enlightenment-0.17.2.1/NEWS and enlightenment-0.17.2.1-new/NEWS differ Files enlightenment-0.17.2.1/po/ca.gmo and enlightenment-0.17.2.1-new/po/ca.gmo differ Files enlightenment-0.17.2.1/po/ca.po and enli

[oe] [meta-oe][dylan][PATCH 05/12] llvm2.9: add LLVM_EXTRA_ARCH to enable X86 unless building for x86

2013-04-30 Thread Martin Jansa
* now I see why it was there before, at least on arm it fails with: | CMake Error at cmake/modules/LLVMConfig.cmake:127 (message): | Library `X86' not found in list of llvm libraries. Signed-off-by: Martin Jansa --- meta-oe/recipes-core/llvm/llvm2.9_2.9.bb | 6 +- 1 file changed, 5 ins

[oe] [meta-oe][dylan][PATCH 04/12] llvm2.9: remove X86 from LLVM_TARGETS_TO_BUILD

2013-04-30 Thread Martin Jansa
* when building for qemux86* it tries to build X86 twice and fails with: | CMake Error at lib/Target/CMakeLists.txt:24 (add_subdirectory): | The binary directory | | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/llvm2.9/2.9-r2.0/llvm-2.9/build/lib/Target

[oe] [meta-oe][dylan][PATCH 03/12] llvm2.9: try to fix thumb build and disable it after failure

2013-04-30 Thread Martin Jansa
* khem: could you check what I'm doing wrong? This is out of my league.. Signed-off-by: Martin Jansa --- .../recipes-core/llvm/llvm2.9/0019-issue6065.patch | 35 ++ meta-oe/recipes-core/llvm/llvm2.9_2.9.bb | 9 ++ 2 files changed, 44 insertions(+) create mode

[oe] [meta-oe][dylan][PATCH 01/12] llvm2.9: Import from meta-java

2013-04-30 Thread Martin Jansa
* llvm is generic enough to be useful outside meta-java e.g. we need it to enable llvmpipe galium driver in mesa * imported without any modification (except indentation), all credits go to Henning Heinold and Khem Raj for maintaining it in meta-java Signed-off-by: Martin Jansa --- .../llv

[oe] [meta-oe][dylan][PATCH 02/12] llvm2.9: fix build with gcc-4.7

2013-04-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-core/llvm/llvm2.9/0035-gcc-4.7.patch | 16 meta-oe/recipes-core/llvm/llvm2.9_2.9.bb | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 meta-oe/recipes-core/llvm/llvm2.9/0035-gcc-4.7.patch diff --git a/meta-o

[oe] [meta-oe][dylan][PATCH 00/12] README and llvm2.9 changes for dylan

2013-04-30 Thread Martin Jansa
Some changes from master I would like to get in dylan The following changes since commit 8a350e3b4d3431f68d440f9d6ec079fdd1366617: update README to dylan (2013-04-23 18:52:43 +0200) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib jansa/for-dylan

Re: [oe] [meta-gnome] gvfs build error

2013-04-30 Thread Andreas Müller
On Tue, Apr 30, 2013 at 5:22 PM, Otavio Salvador wrote: > On Tue, Apr 30, 2013 at 11:58 AM, Burton, Ross wrote: >> On 30 April 2013 15:42, Otavio Salvador wrote: >>> Hello, >>> >>> Did someone see: >>> >>> | metatree.c:71:1: error: unknown type name 'GStaticRWLock' >>> | metatree.c:71:38: error:

Re: [oe] [meta-gnome] gvfs build error

2013-04-30 Thread Otavio Salvador
On Tue, Apr 30, 2013 at 11:58 AM, Burton, Ross wrote: > On 30 April 2013 15:42, Otavio Salvador wrote: >> Hello, >> >> Did someone see: >> >> | metatree.c:71:1: error: unknown type name 'GStaticRWLock' >> | metatree.c:71:38: error: 'G_STATIC_RW_LOCK_INIT' undeclared here >> (not in a function) >>

Re: [oe] [meta-gnome] gvfs build error

2013-04-30 Thread Burton, Ross
On 30 April 2013 15:42, Otavio Salvador wrote: > Hello, > > Did someone see: > > | metatree.c:71:1: error: unknown type name 'GStaticRWLock' > | metatree.c:71:38: error: 'G_STATIC_RW_LOCK_INIT' undeclared here > (not in a function) > | metatree.c: In function 'meta_tree_ref': Those APIs are depre

[oe] [meta-gnome] gvfs build error

2013-04-30 Thread Otavio Salvador
Hello, Did someone see: | metatree.c:71:1: error: unknown type name 'GStaticRWLock' | metatree.c:71:38: error: 'G_STATIC_RW_LOCK_INIT' undeclared here (not in a function) | metatree.c: In function 'meta_tree_ref': ? -- Otavio Salvador O.S. Systems E-mail: ota...@ossy

[oe] [meta-oe][PATCH] python-dateutil: update to 1.5

2013-04-30 Thread Lukas Bulwahn
From: Lukas Bulwahn This commit updates python-dateutil to the latest version 1.5 and resets PR. Signed-off-by: Lukas Bulwahn --- ...on-dateutil_1.4.1.bb => python-dateutil_1.5.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/python/{python-da

[oe] [meta-oe][PATCH] python-dateutil: update to 1.5

2013-04-30 Thread Lukas Bulwahn
From: Lukas Bulwahn This commit updates python-dateutil to the latest version 1.5 and resets PR. Signed-off-by: Lukas Bulwahn --- ...on-dateutil_1.4.1.bb => python-dateutil_1.5.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/python/{python-da

Re: [oe] [OE-core] udev-extraconf conflicts

2013-04-30 Thread Burton, Ross
On 30 April 2013 10:11, Koen Kooi wrote: > Indeed, it's fun to see the flurry of patches trying to fix things up for > 'xuser'. I'm fond of the saying "If you find yourself in a hole, stop > digging". Agreed, anything that involves *more* knowledge of xuser beyond the X startup script is Very B

Re: [oe] [OE-core] udev-extraconf conflicts

2013-04-30 Thread Koen Kooi
Op 29 apr. 2013, om 23:03 heeft Andreas Müller het volgende geschreven: > Hi, > > is it really necessary to add udev-extraconf to systemd RRECOMMENDs? Most certainly not! > For me automount.rules turn gvfs/gio (auto)mount to unusable state. > I bet there are others (see autonet.rules) failin

[oe] [meta-oe] sip-native: fix SRC_URI

2013-04-30 Thread Eric Bénard
Signed-off-by: Eric Bénard --- meta-oe/recipes-extended/sip/sip-native_4.13.3.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/sip/sip-native_4.13.3.bb b/meta-oe/recipes-extended/sip/sip-native_4.13.3.bb index c20683f..c7be0b4 100644 --- a/meta-o

[oe] [meta-systemd] dhcp: do not start dhclient by default on boot

2013-04-30 Thread Andreas Müller
* most of the time start fails: | root@overo:~# systemctl status dhclient.service | dhclient.service - Dynamic Host Configuration Protocol (DHCP) | Loaded: loaded (/lib/systemd/system/dhclient.service; enabled) | Active: failed (Result: resources) since Thu 2000-01-06 22:07: