Re: [OpenWrt-Devel] [PATCH] build, imagebuilder: Do not require libncurses-dev

2020-06-10 Thread Paul Spooren
Hi, Hi Paul, I gave this today a test on my spare computer, but it still complained about the missing libncurses. I tested with snapshot imagebuilder (r13519-8a858363b0) with just calling "make image" Any ideas? It's just a PR and not yet merged. Once merged give it another 24 hours. Best,

Re: [OpenWrt-Devel] [PATCH] build, imagebuilder: Do not require libncurses-dev

2020-06-09 Thread Paul Spooren
Hi Sven, thanks for testing! You're right, I tried on a testing VM and had the same issue. I'm afraid I had libncurses-dev and libncurses5-dev installed but only removed one while testing :( It should be fixed via https://github.com/openwrt/openwrt/pull/3098 Best, Paul On 6/8/20 5:53 PM, S

Re: [OpenWrt-Devel] [PATCH] build, imagebuilder: Do not require libncurses-dev

2020-06-08 Thread Sven Roederer
Am Dienstag, 14. April 2020, 23:14:47 CEST schrieb Paul Spooren: > The buildroot and SDK both require `libncurses-dev` to be installed on > the system, however the ImageBuilder uses precompiled binaries. > > This patch changes the prerequirements checks to skip the > `libncurses-dev` part if runni

[OpenWrt-Devel] [PATCH] build, imagebuilder: Do not require libncurses-dev

2020-04-14 Thread Paul Spooren
The buildroot and SDK both require `libncurses-dev` to be installed on the system, however the ImageBuilder uses precompiled binaries. This patch changes the prerequirements checks to skip the `libncurses-dev` part if running as ImageBuilder. Signed-off-by: Paul Spooren --- include/prereq-build