[ptxdist] [PATCH] gnutls: bugfix: remove dependency on libgmp

2017-01-30 Thread Ulrich Ölmann
Commit bfc2cf9d1b7e ("nettle: update 2.7.1 -> 3.3") removed the dependency of nettle on libgmp which resulted in configure: error: *** *** gmp was not found. in the preparation stage of gnutls. Hence configure gnutls to use nettle-mini instead which is a slimmed down version of nettle

Re: [ptxdist] use waf in ptxdist

2017-01-30 Thread Markus Niebel
Hello, should be working this way (just copied from an older project): 8<--- LIBIMXVPUAPI_CONF_TOOL := NO LIBIMXVPUAPI_CONF_OPT := \ --prefix="/usr" --kernel-headers="$(KERNEL_HEADERS_INCLUDE_DIR)" LIBIMXVPUAPI_CONF_OPT += \

[ptxdist] use waf in ptxdist

2017-01-30 Thread Alejandro Vázquez
Hi all. I have found a project (libimxvpuapi) that is configured and built using waf. Is there any way I can build this project with ptxdist? Thanks! ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] genext2fs: fix off-by-one in symlink creation

2017-01-30 Thread Uwe Kleine-König
This fixes a failure when genext2fs tries to create a symlink where the target has a length of exactly 60 bytes. Signed-off-by: Uwe Kleine-König --- ...x-inode-based-symlink-string-length-limit.patch | 39 ++ patches/genext2fs-1.4.1/series