summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {