[oe] [meta-oe][PATCH 03/29] cifs-utils: add PACKAGECONFIG for libcap
Martin Jansa
martin.jansa at gmail.com
Wed Jul 24 12:40:47 UTC 2013
* libcap is autodetected from sysroot
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
meta-networking/recipes-support/cifs/cifs-utils_git.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
index de2786a..07bf1b8 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() {
--
1.8.3.2
More information about the Openembedded-devel
mailing list