Re: [oe] [meta-qt5] Configure error when enabling SQlite

2017-05-10 Thread Martin Jansa
Hi, use openembedded-devel ML for generic questions like this. The error you're seeing isn't even related to SQlite, but caused by the way how you modify PACKAGECONFIG, read the manual about how the overrides work.. What you wanted to do is: PACKAGECONFIG_append_pn-qtbase = " sql-sqlite" You

[oe] [meta-multimedia][PATCH] miniupnpd: improve recipe

2017-05-10 Thread Pascal Bach
- Produce a clean download tarball - ./genconfig.sh is not necessary as it is called by make if necessary - Enable the possible to do vendor configuration in the supplied .conf file Signed-off-by: Pascal Bach ---

[oe] [meta-webserver][PATCH] nginx: use consistent pid file location accross recipe and init scripts

2017-05-10 Thread Pascal Bach
The recipe and the systemd service file use /run/nginx/nginx.pid, while the sys v init script used /var/run/nginx/nginx.pid Signed-off-by: Pascal Bach --- meta-webserver/recipes-httpd/nginx/files/nginx.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode

[oe] [meta-oe][PATCH] libndp: Add mirror sites

2017-05-10 Thread Ilia Lin
The main download location is inaccessible. Adding mirrors. Signed-off-by: Ilia Lin --- meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb