summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 14:12:47 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-07-30 11:17:08 +0200
commit29677f802dc80dadde2723d6e9c677d04ed1f674 (patch)
tree28c0807592840ae555ecfc6d52799375d9adf97a /meta-networking
parentd4832b9919a3e61251c3ab294fdc28c0f5ffbd7d (diff)
downloadmeta-openembedded-29677f802dc80dadde2723d6e9c677d04ed1f674.tar.gz
cifs-utils: add PACKAGECONFIG for libcap
* libcap is autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
-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 de2786a52..07bf1b842 100644
--- a/meta-networking/recipes-support/cifs/cifs-utils_git.bb
+++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
@@ -12,6 +12,9 @@ SRC_URI = "git://git.samba.org/cifs-utils.git"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15PACKAGECONFIG ??= ""
16PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap"
17
15inherit autotools 18inherit autotools
16 19
17do_install_append() { 20do_install_append() {