mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 10:17:40 +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"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= ""
|
||||||
|
PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user