[oe] [meta-networking][PATCH] ifplugd: Added ifplugd recipe.

2014-05-07 Thread Søren Holm
Signed-off-by: Søren Holm s...@sgh.dk --- .../ifplugd/files/ifplugd.conf | 42 ++ .../recipes-connectivity/ifplugd/ifplugd_0.28.bb | 23 2 files changed, 65 insertions(+) create mode 100644 meta-networking/recipes-connectivity/ifplugd/files

Re: [oe] [meta-networking][PATCH] ifplugd: Added ifplugd recipe.

2014-05-07 Thread Søren Holm
:17 Søren Holm wrote: Signed-off-by: Søren Holm s...@sgh.dk --- .../ifplugd/files/ifplugd.conf | 42 ++ .../recipes-connectivity/ifplugd/ifplugd_0.28.bb 23 2 files changed, 65 insertions(+) create mode 100644

Re: [oe] [meta-qt5][PATCH] qtbase: Add libxi to depends.

2014-04-23 Thread Søren Holm
Hi MArtin This fix is not in master yet. Is it lost between two chairs ? Onsdag den 19. marts 2014 18:40:24 skrev Martin Jansa: On Wed, Mar 19, 2014 at 06:02:57PM +0100, Søren Holm wrote: yes problably. I did not investigate the whole structure that thorough apparently. Could

[oe] Fwd: [PATCH] wvstreams: Set optimization to -O0 to avoid breaking stack protection.

2014-04-10 Thread Søren Holm
A description of the bug is here : See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674006 --- meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-

Re: [oe] [meta-qt5][PATCH] qtbase: Add libxi to depends.

2014-03-19 Thread Søren Holm
I'd like this to go into dora if possible -- Søren Holm -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-qt5][PATCH] qtbase: Add libxi to depends.

2014-03-19 Thread Søren Holm
Not having so gives errors like this when configuring qtbase XInput2 auto-detection... () compiling /home/teamcitybuildagent/work/33644ecacd0fdba5/build/tmp/work/i586-poky-linux/qtbase/5.1.1-r0/qtbase-opensource-src-5.1.1/config.tests/x11/xinput2/xinput2.cpp

Re: [oe] [meta-qt5][PATCH] qtbase: Add libxi to depends.

2014-03-19 Thread Søren Holm
I'd like this to go into dora if possible. Sorry for the double posts :) -- Søren Holm -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-qt5][PATCH] qtbase: Add libxi to depends.

2014-03-19 Thread Søren Holm
for X11 right ? -DEPENDS += qtbase-native +DEPENDS += \ +qtbase-native \ +${@base_contains('DISTRO_FEATURES', 'x11', 'libxi', '', d)} \ + /Jacob I think it belongs to PACKAGECONFIG[xinput2] = -xinput2,-no-xinput2,libxi -- Søren Holm

[oe] [meta-qt5][PATCH] qmake5_base: Add QT_DIR_NAME to Headers

2014-03-11 Thread Søren Holm
Without this we get Headers = /usr/include which is not meaningfull since is is searched by defaukt. What we realy want is /usr/local${QT_DIR_NAME} which is my default qt5 giving /usr/include/qt5. Signed-off-by: Søren Holm s...@sgh.dk --- classes/qmake5_base.bbclass | 2 +- 1 file changed, 1

Re: [oe] [meta-qt5][PATCH] qmake5_base: Add QT_DIR_NAME to Headers

2014-03-11 Thread Søren Holm
If it can be applied to master I'd like to have this applied to dora as well. -- Søren Holm -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-qt5][PATCH] qmake5_base: Add QT_DIR_NAME to Headers

2014-03-11 Thread Søren Holm
Oh!! That just excellent then. Can it be applied on to dora please? Tirsdag den 11. marts 2014 14:17:04 skrev Martin Jansa: On Tue, Mar 11, 2014 at 01:54:57PM +0100, Søren Holm wrote: Without this we get Headers = /usr/include which is not meaningfull since is is searched by defaukt. What

Re: [oe] Regarding layers and their versioning.

2013-10-21 Thread Søren Holm
Thanks for your replies. It was very reassuring that I'm not doing the wrong thing. -- Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] Regarding layers and their versioning.

2013-10-20 Thread Søren Holm
are ment to match together? does master og meta-oe match master of meta-core or do they have simmilar tags/branches. Thanks in advance. -- Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org

Re: [oe] xf86-video-intel compilation failure

2013-06-11 Thread Søren Holm
/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video- intel-2.21.6' | make: *** [all] Error 2 | ERROR: oe_runmake failed -- Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

[oe] xf86-video-intel compilation failure

2013-06-10 Thread Søren Holm
/openembedded/build/tmp- eglibc/work/prescott-oe-linux/xf86-video-intel/2_2.21.6-r0/xf86-video- intel-2.21.6' | make: *** [all] Error 2 | ERROR: oe_runmake failed -- Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

