From 0df2e15f74a501d824149b96edfa3035189348c8 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 19b60ad389..dde1cc7eb9 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" S = "${WORKDIR}/git" +PACKAGECONFIG ??= "" +PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" + inherit autotools do_install_append() { -- cgit 1.2.3-korg