mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
cifs-utils: add PACKAGECONFIG for libcap
* libcap is autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
3f99d772bb
commit
0df2e15f74
|
|
@ -11,6 +11,9 @@ SRC_URI = "git://git.samba.org/cifs-utils.git"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_install_append() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user