Re: [oe] [meta-oe][PATCH 1/3] python-zopeinterface: upgrade to version 4.1.1

2014-03-27 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Diego Rondini schreef op 26-03-14 16:14: --- ...face_3.5.1.bb = python-zopeinterface_4.1.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/python/{python-zopeinterface_3.5.1.bb =

Re: [oe] [meta-oe][PATCH 2/3] python-twisted: upgrade to version 13.2.0

2014-03-27 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Diego Rondini schreef op 26-03-14 16:14: --- ...-twisted_10.2.0.bb = python-twisted_13.2.0.bb} | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) rename meta-oe/recipes-devtools/python/{python-twisted_10.2.0.bb =

Re: [oe] [meta-oe v2] lvm2: replace CPPFunction with rl_completion_func_t to fix build error

2014-03-27 Thread Robert Yang
On 03/26/2014 08:22 PM, Zhenhua Luo wrote: lvm2 depends on readline, CPPFunction has been replaced by rl_completion_func_t in recent readline, Error log: | lvm.c: In function 'lvm_shell': | lvm.c:189:38: error: 'CPPFunction' undeclared (first use in this function) |

[oe] transitional packages

2014-03-27 Thread Jaap de Jong
Hi All, for one project I'm still using oe-classic. Would like to upgrade that! I know a simple update will not work because (among others?) package names are changed. Is there any effort made to create transitional packages? If not, would it be a tough job? Thanks, Jaap --

[oe] [meta-networking] [PATCH] quagga: work with new readline

2014-03-27 Thread Robert Yang
The Function and CPPFunction had been removed by in readline 6.3, use the new functions to replace them. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../quagga/files/work-with-new-readline.patch | 34 ++ .../recipes-protocols/quagga/quagga_0.99.21.bb |

Re: [oe] transitional packages

2014-03-27 Thread Martin Jansa
On Thu, Mar 27, 2014 at 10:38:52AM +0100, Jaap de Jong wrote: Hi All, for one project I'm still using oe-classic. Would like to upgrade that! I know a simple update will not work because (among others?) package names are changed. Is there any effort made to create transitional packages?

[oe] [meta-oe][PATCHv3 0/3] Update some python modules to latest upstream versions

2014-03-27 Thread Diego Rondini
This patch-set updates python-zopeinterface, python-twisted and python-autobahn to their latest upstream versions. Changes in v3: - detailed commit messages - dropped PR where present because of PV increase Changes in v2: - fixed missing Signed off-by The following changes since commit

[oe] [meta-oe][PATCHv3 3/3] python-autobahn: upgrade to version 0.8.6

2014-03-27 Thread Diego Rondini
Changes: * upgraded python-autobahn to latest upstream * updated license checksum because upstream increased copyright year from 2013 to 2014 Signed-off-by: Diego Rondini diego...@zoho.com --- ...autobahn_0.5.14.bb = python-autobahn_0.8.6.bb} |4 ++-- 1 file changed, 2 insertions(+), 2

[oe] [meta-oe][PATCHv3 1/3] python-zopeinterface: upgrade to version 4.1.1

2014-03-27 Thread Diego Rondini
Changes: * upgraded python-zopeinterface to latest upstream * dropped PR because of PV increase Signed-off-by: Diego Rondini diego...@zoho.com --- ...face_3.5.1.bb = python-zopeinterface_4.1.1.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename

[oe] [meta-oe][PATCHv3 2/3] python-twisted: upgrade to version 13.2.0

2014-03-27 Thread Diego Rondini
Changes: * upgraded python-twisted to latest upstream * dropped PR because of PV increase * updated LICENSE checksum because new contributors have been added to the file * dropped bin package because resulting package was empty: - file _c_urlarg has been removed with this commit:

Re: [oe] [OE-core] initial support for musl libc with OE/Yocto Project

2014-03-27 Thread Paul Barker
On 26 March 2014 22:12, Burton, Ross ross.bur...@intel.com wrote: On 26 March 2014 22:04, Khem Raj raj.k...@gmail.com wrote: There were interest in other threads in having musl as an alternative to eglibc/uclibc that we already have in OE, in that direction I have poured in my on and off work