[oe] In which layer is xerces-c

2012-07-30 Thread Søren Holm
is located? -- Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] perl-native fails on Ubuntu 11.04

2011-05-17 Thread Søren Holm
-multilib-patch-for-ubuntu-11.04.patch running and it works great. Why do we not apply that? -- Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded

Re: [oe] [PATCH 2/3] acpid: Make 1.0.10 compile.

2011-05-17 Thread Søren Holm
Tirsdag den 17. maj 2011 12:41:26 skrev Paul Menzel: Søren, please update the state of your patch in the patch queue [3]. I marked my patches as superseeded. Christians patch here : http://patches.openembedded.org/patch/4023 it more clean in regards to indentation. -- Søren Holm

Re: [oe] acpid-1.0.10-r5.1 fails compilation

2011-05-16 Thread Søren Holm
it because a successfull compilation is not a guarantee that it behaves correctly. Thanks, I'll post the change. -- Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo

[oe] [PATCH] acpid: Make 1.0.10 compile.

2011-05-16 Thread Søren Holm
Patch is tested on i686. Compilation failed with the following error : ERROR: Logfile of failure stored in: /home/sgh/oe-new-oe/build-vmc16/tmp/work/i686-angstrom-linux/acpid-1.0.10-r5.1/temp/log.do_compile.14235 Log data follows: | ERROR: Function 'do_compile' failed (see

[oe] [PATCH 2/3] acpid: Make 1.0.10 compile.

2011-05-16 Thread Søren Holm
Patch is tested on i686. Compilation failed with the following error : | i686-angstrom-linux-gcc -march=pentiumpro --sysroot=/home/sgh/oe-new-oe/build-vmc16/tmp/sysroots/i686-angstrom-linux -W -Wall -Werror -Wundef -Wshadow -D_GNU_SOURCE -O2 -g -DVERSION=\1.0.10\ -c -o sock.o sock.c | cc1:

[oe] [PATCH 3/3] angstrom: Prefer Qt 4.7.3

2011-05-16 Thread Søren Holm
recipe for Qt 4.7.2 got delete, so prefer 4.7.3 instead. Signed-off-by: Søren Holm s...@sgh.dk --- .../include/angstrom-2010-preferred-versions.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro

[oe] qt-x11-free_7.7.2 fail configure missing qmake

2011-05-13 Thread Søren Holm
/org.openembedded.dev/recipes/qt4/qt4-x11-free_4.7.2.bb' failed -- Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] qt-x11-free_7.7.2 fail configure missing qmake

2011-05-13 Thread Søren Holm
Angstrom, i686 Have you tried compiling qt4-x11-free? I can send you a buildlog if you'd like. Fredag den 13. maj 2011 15:19:33 skrev Simon Busch: On 13.05.2011 12:10, Søren Holm wrote: Hi Commit 5a6efd58cdc85d08ab9e106c84bbac5110b5aecd makes qt4 fail during compilation

Re: [oe] qt-x11-free_7.7.2 fail configure missing qmake

2011-05-13 Thread Søren Holm
I'll test with a clean bui too adn report back. Fredag den 13. maj 2011 21:35:56 skrev Eric Bénard: problem reproduced with a clean tmp. this patch restore a part that 5a6efd58cdc85d08ab9e106c84bbac5110b5aecd removed in do_install which seems to be the root of the problem. I'm testing and

[oe] acpid-1.0.10-r5.1 fails compilation

2011-05-10 Thread Søren Holm
: *** Waiting for unfinished jobs | + die 'oe_runmake failed' | + oefatal 'oe_runmake failed' | + echo FATAL: 'oe_runmake failed' | FATAL: oe_runmake failed | + exit 1 NOTE: package acpid-1.0.10-r5.1: task do_compile: Failed -- Søren Holm

[oe] perl-native fails on Ubuntu 11.04

2011-05-05 Thread Søren Holm
Please apply this patch to make perl-native build on Ubuntu 11.04 https://gist.github.com/raw/925006/4217f358fb00b5b7f1dfbd1ce5f4afa4f64b0bb0/0001-perl-native-multilib-patch-for-ubuntu-11.04.patch - Søren Holm ___ Openembedded-devel mailing list

Re: [oe] [PATCH] wvstreams: Cleaned up recipe.

2011-04-26 Thread Søren Holm
I forgot Signed-off-by: Søren Holm s...@sgh.dk Mandag 25 april 2011 21:34:48 skrev Søren Holm: * Corrected license. * Added dbus support. * Made PAM-support conditional. --- recipes/wvstreams/wvstreams_4.6.1.bb | 21 +++-- 1 files changed, 7 insertions(+), 14 deletions

Re: [oe] [PATCH] wvstreams: Cleaned up recipe.

2011-04-26 Thread Søren Holm
the recipe? I am adding him to CC. No. -- Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] [PATCH] wvstreams: Added recipe for wxstreams 4.6.1.

