Re: [OE-core] [PATCH 1/3] libcap: fix (base_)libdir usage

2018-04-10 Thread Burton, Ross
This is breaking libcap-native: | mv: cannot stat

[OE-core] [PATCH 1/3] libcap: fix (base_)libdir usage

2018-04-09 Thread Koen Kooi
The recipe wants to install libs into base_libdir, but uses "basename $libdir" to derive that. That breaks in a multiarch setup. Use the proper variable and remove the inline python usage. Signed-off-by: Koen Kooi --- meta/recipes-support/libcap/libcap_2.25.bb | 2 +- 1