[oe] [PATCH] qtbase.inc: add -no-xkbcommon

2014-03-27 Thread Thomas Senyk
If one builds with xkb, both -no-xkb and -no-xkbcommon should be set. Without -no-xkbcommon you'll get link-errors for libcomposeplatforminputcontextplugin.so --- recipes-qt/qt5/qtbase.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtbase.inc

Re: [oe] [PATCH] qtbase.inc: add -no-xkbcommon

2014-03-27 Thread Thomas Senyk
sorry I think I've missed --subject-prefix=meta-qt5][PATCH ... Is that 'bad' enough to re-send it? Is it: --subject-prefix=meta-qt5][PATCH or --subject-prefix=oe][meta-qt5][PATCH ? Greets Thomas On Thursday, 27 March, 2014 15:33:07 Thomas Senyk wrote: If one builds with xkb, both -no-xkb

Re: [oe] [PATCH] qtbase.inc: add -no-xkbcommon

2014-03-27 Thread Martin Jansa
On Thu, Mar 27, 2014 at 03:36:39PM +0100, Thomas Senyk wrote: sorry I think I've missed --subject-prefix=meta-qt5][PATCH ... Is that 'bad' enough to re-send it? I've noticed it and will apply, so no need to re-send this time. Is it: --subject-prefix=meta-qt5][PATCH this one ^^ (as

[oe] OE Changelog since 2014-03-16 until 2014-03-23

2014-03-27 Thread cliff . brake
Changelog since 2014-03-16 until 2014-03-23. 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:

Re: [oe] [meta-networking] [PATCH] quagga: work with new readline

2014-03-27 Thread Joe MacDonald
Merged, thanks. -J. [[oe] [meta-networking] [PATCH] quagga: work with new readline] On 14.03.27 (Thu 17:52) Robert Yang wrote: The Function and CPPFunction had been removed by in readline 6.3, use the new functions to replace them. Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

Re: [oe] [meta-networking][PATCH ] sethdlc : add recipe

2014-03-27 Thread Joe MacDonald
Merged, thanks. -J. [[oe] [meta-networking][PATCH ] sethdlc : add recipe] On 14.03.20 (Thu 15:44) b40...@freescale.com wrote: From: Chunrong Guo b40...@freescale.com * sethdlc: get/set Linux HDLC packet radio modem driver port information * sethdlc is a program designed to set

Re: [oe] [meta-networking][PATCH 1/1] traceroute: fix alternate name

2014-03-27 Thread Joe MacDonald
Merged, thanks. -J. [[oe] [meta-networking][PATCH 1/1] traceroute: fix alternate name] On 14.03.20 (Thu 14:17) Joe Slater wrote: traceroute6 for the name is misleading and will interfere with traceroute6 in iputils making an alternate link to the traceroute6 binary, so we change the name to

Re: [oe] [meta-networking] [PATCH] traceroute: filter-out patches dir

2014-03-27 Thread Joe MacDonald
Merged, thanks. -J. [[oe] [meta-networking] [PATCH] traceroute: filter-out patches dir] On 14.01.20 (Mon 20:52) Robert Yang wrote: The $(subdirs) contains all the dirs under the ${B}, and this one: do_unpack[cleandirs] = ${S}/patches will create a patches dir, then there will be compile

Re: [oe] [meta-networking][PATCH 0/1] netcf: fix gnulib not found in sysroots while using a shared sstate cache

2014-03-27 Thread Joe MacDonald
Merged, thanks. -J. [[oe] [meta-networking][PATCH 0/1] netcf: fix gnulib not found in sysroots while using a shared sstate cache] On 14.03.18 (Tue 16:21) Hongxu Jia wrote: The following changes since commit 3c5bd3a077d04c140d774d258ac9f2652dda2669: phpmyadmin: update to 4.1.9 (2014-03-17

[oe] [meta-webserver][PATCH] modphp: add phpize to scan for absolute paths

2014-03-27 Thread Joe Slater
sstate processing for items in sysroot scans certain file name patterns for absolute paths to be adjusted when items are installed into sysroot from sstate. phpize is not one of these patterns (surprise!) so we add it to the list. Signed-off-by: Joe Slater jsla...@windriver.com ---