Re: [oe] [meta-oe][PATCH] ntfs-3g-ntfsprogs does not rdepend on util-linux-mount

2013-09-24 Thread Hongxu Jia
On 09/25/2013 02:01 PM, Mike Looijmans wrote: On 09/22/2013 03:28 AM, Hongxu Jia wrote: On 09/20/2013 04:21 PM, Mike Looijmans wrote: On 09/19/2013 07:29 AM, Mike Looijmans wrote: On 09/18/2013 11:13 AM, Hongxu Jia wrote: Hi Mike, The reason why add util-linux-mount to RDEPENDS is the mount

Re: [oe] [meta-oe][PATCH] ntfs-3g-ntfsprogs does not rdepend on util-linux-mount

2013-09-24 Thread Mike Looijmans
On 09/22/2013 03:28 AM, Hongxu Jia wrote: On 09/20/2013 04:21 PM, Mike Looijmans wrote: On 09/19/2013 07:29 AM, Mike Looijmans wrote: On 09/18/2013 11:13 AM, Hongxu Jia wrote: Hi Mike, The reason why add util-linux-mount to RDEPENDS is the mount in busybox doesn't support 'syntax of externa

[oe] [meta-webserver][PATCH 1/1] apache2: fix error messages when restart apache service

2013-09-24 Thread Hongxu Jia
There are error messages when restart apache service: Observed Behavior == root@qemu0:/etc/php# apachectl restart AH00557: httpd: apr_sockaddr_info_get() failed for qemu0 AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Se

[oe] [meta-webserver][PATCH 0/1] apache2: fix error messages when restart apache service

2013-09-24 Thread Hongxu Jia
The following changes since commit 7e0bdfc5ecf7c551416e2a193c9220347d8fe03f: lowpan-tools: add git version (2013-09-24 09:04:55 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-apache2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongx

[oe] [PATCH] usb-modeswitch: upgrade to upstream version.

2013-09-24 Thread Yevhen Kyriukha
Upgrade usb-modeswitch to v2.0.1. Upgrade usb-modeswitch-data to v20130807. Two patches were removed because changes that they provide are already exist. Signed-off-by: Yevhen Kyriukha --- ...20121109.bb => usb-modeswitch-data_20130807.bb} | 4 +-- ...usbmodeswitch-leave-stripping-to-packager.

[oe] [meta-java][PATCH] java missign classes during compile

2013-09-24 Thread Amy Fong
>From 2182b6f32502ce3e614dafa0d1292ab728613211 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 24 Sep 2013 16:59:38 -0400 Subject: [PATCH] java missing classes during compile oe_makeclasspath uses an invalid test to see the package is native. (testing if the build arch and package arch are the

Re: [oe] [WIP][PATCH 39/66] v4l-utils: Add libx11 dependency

2013-09-24 Thread Otavio Salvador
On Thu, Aug 29, 2013 at 12:51 PM, Martin Jansa wrote: > * configure doesn't allow to explicitly disable it > > Signed-off-by: Martin Jansa ... > +DEPENDS = "jpeg virtual/libx11" ... This should be done depending on DISTRO_FEATURES setting. This broke non-X11 builds here :-( -- Otavio Salvador

[oe] [PATCH] GeoClue: Created recipe for GeoClue 2.0.0

2013-09-24 Thread Felipe F. Tonello
From: "Felipe F. Tonello" Geoclue is a D-Bus service that provides location information. The primary goal of the Geoclue project is to make creating location-aware applications as simple as possible, while the secondary goal is to ensure that no application can access location information without

Re: [oe] [meta-networking][PATCH] lowpan-tools: add git version

2013-09-24 Thread Joe MacDonald
Merged, thanks. -J. [[oe] [meta-networking][PATCH] lowpan-tools: add git version] On 13.09.24 (Tue 13:54) Paul Eggleton wrote: > The 0.3 release was a year ago and git HEAD contains fixes to make it > work with contiki, so build from git instead of backporting all of the > patches. > > Based o

Re: [oe] [meta-networking][PATCH 1/3] snort: add recipe

2013-09-24 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH 1/3] snort: add recipe] On 13.09.24 (Tue 18:16) Paul Eggleton wrote: > Hi Joe, > > On Monday 23 September 2013 14:22:02 Joe MacDonald wrote: > > [Re: [oe] [meta-networking][PATCH 1/3] snort: add recipe] On 13.09.23 (Mon > > 18:56) Paul Eggleton wrote: > > > > >

