mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +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:
@@ -12,6 +12,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() {
|
||||
|
||||
Reference in New Issue
Block a user