2011-04-25 Thread Søren Holm
Signed-off-by: Søren Holm s...@sgh.dk --- recipes/wvstreams/wvstreams_4.6.1.bb | 44 ++ 1 files changed, 44 insertions(+), 0 deletions(-) create mode 100644 recipes/wvstreams/wvstreams_4.6.1.bb diff --git a/recipes/wvstreams/wvstreams_4.6.1.bb b/recipes

[oe] [PATCH] wvstreams: Added recipe for wxstreams 4.6.1.

2011-04-25 Thread Søren Holm
Signed-off-by: Søren Holm s...@sgh.dk --- recipes/wvstreams/wvstreams_4.6.1.bb | 44 ++ 1 files changed, 44 insertions(+), 0 deletions(-) create mode 100644 recipes/wvstreams/wvstreams_4.6.1.bb diff --git a/recipes/wvstreams/wvstreams_4.6.1.bb b/recipes

Re: [oe] [PATCH] wvstreams: Added recipe for wxstreams 4.6.1.

2011-04-25 Thread Søren Holm
I will edit the recipe a bit. It is just a copy of the 4.6.0 recipe. Mandag den 25. april 2011 12:04:54 skrev Koen Kooi: On 25-04-11 11:57, Søren Holm wrote: +LICENSE = LGPL That needs a version number, e.g. LGPLv2.1 +DEPENDS = zlib openssl (= 0.9.8) There's no 0.9.8 in the tree

[oe] python-scons-native fails building

2011-04-25 Thread Søren Holm
-native works fine. So it boils down to ## python-scons-native does not build $ rm -rf tmp $ bitbake python-scons-native ## python-scons-native builds fine $ rm -rf tmp $ bitbake python-native $ bitbake python-scons-native Any hints on what might be wrong. -- Søren Holm

Re: [oe] [PATCH] python-scons_1.3.0: add `python-native` to `DEPENDS_virtclass-native`

2011-04-25 Thread Søren Holm
Signed-off-by: Søren Holm s...@sgh.dk Works like a charm. What does DEPENDS_virtclass do ? Mandag den 25. april 2011 17:26:00 skrev Paul Menzel: Date: Mon, 25 Apr 2011 17:18:07 +0200 A clean build fails with the following error [1]. ERROR: Function 'do_compile' failed (see /home/sgh/oe

[oe] [PATCH] wvstreams: Cleaned up recipe.

2011-04-25 Thread Søren Holm
* Corrected license. * Added dbus support. * Made PAM-support conditional. --- recipes/wvstreams/wvstreams_4.6.1.bb | 21 +++-- 1 files changed, 7 insertions(+), 14 deletions(-) diff --git a/recipes/wvstreams/wvstreams_4.6.1.bb b/recipes/wvstreams/wvstreams_4.6.1.bb index

Re: [oe] [PATCH] wvstreams: Added recipe for wxstreams 4.6.1.

2011-04-25 Thread Søren Holm
Is there a document describing the workflow around patchwork? I'm a bit lost as to how it is supposed to work. Mandag den 25. april 2011 16:55:29 skrev Paul Menzel: Am Montag, den 25.04.2011, 12:29 +0200 schrieb Søren Holm: I will edit the recipe a bit. It is just a copy of the 4.6.0 recipe

Re: [oe] Please pull 'wvstreams-fixes' of http://sgh.dk/~sgh/oe.git

2011-04-23 Thread Søren Holm
Onsdag den 20. april 2011 15:38:12 skrev Paul Menzel: thank you. That worked. Will my change be merged in sometime soon. It is a rather simple change I think. -- Søren Holm ___ Openembedded-devel mailing list Openembedded-devel

Re: [oe] [PATCH] wvstreams: add patch to add missing header includes

2011-04-23 Thread Søren Holm
. The emaileaddress mixup won't happen again. -- Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH] wvstreams: add patch to add missing header includes

2011-04-23 Thread Søren Holm
Lørdag den 23. april 2011 13:46:02 skrev Paul Menzel: Am Samstag, den 23.04.2011, 13:08 +0200 schrieb Søren Holm: Fredag den 22. april 2011 21:51:07 skrev Paul Menzel: 1. Søren, please add your Signed-off-by line in front of mine. This is a demanded by the commit policy [1]. I kind

[oe] Please pull 'to-upstream' of http://sgh.dk/~sgh/oe.git

2011-04-20 Thread Søren Holm
commit 59c811aaebd84424451058f019aaa32c257e4fc1 Author: Søren Holm soeren.h...@mikrofyn.com Date: Wed Apr 20 09:48:43 2011 +0200 wvstreams: Added patch to fix compilation. .../files/0001-Fixed-missing-header-includes.patch | 37 recipes/wvstreams/wvstreams_4.6.bb

Re: [oe] Please pull 'wvstreams-fixes' of http://sgh.dk/~sgh/oe.git

2011-04-20 Thread Søren Holm
opinion. Am Mittwoch, den 20.04.2011, 10:07 +0200 schrieb Søren Holm: commit 59c811aaebd84424451058f019aaa32c257e4fc1 Author: Søren Holm soeren.h...@mikrofyn.com Date: Wed Apr 20 09:48:43 2011 +0200 wvstreams: Added patch to fix compilation. Please add an excerpt from the error

Re: [oe] Please pull 'wvstreams-fixes' of http://sgh.dk/~sgh/oe.git

2011-04-20 Thread Søren Holm
Hi Paul Please use this url instead. Somehow http export is not working. git://github.com/sgh/oe.git Onsdag 20 april 2011 12:45:45 skrev Paul Menzel: Am Mittwoch, den 20.04.2011, 12:19 +0200 schrieb Søren Holm: The server should be responding now. I am now getting the following error

[oe] Image creation while 1 package versions build

2010-06-22 Thread Søren Holm
in the image is to delete the generate myapp-2.0.ipk in tmp/deploy/ I'm using an OE snapshot from around january, so this issue might be fixed. -- Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

Re: [oe] [PATCH] Make perl-native_* depend on make-native.

2010-01-19 Thread Søren Holm
this. Apparently make-native is not in the dependency tree of perl-native. Therefore the compilation fails. Sorry. I did not notice perl.inc -- Mvh./ Best regards Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

Re: [oe] [PATCH] Make perl-native_* depend on make-native.

2010-01-19 Thread Søren Holm
-rf tmp solved it for me. Apparently stuff breaks quite easy when debugging recipes. Sorry for the inconvinience, and thanks for the effort from all of you. /Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

Re: [oe] Mesa packages and TLS

2010-01-17 Thread Søren Holm
Mandag 18 januar 2010 00:02:58 skrev Michael Smith: What MACHINE and DISTRO are you using? Which glibc version? Mike i686 angstrom.2008.1 glibc must be 2.9 since I have not enforced anythin else. /Søren ___ Openembedded-devel mailing list

Re: [oe] [PATCH] Unset DEFAULT_PREFERENCE for mesa-dri-7.2 and mesa-dri-7.4

2009-12-08 Thread Søren Holm
not be the best change then. My apologizes. /Søren Holm ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] [PATCH] Unset DEFAULT_PREFERENCE for mesa-dri-7.2 and mesa-dri-7.4

2009-12-07 Thread Søren Holm
--- recipes/mesa/mesa-dri_7.2.bb |2 +- recipes/mesa/mesa-dri_7.4.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/mesa/mesa-dri_7.2.bb b/recipes/mesa/mesa-dri_7.2.bb index 9356843..3030395 100644 --- a/recipes/mesa/mesa-dri_7.2.bb +++

[oe] [PATCH] Unset DEFAUL_PREFERENCE for mesa-dri-7.2 and mesa-dri-7.4

2009-12-07 Thread Søren Holm
--- recipes/mesa/mesa-dri_7.2.bb |2 +- recipes/mesa/mesa-dri_7.4.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/mesa/mesa-dri_7.2.bb b/recipes/mesa/mesa-dri_7.2.bb index 9356843..3030395 100644 --- a/recipes/mesa/mesa-dri_7.2.bb +++

[oe] [PATCH] Unset DEFAULT_PREFERENCE for mesa-dri-7.2 and mesa-dri-7.4

2009-12-07 Thread Søren Holm
--- recipes/mesa/mesa-dri_7.2.bb |2 +- recipes/mesa/mesa-dri_7.4.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/mesa/mesa-dri_7.2.bb b/recipes/mesa/mesa-dri_7.2.bb index 9356843..3030395 100644 --- a/recipes/mesa/mesa-dri_7.2.bb +++

[oe] gcc-cross build failure

2009-11-24 Thread Søren Holm
/gcc- cross_4.3.3.bb, do_compile) failed NOTE: Tasks Summary: Attempted 648 tasks of which 648 didn't need to be rerun and 1 failed. ERROR: '/home/sgh/svn/OpenEmbedded/openembedded/recipes/gcc/gcc- cross_4.3.3.bb' failed -- Mvh./ Best regards Søren Holm

[oe] [PATCH] Update insane.bbclass following siteinfo.bbclass changes for linux - linux-gnu

2009-10-07 Thread Søren Holm
--- classes/insane.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/classes/insane.bbclass b/classes/insane.bbclass index c41b84a..cb656f8 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -34,7 +34,7 @@ def package_qa_get_machine_dict():