Re: [oe] [meta-networking][PATCH 1/3] snort: add recipe

2013-09-24 Thread Paul Eggleton
Hi Joe, On Monday 23 September 2013 14:22:02 Joe MacDonald wrote: > [Re: [oe] [meta-networking][PATCH 1/3] snort: add recipe] On 13.09.23 (Mon > 18:56) Paul Eggleton wrote: > > > > I'm a bit confused; is this recipe supposed to be going into > > meta-networking or meta-security? Because patches h

Re: [oe] [meta-oe][PATCH 2/2] opencv: adding libeigen dependency

2013-09-24 Thread Khem Raj
Lukas Thanks for patch. while you are at it. Can you convert this to be a PACKAGECONFIG as well ? On Sep 24, 2013, at 7:12 AM, Lukas Bulwahn wrote: > In the opencv's CMakeLists.txt under Optional 3rd party components, > the option "WITH_EIGEN" is by default ON. Hence, this commit adds > the

Re: [oe] Permission to use OpenEmbedded Logo on ROS wiki

2013-09-24 Thread Philip Balister
On 09/23/2013 05:43 AM, Lukas Bulwahn wrote: > Dear OpenEmbedded e.V. board of directors, > > On the ROS wiki [1], we describe an installation instruction [2] to > install the ROS (Robot Operating System) middleware on an OpenEmbedded > distribution. We refer to this page on the Installation Platf

Re: [oe] [meta-oe][PATCH 2/2] wvdial: add recipe for version 1.61

2013-09-24 Thread Otavio Salvador
On Tue, Sep 24, 2013 at 9:43 AM, Mario Domenech Goulart wrote: > Recipe based on OE classic's recipe for version 1.60, as of > ff0d06489db2e50353d72d24aada74c60bddb016. > > Summary of changes against OE classic's recipe: > > * Apply typo_pon.wvdial.1.patch patch from Debian's > http://patch-trac

Re: [oe] [meta-oe][PATCH 1/2] wvstreams: add recipe for version 4.6.1

2013-09-24 Thread Otavio Salvador
On Tue, Sep 24, 2013 at 9:43 AM, Mario Domenech Goulart wrote: > Recipe based on OE classic's recipe for version 4.4.1, as of > 0585ccfa49f71a81652c7f63885202e952ebd0e9. > > Summary of changes against OE classic's recipe: > > * Apply some Debian patches from > http://patch-tracker.debian.org/pac

Re: [oe] [meta-multimedia][PATCH] dleyna: switch to git clones instead of generated tarballs

2013-09-24 Thread Burton, Ross
On 24 September 2013 15:18, Martin Jansa wrote: > On Tue, Sep 24, 2013 at 02:51:39PM +0100, Burton, Ross wrote: >> On 19 September 2013 13:11, Martin Jansa wrote: >> > On Thu, Sep 12, 2013 at 04:31:53PM +0100, Ross Burton wrote: >> >> The tarballs used were the dynamically-generated tarballs from

Re: [oe] [meta-multimedia][PATCH] dleyna: switch to git clones instead of generated tarballs

2013-09-24 Thread Martin Jansa
On Tue, Sep 24, 2013 at 02:51:39PM +0100, Burton, Ross wrote: > On 19 September 2013 13:11, Martin Jansa wrote: > > On Thu, Sep 12, 2013 at 04:31:53PM +0100, Ross Burton wrote: > >> The tarballs used were the dynamically-generated tarballs from github, > >> which > >> recently have changed checks

Re: [oe] Permission to use OpenEmbedded Logo on ROS wiki

