summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 14:12:47 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:26 +0200
commit0df2e15f74a501d824149b96edfa3035189348c8 (patch)
tree897b0cde375a321e54084f5fb97a5dc1e3437531
parent3f99d772bbc65c3acbd3a493da67442529473d43 (diff)
downloadmeta-openembedded-0df2e15f74a501d824149b96edfa3035189348c8.tar.gz
cifs-utils: add PACKAGECONFIG for libcap
* libcap is autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-networking/recipes-support/cifs/cifs-utils_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
index 19b60ad38..dde1cc7eb 100644
--- a/meta-networking/recipes-support/cifs/cifs-utils_git.bb
+++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
@@ -11,6 +11,9 @@ SRC_URI = "git://git.samba.org/cifs-utils.git"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14PACKAGECONFIG ??= ""
15PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap"
16
14inherit autotools 17inherit autotools
15 18
16do_install_append() { 19do_install_append() {