[oe] [meta-oe][PATCH] crash: add native package

2016-03-10 Thread kai.kang
From: Kai Kang Add crash-native package. * append EXTRA_OEMAKE option to find ncurses library * pass right install DESTDIR Signed-off-by: Kai Kang --- meta-oe/recipes-kernel/crash/crash_7.1.3.bb | 17 ++--- 1 file changed, 14

[oe] [meta-oe][PATCH] V2: Add native package for crash

2016-03-10 Thread kai.kang
From: Kai Kang V2: * clean runtime dependency for crash-native The following changes since commit a1e135a48add7575682bf53db5e02e753580: Revert "toybox: upgrade to 0.7.0" (2016-03-07 13:02:19 +0100) are available in the git repository at:

[oe] license_create_manifest fails on jethro

2016-03-10 Thread Stefan Agner
Hi Anibal, I think the patch a7976cbae3 ("license_class: Reimplemented manifest creation in python") broke Ångstroms way of deploying license files. With jethro I get the following error when building the _second_ machine: ERROR: Error executing a python function in

Re: [oe] [meta-erlang] generate-manifest update and packaging fixes pull request

2016-03-10 Thread João Henrique Freitas
Hi Maciej, Merged. Thanks. On Tue, Mar 1, 2016 at 5:35 AM, Maciej Borzecki wrote: > Hi João, > > Did you get a chance to look at the patches? I can open a pull > request on github if that's more convenient for you. > > On 02/25 20:56, Maciej Borzecki wrote: > >

[oe] [PATCH 4/4] packagegroup-xfce-extended: add xfce4-verve-plugin

2016-03-10 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb

[oe] [PATCH 2/4] xfce4-pulseaudio-plugin: update to 0.2.4

2016-03-10 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...e4-pulseaudio-plugin_0.2.3.bb => xfce4-pulseaudio-plugin_0.2.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.2.3.bb =>

[oe] [PATCH 3/4] xfce4-verve-plugin: initial add 1.1.0

2016-03-10 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb diff --git

[oe] [PATCH 1/4] parole: update to 0.8.1

2016-03-10 Thread Andreas Müller
checked: patch or similar (for appdata) was applied Signed-off-by: Andreas Müller --- .../parole/files/parole-0.8.0-appdata.patch| 30 -- .../parole/{parole_0.8.0.bb => parole_0.8.1.bb}| 5 ++-- 2 files changed, 2 insertions(+), 33

Re: [oe] Updating configuration files, how to

2016-03-10 Thread Paul Eggleton
On Thu, 10 Mar 2016 10:37:10 Gary Thomas wrote: > On 2016-03-10 10:15, Jaap de Jong wrote: > > I am wondering what the best approach is for creating 'standard' packages > > with updated configuration files. As an example: I want to have a package > > with an updated /etc/network/interfaces file to

Re: [oe] [PATCH 14/38] python-gst: remove the 0.10 recipe

2016-03-10 Thread Martin Jansa
On Thu, Mar 10, 2016 at 04:51:45PM +, Burton, Ross wrote: > On 10 March 2016 at 16:13, Martin Jansa wrote: > > > I still build images for om-gta04 > > http://projects.goldelico.com/p/gta04-main/ > > from time to time, but don't use them in real life anymore (not sure

Re: [oe] [PATCH 14/38] python-gst: remove the 0.10 recipe

2016-03-10 Thread Burton, Ross
On 10 March 2016 at 16:13, Martin Jansa wrote: > I still build images for om-gta04 > http://projects.goldelico.com/p/gta04-main/ > from time to time, but don't use them in real life anymore (not sure how > many other people do) - the same with om-gta02, nokia900. Other >

Re: [oe] [PATCH 14/38] python-gst: remove the 0.10 recipe

2016-03-10 Thread Martin Jansa
On Thu, Mar 10, 2016 at 04:02:43PM +, Burton, Ross wrote: > On 10 March 2016 at 14:25, Martin Jansa wrote: > > > This wont make freesmartphone people happly (if there still are some) > > > > Is anyone actually using this software? Obviously one solution here is to >

