0

I'm updating our yocto from fido to morty, and have been migrating recipes and such to work with it, but now I dont have getcap on the target.

I checked that PATH is correctly set up:

echo $PATH
/usr/sbin:/usr/bin...

and that there is no getcap in /usr/bin/ as there should be.

I understood that libcap should provide these, and I have libcap as dependency on multiple recipe, which build just fine, so I don't understand why they are not installed on the target.

I have no clue where to start looking for the problem, so any help is appreciated!

4

1 回答 1

5

libcap例如,如果您查看来自 的构建输出${WORKDIR}/packages-split,您会看到已创建以下包:

libcap
libcap-bin
libcap-dbg
libcap-dev
libcap-doc
libcap-locale
libcap-staticdev

实际库已放入libcap,而辅助二进制文件已放入libcap-bin

于 2017-07-07T08:47:51.837 回答