Re: [oe] [meta-browser] [PATCH 2/2] chromium, cef: fetch chromium source from git

2015-06-03 Thread Khem Raj
On May 28, 2015, at 12:09 AM, Zoltan Kuscsik zoltan.kusc...@linaro.org wrote: Z: CEF is always built on clean chromium checkouts. CEF patches on Chromium are applied using cef's internal patch script. Here is an exampla:

Re: [oe] [meta-browser] [PATCH 2/2] chromium, cef: fetch chromium source from git

2015-06-03 Thread Khem Raj
On Jun 3, 2015, at 12:26 PM, Zoltan Kuscsik zoltan.kusc...@linaro.org wrote: Updated recipe to fetch Chromium from git. LASTCHANGE file is now created using the proper gclient hook. This patch seems to be badly formatted in patchwork. Can you send git format-patch + git send-mail way.

Re: [oe] [meta-browser] [PATCH 2/2] chromium, cef: fetch chromium source from git

2015-06-03 Thread Zoltan Kuscsik
Updated recipe to fetch Chromium from git. LASTCHANGE file is now created using the proper gclient hook. Change-Id: Ie1790abec002a0dd39c8d0aae3d03f5ebe6f46aa Signed-off-by: Zoltan Kuscsik zoltan.kusc...@linaro.org --- .../cef3/01_get_svn_version_from_LASTCHANGE.patch | 32 --

Re: [oe] [PATCH][meta-oe] php: add a vardeps for configure on sysconfdir

2015-06-03 Thread Martin Jansa
On Wed, Jun 03, 2015 at 05:39:36PM +0800, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com building php will fail when sstatus is used, since some hardcode paths what's sstatus? did you mean sstate? in php-native will make the wrong path, and try to fix it like below:

[oe] [meta-filesystems][PATCH] xorriso: Add xorriso v1.4.0

2015-06-03 Thread Naresh Bhat
Add xorriso v1.4.0 based on the discussions http://patchwork.openembedded.org/patch/91143/ http://lists.openembedded.org/pipermail/openembedded-devel/2015-April/100981.html We have tested this package with Montavista CGE product - http://www.mvista.com/ and luvOS distribution -

[oe] [meta-oe][PATCH] cgdb: update to 0.6.8

2015-06-03 Thread Matthieu Crapet
From: mcrapet matthieu.cra...@ingenico.com Changes: - add missing build dependency to flex-native - GDB is a runtime dependency, set it so - use CACHED_CONFIGUREVARS to drop patch - use ${BP} - add missing DESCRIPTION - no help2man build dependency (cgdb.1 man page is not generated) Cc: Ben

[oe] [PATCH][meta-oe] php: add a vardeps for configure on sysconfdir

2015-06-03 Thread rongqing.li
From: Roy Li rongqing...@windriver.com building php will fail when sstatus is used, since some hardcode paths in php-native will make the wrong path, and try to fix it like below: do_install_append_virtclass-native() { create_wrapper ${D}${bindir}/php \

Re: [oe] [meta-filesystems][PATCH] xorriso: Add xorriso v1.4.0

2015-06-03 Thread Naresh Bhat
Hi Andre McCurdy, Thank you very much for doing review. I have considered all your suggestions and you can find the re-worked patch http://lists.openembedded.org/pipermail/openembedded-devel/2015-June/101744.html On 3 June 2015 at 05:05, Andre McCurdy armccu...@gmail.com wrote: On Mon, Jun 1,

[oe] [meta-java][PATCH] openjdk-7: 75b13-2.5.4: fix xawt build

2015-06-03 Thread Richard Leitner
The icedtea-jdk-nio-use-host-cc.patch disabled the build of xawt. Therefore all awt based java application which were run on X11 failed starting the GUI with an java.awt.HeadlessException. This patch enables xawt again by adapting icedtea-jdk-nio-use-host-cc.patch. Signed-off-by: Richard Leitner

[oe] [meta-filesystems][PATCH] xorriso: Add xorriso v1.4.0

2015-06-03 Thread Naresh Bhat
Add xorriso v1.4.0 based on the discussions http://patchwork.openembedded.org/patch/91143/ http://lists.openembedded.org/pipermail/openembedded-devel/2015-April/100981.html We have tested this package with Montavista CGE product - http://www.mvista.com/ and luvOS distribution -

Re: [oe] [meta-filesystems][PATCH] xorriso: Add xorriso v1.4.0

2015-06-03 Thread Naresh Bhat
On 3 June 2015 at 14:15, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Naresh Bhat schreef op 03-06-15 om 09:19: Add xorriso v1.4.0 based on the discussions http://patchwork.openembedded.org/patch/91143/

Re: [oe] [meta-filesystems][PATCH] xorriso: Add xorriso v1.4.0

2015-06-03 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Naresh Bhat schreef op 03-06-15 om 09:19: Add xorriso v1.4.0 based on the discussions http://patchwork.openembedded.org/patch/91143/ http://lists.openembedded.org/pipermail/openembedded-devel/2015-April/100981 .html We have tested this package

Re: [oe] [PATCH][meta-oe] php: add a vardeps for configure on sysconfdir

2015-06-03 Thread Rongqing Li
On 2015年06月03日 18:11, Martin Jansa wrote: On Wed, Jun 03, 2015 at 05:39:36PM +0800, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com building php will fail when sstatus is used, since some hardcode paths what's sstatus? did you mean sstate? in php-native will make

[oe] [PATCH][meta-oe][V2] php: add a vardeps for configure on sysconfdir

2015-06-03 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Installing target file will fail when sstate is used, since native php is used to install these files, makefile rule is in php-5.5.24/pear/Makefile.frag |-- |install-pear-installer: $(SAPI_CLI_PATH) |

[oe] OE Changelog since 2015-05-24 until 2015-05-31

2015-06-03 Thread cliff . brake
Changelog since 2015-05-24 until 2015-05-31. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[oe] [meta-qt5][PATCH] qtwebengine: duplicate i586 over-ride for i686

2015-06-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- recipes-qt/qt5/qtwebengine_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index df82dd8..682e8de 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++

Re: [oe] [meta-oe][PATCH 4/5] luajit: duplicate i586 over-ride for i686

2015-06-03 Thread Khem Raj
On Jun 3, 2015, at 8:09 PM, Andre McCurdy armccu...@gmail.com wrote: Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb

[oe] [meta-oe][PATCH 3/5] gst-plugins-base: duplicate i586 over-ride for i686

2015-06-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb| 1 + 1 file changed, 1 insertion(+) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb

[oe] [meta-oe][PATCH 1/5] elbow: duplicate i586 over-ride for i686

2015-06-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-efl/recipes-efl/e17/elbow_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-efl/recipes-efl/e17/elbow_git.bb b/meta-efl/recipes-efl/e17/elbow_git.bb index 16664f9..29881ab 100644 --- a/meta-efl/recipes-efl/e17/elbow_git.bb

[oe] [meta-oe][PATCH 5/5] mariadb.inc: duplicate i586 over-ride for i686

2015-06-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-oe/recipes-support/mysql/mariadb.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc index 00fa965..3ee1b75 100644 ---

[oe] [meta-oe][PATCH 4/5] luajit: duplicate i586 over-ride for i686

2015-06-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb index 48137e3..05456bb 100644 ---

[oe] [meta-oe][PATCH 2/5] webkit-efl.inc: duplicate i586 over-ride for i686

2015-06-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-efl/recipes-efl/webkit/webkit-efl.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-efl/recipes-efl/webkit/webkit-efl.inc b/meta-efl/recipes-efl/webkit/webkit-efl.inc index cf919ec..95a3069 100644 ---

Re: [oe] [meta-oe][PATCH 1/5] elbow: duplicate i586 over-ride for i686

2015-06-03 Thread Khem Raj
On Jun 3, 2015, at 8:09 PM, Andre McCurdy armccu...@gmail.com wrote: Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta-efl/recipes-efl/e17/elbow_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-efl/recipes-efl/e17/elbow_git.bb