[oe] [meta-oe][PATCH v3 0/2] mpv: Media Player

2016-03-10 Thread Gary Thomas
mpv is a new media player, based on a fork of Mplayer and mplayer2. libass is updated to the latest version (necessary for fully functioning mpv) Gary Thomas (2): libass: Update to latest version mpv: Media Player meta-oe/recipes-multimedia/libass/libass.inc | 7 +--

[oe] [meta-oe][PATCH v3 2/2] mpv: Media Player

2016-03-10 Thread Gary Thomas
mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more. Signed-off-by: Gary Thomas --- meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb | 67 1 file changed, 67 insertions(+) create mode

[oe] [meta-oe][PATCH v3 1/2] libass: Update to latest version

2016-03-10 Thread Gary Thomas
libass has moved from Google to github.com Also update to the latest version (libass.so.5) Signed-off-by: Gary Thomas --- meta-oe/recipes-multimedia/libass/libass.inc | 7 ++- meta-oe/recipes-multimedia/libass/libass_0.10.1.bb | 5 -

Re: [oe] [PATCH 14/38] python-gst: remove the 0.10 recipe

2016-03-10 Thread Burton, Ross
On 10 March 2016 at 14:25, Martin Jansa wrote: > This wont make freesmartphone people happly (if there still are some) > Is anyone actually using this software? Obviously one solution here is to move pygobject to meta-gnome or something. Another would be to nuke

Re: [oe] [PATCH 14/38] python-gst: remove the 0.10 recipe

2016-03-10 Thread Martin Jansa
On Wed, Mar 09, 2016 at 05:05:30PM +0200, Alexander Kanavin wrote: > It depends on pygobject 2.x which has been update to 3.x in oe-core This wont make freesmartphone people happly (if there still are some) NOTE: Resolving any missing task queue dependencies ERROR: Nothing RPROVIDES 'python-gst'

Re: [oe] [meta-webserver] where is mysql5

2016-03-10 Thread Gary Thomas
On 2016-03-10 15:03, Gary Thomas wrote: This is a dependency for meta-webserver/cherokee Where can I find it? Is this recipe broken? Found it - replaced by mariadb Sorry for the noise -- Gary Thomas | Consulting

[oe] [meta-webserver] where is mysql5

2016-03-10 Thread Gary Thomas
This is a dependency for meta-webserver/cherokee Where can I find it? Is this recipe broken? -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [oe] [meta-webserver] modphp

2016-03-10 Thread Gary Thomas
On 2016-03-10 14:36, Martin Jansa wrote: On Thu, Mar 10, 2016 at 02:05:46PM +0100, Gary Thomas wrote: On 2016-03-10 14:02, Martin Jansa wrote: On Thu, Mar 10, 2016 at 01:18:59PM +0100, Gary Thomas wrote: On 2016-03-10 11:55, Martin Jansa wrote: On Thu, Mar 10, 2016 at 10:41:25AM +0100, Gary

Re: [oe] [meta-webserver] modphp

2016-03-10 Thread Martin Jansa
On Thu, Mar 10, 2016 at 02:05:46PM +0100, Gary Thomas wrote: > On 2016-03-10 14:02, Martin Jansa wrote: > > On Thu, Mar 10, 2016 at 01:18:59PM +0100, Gary Thomas wrote: > >> On 2016-03-10 11:55, Martin Jansa wrote: > >>> On Thu, Mar 10, 2016 at 10:41:25AM +0100, Gary Thomas wrote: > Anyone

Re: [oe] [meta-oe][PATCH] mpv: Media Player

2016-03-10 Thread Gary Thomas
On 2016-03-10 14:11, Martin Jansa wrote: On Thu, Mar 10, 2016 at 02:02:23PM +0100, Gary Thomas wrote: On 2016-03-10 09:18, Gary Thomas wrote: On 2016-03-10 08:57, Martin Jansa wrote: I did and there was still: FILES_${PN} += "${prefix}" that's why I've asked again here. Now I understand

Re: [oe] [meta-oe][PATCH] mpv: Media Player

2016-03-10 Thread Martin Jansa
On Thu, Mar 10, 2016 at 02:02:23PM +0100, Gary Thomas wrote: > On 2016-03-10 09:18, Gary Thomas wrote: > > On 2016-03-10 08:57, Martin Jansa wrote: > >> I did and there was still: > >> FILES_${PN} += "${prefix}" > >> > >> that's why I've asked again here. > > > > Now I understand why you're

Re: [oe] [meta-webserver] modphp

2016-03-10 Thread Gary Thomas
On 2016-03-10 14:02, Martin Jansa wrote: On Thu, Mar 10, 2016 at 01:18:59PM +0100, Gary Thomas wrote: On 2016-03-10 11:55, Martin Jansa wrote: On Thu, Mar 10, 2016 at 10:41:25AM +0100, Gary Thomas wrote: Anyone know what happened to the recipe for modphp which was in meta-oe (maybe before

Re: [oe] [meta-oe][PATCH] mpv: Media Player

2016-03-10 Thread Gary Thomas
On 2016-03-10 09:18, Gary Thomas wrote: On 2016-03-10 08:57, Martin Jansa wrote: I did and there was still: FILES_${PN} += "${prefix}" that's why I've asked again here. Now I understand why you're asking. I'll verify that it works correctly without that line, just using the standard

Re: [oe] [meta-webserver] modphp

2016-03-10 Thread Martin Jansa
On Thu, Mar 10, 2016 at 01:18:59PM +0100, Gary Thomas wrote: > On 2016-03-10 11:55, Martin Jansa wrote: > > On Thu, Mar 10, 2016 at 10:41:25AM +0100, Gary Thomas wrote: > >> Anyone know what happened to the recipe for modphp which was > >> in meta-oe (maybe before meta-webserver) circa 2013? I

[oe] [PATCH][meta-oe] luajit: depend on luajit-native to provide host lua

2016-03-10 Thread Martin Jansa
* otherwise minilua for host is built during build of target lua, see comment in Makefile: # If left blank, minilua is built and used. You can supply an installed # copy of (plain) Lua 5.1 or 5.2, plus Lua BitOp. E.g. with: HOST_LUA=lua * be aware that there is still native buildvm which

Re: [oe] [meta-webserver] modphp

2016-03-10 Thread Gary Thomas
On 2016-03-10 11:55, Martin Jansa wrote: On Thu, Mar 10, 2016 at 10:41:25AM +0100, Gary Thomas wrote: Anyone know what happened to the recipe for modphp which was in meta-oe (maybe before meta-webserver) circa 2013? I can't find a recipe for this anywhere. Why not try git log? Of course!

[oe] [PATCH][meta-oe 1/2] compat-wireless: Remove

2016-03-10 Thread Martin Jansa
* some layers already have recipes for linux-backports * don't know about anyone still using this and fails in default setups | make -C /home/jenkins/oe/world/shr-core/tmp-glibc/work-shared/qemuarm/kernel-source

[oe] [PATCH][meta-oe 2/2] synergy: add dependency on openssl

2016-03-10 Thread Martin Jansa
* otherwise fails with: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/git/src/lib/plugin/ns/SecureSocket.cpp:26:25: fatal error: openssl/ssl.h: No such file or directory compilation terminated. make[2]: ***

[oe] State of bitbake world, Failed tasks 2016-03-09

2016-03-10 Thread Martin Jansa
Aggressive PNBLACKLISTing continues. But linux-yocto (and modules depending on it) are still broken :/. I'll look at cef3 and chromium issue, my recent patch for meta-browser fixed the build for armv7a MACHINEs, so it probably needs to be extended a bit to cover warnings in x86 and then

[oe] [PATCH][meta-oe 3/4] system-config-keyboard: inherit gettext and add dependency on intltool-native

2016-03-10 Thread Martin Jansa
* it actually depends on native intltool: NOTE: recipe system-config-keyboard-1.4.0-r0: task do_compile: Started ERROR: system-config-keyboard-1.4.0-r0 do_compile: oe_runmake failed ERROR: system-config-keyboard-1.4.0-r0 do_compile: Function failed: do_compile (log file is located at

[oe] [PATCH][meta-oe 2/4] dfu-util: upgrade to 0.9

2016-03-10 Thread Martin Jansa
* drop commit 0792623dfa8156fb0af3f3949c901665e2df3d04 Author: Stefan `Sec` Zehl Date: Wed Jul 29 01:39:11 2015 +0200 Fix/reimplement USBPATH support Using libusb functions to retrieve port and bus numbers. Thanks to Topi Kuutela for reviewing and testing the

[oe] [PATCH][meta-oe 4/4] synergy: add dependency on unzip-native

2016-03-10 Thread Martin Jansa
* otherwise may fail with: ERROR: synergy-1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0 do_unpack_extra: Function failed: do_unpack_extra (log file is located at

[oe] [PATCH][meta-oe 1/4] dfu-util: fix .patch files

2016-03-10 Thread Martin Jansa
* dfu-util-native was broken since last upgrade in: commit c2652c90f726fa1728307afad73c3051ca7660f5 Author: Li xin Date: Sun Jan 3 18:07:17 2016 -0800 dfu-util: 0.7 -> 0.8 Upgrade dfu-util from 0.7 to 0.8. Modify SRC_URI,since the original one

Re: [oe] [meta-webserver] modphp

2016-03-10 Thread Martin Jansa
On Thu, Mar 10, 2016 at 10:41:25AM +0100, Gary Thomas wrote: > Anyone know what happened to the recipe for modphp which was > in meta-oe (maybe before meta-webserver) circa 2013? I can't > find a recipe for this anywhere. Why not try git log? commit f81961ff20d669e0f472f45b9922d6f62ee0d330

Re: [oe] State of bitbake world, test-dependencies 2016-02-24

2016-03-10 Thread Martin Jansa
On Wed, Feb 24, 2016 at 02:20:51PM +0100, Martin Jansa wrote: > On Mon, Dec 14, 2015 at 08:03:47PM +0100, Martin Jansa wrote: > > This time full build (testing all recipes available in "my world" - 2503 > > recipes), it took record-breaking 25days to finish. > > > > Complete log: > >

[oe] [meta-webserver] modphp

2016-03-10 Thread Gary Thomas
Anyone know what happened to the recipe for modphp which was in meta-oe (maybe before meta-webserver) circa 2013? I can't find a recipe for this anywhere. -- Gary Thomas | Consulting for the MLB Associates

Re: [oe] Updating configuration files, how to

2016-03-10 Thread Gary Thomas
On 2016-03-10 10:15, Jaap de Jong wrote: Hi All, I am wondering what the best approach is for creating 'standard' packages with updated configuration files. As an example: I want to have a package with an updated /etc/network/interfaces file to reflect my systems hardware. Should I create a

Re: [oe] [PATCH][meta-oe] crash: add native package

2016-03-10 Thread Kang Kai
On 2016年03月10日 03:06, Martin Jansa wrote: On Wed, Mar 09, 2016 at 03:48:43PM +0800, kai.k...@windriver.com wrote: From: Kai Kang Add crash-native package. * append EXTRA_OEMAKE option to find ncurses library * pass right install DESTDIR Signed-off-by: Kai Kang

Re: [oe] [meta-oe][PATCH] mpv: Media Player

2016-03-10 Thread Gary Thomas
On 2016-03-10 08:57, Martin Jansa wrote: I did and there was still: FILES_${PN} += "${prefix}" that's why I've asked again here. Now I understand why you're asking. I'll verify that it works correctly without that line, just using the standard packaging. If so, need I send another patch