Re: [oe] [meta-oe][PATCH] dialog-static: blacklist

2015-04-21 Thread Khem Raj
> On Apr 21, 2015, at 6:27 AM, Martin Jansa wrote: > > +PNBLACKLIST[dialog-static] ?= "BROKEN: dialog.c:1378: error: undefined > reference to 'COLS'" > LDFLAGS += "-static" Why don’t we add LDFLAGS += "-lcurses -ltinfo -static” and fix it instead -- __

[oe] [meta-python][PATCH] psutil: update to newer version (2.2.1)

2015-04-21 Thread Josep Puigdemont
Convert to pypi recipe. Account for dependency on python-subprocess. Signed-off-by: Josep Puigdemont --- meta-python/recipes-devtools/python/python-psutil_0.6.1.bb | 14 -- meta-python/recipes-devtools/python/python-psutil_2.2.1.bb | 12 2 files changed, 12 insertions(+)

Re: [oe] [rbe...@restdeveloper.com: meta-ruby / compiling gems on the target machine]

2015-04-21 Thread Akuster808
Richard, Thanks for the fix. I will take a look into later when time permits ( on holiday). armin > On Apr 21, 2015, at 04:00, Martin Jansa wrote: > > I'm not a ruby expert forwarding to ML where it belongs. > > - Forwarded message from Richard Bevan - > > Date: Tue, 21 Apr 2015

[oe] [meta-oe][PATCH] dialog-static: blacklist

2015-04-21 Thread Martin Jansa
* broken at least since 2015-04-12 Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/dialog/dialog-static_1.1-20120706.bb b/meta-oe/recipes-extended/dialog/dialog-static_1.1-

[oe] [rbe...@restdeveloper.com: meta-ruby / compiling gems on the target machine]

2015-04-21 Thread Martin Jansa
I'm not a ruby expert forwarding to ML where it belongs. - Forwarded message from Richard Bevan - Date: Tue, 21 Apr 2015 11:06:35 +0100 Subject: meta-ruby / compiling gems on the target machine From: Richard Bevan To: martin.ja...@gmail.com Hello Martin, Sorry for the direct email. T

Re: [oe] [meta-oe][PATCH] toybox: Upgrade to v0.5.2

2015-04-21 Thread Paul Eggleton
Hi Amarnath, On Tuesday 21 April 2015 06:45:29 Valluri, Amarnath wrote: > This is gentle reminder, can someone review and accept the patch. I'm afraid review normally takes more than one day, although it might not be easy to see that at the moment. FWIW we are planning on working on improving p

[oe] [meta-networking][PATCH] geoipupdate: update to 2.2.1

2015-04-21 Thread Lei Maohui
- `geoipupdate` now verifies the MD5 of the new database before deploying it. If the database MD5 does not match the expected MD5, `geoipupdate` will exit with an error. - The copy of `base64.c` and `base64.h` was switched to a version under GPL 2+ to prevent a license conflict. - The `LICENS

[oe] [meta-multimedia][PATCH] cdparanoia: add new recipe

2015-04-21 Thread Etienne Cordonnier
This library is required by the gstreamer plugin cdparanoia. Signed-off-by: Etienne Cordonnier --- .../recipes-support/cdparanoia/cdparanoia_10.2.bb | 25 + ...0001-Use-DESTDIR-in-install-Makefile-rule.patch | 70 +++ .../0002-interface-remove-C-reserved-keyword.patch | 605 ++