[oe-commits] Martin Jansa : cifs-utils: Add PACKAGECONFIG for cifscreds, cifsupcall

git at git.openembedded.org git at git.openembedded.org
Fri Jan 10 07:50:38 UTC 2014


Module: meta-openembedded.git
Branch: dylan-next
Commit: 80e8c34db0c96ba2fe7c1838312df99001ff6602
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=80e8c34db0c96ba2fe7c1838312df99001ff6602

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Thu Oct 31 21:10:51 2013 +0100

cifs-utils: Add PACKAGECONFIG for cifscreds, cifsupcall

* make files in bindir/sbindir a bit more deterministic

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Joe MacDonald <joe at deserted.net>

---

 meta-networking/recipes-support/cifs/cifs-utils_git.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
index 3d15ff3..0d0f5c6 100644
--- a/meta-networking/recipes-support/cifs/cifs-utils_git.bb
+++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
@@ -13,6 +13,10 @@ S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap"
+# when enabled, it creates ${bindir}/cifscreds and --ignore-fail-on-non-empty in do_install_append is needed
+PACKAGECONFIG[cifscreds] = "--enable-cifscreds,--disable-cifscreds,keyutils"
+# when enabled, it creates ${sbindir}/cifs.upcall and --ignore-fail-on-non-empty in do_install_append is needed
+PACKAGECONFIG[cifsupcall] = "--enable-cifsupcall,--disable-cifsupcall,krb5 talloc keyutils"
 
 inherit autotools pkgconfig
 



More information about the Openembedded-commits mailing list