Re: [ptxdist] [PATCH] update berlios-can-utils to the latest git version

2019-03-12 Thread Marc Kleine-Budde
On 3/12/19 10:03 AM, Oleksij Rempel wrote: > it will also add support for j1939 utils > > Signed-off-by: Oleksij Rempel > --- > rules/berlios-can-utils.in | 81 > rules/berlios-can-utils.make | 30 ++--- > 2 files changed, 62 insertions(+), 49 delet

Re: [ptxdist] Iteratively Make & Make Install Subpackages

2019-03-12 Thread Roland Hieber
Hi, ptxdist respects the 'select' statements in Kconfig, so you should be able to make ptxdist build libsepol before libselinux by adding a "select LIBSEPOL" to your "config LIBSELINUX" entry in rules/libselinux.in. You can look at many other packages as an example, or at this section [1] in the d

[ptxdist] Iteratively Make & Make Install Subpackages

2019-03-12 Thread Chin You Wen (WMSC-HW)
Hello, I am compiling the SELINUX userspace tools ( https://github.com/SELinuxProject/selinux) and I encountered this error. load_policy.c:15:25: fatal error: sepol/sepol.h: No such file or directory compilation terminated. The sub-package libselinux depends on libsepol, but by default the PTXDi

[ptxdist] [PATCH] update berlios-can-utils to the latest git version

2019-03-12 Thread Oleksij Rempel
it will also add support for j1939 utils Signed-off-by: Oleksij Rempel --- rules/berlios-can-utils.in | 81 rules/berlios-can-utils.make | 30 ++--- 2 files changed, 62 insertions(+), 49 deletions(-) diff --git a/rules/berlios-can-utils.in b/rules/