2013-09-24 Thread Marco
Il 23/09/2013 16:27, Philip Balister ha scritto: I do not see an issue here, but let me consult the other board members. Thanks! Philip Hi Philip, did you sent the request to the member list? -- Marco ___ Openembedded-devel mailing list Openembedd

[oe] [meta-oe][PATCH 1/2] libeigen: initial contribution required by opencv

2013-09-24 Thread Lukas Bulwahn
As opencv depends on libeigen, libeigen is added to the meta-oe layer. This commit is derived from the work [1] by Kartik Mohta. [1] https://github.com/kartikmohta/meta-km/tree/master/recipes-extended/eigen Signed-off-by: Lukas Bulwahn --- .../libeigen/libeigen/eigen-disable-tests.patch|

[oe] [meta-oe][PATCH 2/2] opencv: adding libeigen dependency

2013-09-24 Thread Lukas Bulwahn
In the opencv's CMakeLists.txt under Optional 3rd party components, the option "WITH_EIGEN" is by default ON. Hence, this commit adds the libeigen dependency to opencv. Signed-off-by: Lukas Bulwahn --- meta-oe/recipes-support/opencv/opencv_2.4.3.bb |2 +- 1 file changed, 1 insertion(+), 1 de

Re: [oe] [meta-multimedia][PATCH] dleyna: switch to git clones instead of generated tarballs

2013-09-24 Thread Burton, Ross
On 19 September 2013 13:11, Martin Jansa wrote: > On Thu, Sep 12, 2013 at 04:31:53PM +0100, Ross Burton wrote: >> The tarballs used were the dynamically-generated tarballs from github, which >> recently have changed checksum. Avoid this problem entirely by fetching from >> git, locked to the rele

[oe] [meta-oe][PATCH v3 2/3] utouch-frame: Add initial recipe

2013-09-24 Thread Samuel Stirtzel
used by utouch-mtview, a visual multitouch test application for X Signed-off-by: Samuel Stirtzel --- meta-oe/recipes-support/utouch/utouch-frame_git.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-support/utouch/utouch-frame_git.bb diff --git a/

[oe] [meta-oe][PATCH v3 1/3] utouch-evemu: Add initial recipe

2013-09-24 Thread Samuel Stirtzel
used by utouch-mtview, a visual multitouch test application for X Signed-off-by: Samuel Stirtzel --- meta-oe/recipes-support/utouch/utouch-evemu_git.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-oe/recipes-support/utouch/utouch-evemu_git.bb diff --git a/me

[oe] [meta-networking][PATCH] lowpan-tools: add git version

2013-09-24 Thread Paul Eggleton
The 0.3 release was a year ago and git HEAD contains fixes to make it work with contiki, so build from git instead of backporting all of the patches. Based on a patch by Koen Kooi Signed-off-by: Paul Eggleton --- .../lowpan-tools/lowpan-tools_git.bb | 25 ++ 1

Re: [oe] [meta-oe][PATCH v2 2/3] utouch-frame: Add initial recipe

2013-09-24 Thread Samuel Stirtzel
2013/9/23 Samuel Stirtzel : > used by utouch-mtview, a visual multitouch test application for X > > Signed-off-by: Samuel Stirtzel > --- > meta-oe/recipes-support/utouch/utouch-frame_git.bb | 17 + > 1 file changed, 17 insertions(+) > create mode 100644 meta-oe/recipes-support/

[oe] [meta-oe][PATCH 1/2] wvstreams: add recipe for version 4.6.1

2013-09-24 Thread Mario Domenech Goulart
Recipe based on OE classic's recipe for version 4.4.1, as of 0585ccfa49f71a81652c7f63885202e952ebd0e9. Summary of changes against OE classic's recipe: * Apply some Debian patches from http://patch-tracker.debian.org/package/wvstreams/4.6.1-6 * Minor adjustments for the current build system (ad

[oe] [meta-oe][PATCH 2/2] wvdial: add recipe for version 1.61

