diff options
| -rw-r--r-- | meta-networking/recipes-support/cifs/cifs-utils_git.bb | 3 |
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 de2786a52a..07bf1b8425 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 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | PACKAGECONFIG ??= "" | ||
| 16 | PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" | ||
| 17 | |||
| 15 | inherit autotools | 18 | inherit autotools |
| 16 | 19 | ||
| 17 | do_install_append() { | 20 | do_install_append() { |
