From 29677f802dc80dadde2723d6e9c677d04ed1f674 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 14:12:47 +0200 Subject: cifs-utils: add PACKAGECONFIG for libcap * libcap is autodetected from sysroot Signed-off-by: Martin Jansa --- meta-networking/recipes-support/cifs/cifs-utils_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-networking') 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" S = "${WORKDIR}/git" +PACKAGECONFIG ??= "" +PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" + inherit autotools do_install_append() { -- cgit 1.2.3-korg