2013-09-24 Thread Mario Domenech Goulart
Recipe based on OE classic's recipe for version 1.60, as of ff0d06489db2e50353d72d24aada74c60bddb016. Summary of changes against OE classic's recipe: * Apply typo_pon.wvdial.1.patch patch from Debian's http://patch-tracker.debian.org/package/wvdial/1.61-4.1 * Fix Makefile in do_configure task

[oe] [meta-oe][PATCHv2 1/2] lm_sensors: reset RDEPENDS_${PN}-dev for lmsensors and lmsensors-config

2013-09-24 Thread Jack Mitchell
From: Jack Mitchell When building with dev-pkgs enabled I was hitting an error lmsensors not available. Resetting the RDEPENDS for the dev packages fixes this error as there is no lmsensors or lmsensors-config package defined. Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/lm_sensors

Re: [oe] [meta-oe][PATCH 1/2] lm_sensors: add ALLOW_EMPTY to lmsensors and lmsensors-config

2013-09-24 Thread Jack Mitchell
On 24/09/13 10:52, Burton, Ross wrote: > On 24 September 2013 10:35, Jack Mitchell wrote: >> When building with dev-pkgs enabled I was hitting an error lmsensors-dev >> not available. Adding ALLOW_EMPTY allowed the empty package to be created >> and therefore satisfy the dependancy. > > Your ALLO

[oe] [meta-oe][PATCHv2 2/2] lmsensors: split out cgi into seperate package

2013-09-24 Thread Jack Mitchell
From: Jack Mitchell Split the CGI files out of sensord package into there own package. This is in order to split out the lighttpd dependancy. Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb | 8 +++- meta-oe/recipes-support/lm_sensors/lmsensors_3

Re: [oe] [meta-oe][PATCH 1/2] lm_sensors: add ALLOW_EMPTY to lmsensors and lmsensors-config

2013-09-24 Thread Jack Mitchell
On 24/09/13 10:52, Burton, Ross wrote: > On 24 September 2013 10:35, Jack Mitchell wrote: >> When building with dev-pkgs enabled I was hitting an error lmsensors-dev >> not available. Adding ALLOW_EMPTY allowed the empty package to be created >> and therefore satisfy the dependancy. > > Your ALLO

Re: [oe] [meta-oe][PATCH 1/2] lm_sensors: add ALLOW_EMPTY to lmsensors and lmsensors-config

2013-09-24 Thread Burton, Ross
On 24 September 2013 10:35, Jack Mitchell wrote: > When building with dev-pkgs enabled I was hitting an error lmsensors-dev > not available. Adding ALLOW_EMPTY allowed the empty package to be created > and therefore satisfy the dependancy. Your ALLOW_EMPTY statements only apply to lmsensors and l

[oe] [meta-oe][PATCH 1/2] lm_sensors: add ALLOW_EMPTY to lmsensors and lmsensors-config

2013-09-24 Thread Jack Mitchell
From: Jack Mitchell When building with dev-pkgs enabled I was hitting an error lmsensors-dev not available. Adding ALLOW_EMPTY allowed the empty package to be created and therefore satisfy the dependancy. Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.

[oe] [meta-oe][PATCH 2/2] lmsensors: split out cgi into seperate package

2013-09-24 Thread Jack Mitchell
From: Jack Mitchell Split the CGI files out of sensord package into there own package. This is in order to split out the lighttpd dependancy. Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb | 8 +++- meta-oe/recipes-support/lm_sensors/lmsensors_3

[oe] [meta-oe][PATCH v2] tipcutils: add recipe

2013-09-24 Thread b28495
From: Ting Liu The Transparent Inter-Process Communication protocol allows applications in a clustered computer environment to communicate quickly and reliably with other applications, regardless of their location within the cluster. demo binaries are packaged to tipcutils-demos. Signed-off-by:

[oe] [meta-oe][PATCH] tipcutils: add recipe

2013-09-24 Thread b28495
From: Ting Liu The Transparent Inter-Process Communication protocol allows applications in a clustered computer environment to communicate quickly and reliably with other applications, regardless of their location within the cluster. demo binaries are packaged to tipcutils-demos. Signed-off-by: