From 13729091f98720884dc28f9e66c6fb5525ec3c84 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 31 Oct 2013 21:10:51 +0100 Subject: cifs-utils: Add PACKAGECONFIG for cifscreds, cifsupcall * make files in bindir/sbindir a bit more deterministic Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/cifs/cifs-utils_git.bb | 4 ++++ 1 file changed, 4 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 d8de714ed4..2b7a0dd66c 100644 --- a/meta-networking/recipes-support/cifs/cifs-utils_git.bb +++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb @@ -14,6 +14,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 -- cgit 1.2.3-korg