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

2015-04-23 Thread Fabio Berton
Hi! I fixed this adding the function below on dialog-static recipe, the function add --static flag to pkg-config. do_configure_prepend(){ sed -i 's,pkg-config,pkg-config --static,g' -i configure } On 04/23/2015 11:37 AM, openembedded-devel-requ...@lists.openembedded.org wrote: Send

[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 martin.ja...@gmail.com --- 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

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

2015-04-21 Thread Khem Raj
On Apr 21, 2015, at 6:27 AM, Martin Jansa martin.ja...@gmail.com 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 --