diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-10-31 21:10:51 +0100 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-11-01 10:21:11 -0400 |
commit | 13729091f98720884dc28f9e66c6fb5525ec3c84 (patch) | |
tree | b6733dfc3024e3f0458cffc56a21609186aacbea | |
parent | fe0c58ddd2035fa04540cb09c42a9473ea797154 (diff) | |
download | meta-openembedded-13729091f98720884dc28f9e66c6fb5525ec3c84.tar.gz |
cifs-utils: Add PACKAGECONFIG for cifscreds, cifsupcall
* make files in bindir/sbindir a bit more deterministic
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r-- | meta-networking/recipes-support/cifs/cifs-utils_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb index d8de714ed..2b7a0dd66 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" | |||
14 | 14 | ||
15 | PACKAGECONFIG ??= "" | 15 | PACKAGECONFIG ??= "" |
16 | PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" | 16 | PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" |
17 | # when enabled, it creates ${bindir}/cifscreds and --ignore-fail-on-non-empty in do_install_append is needed | ||
18 | PACKAGECONFIG[cifscreds] = "--enable-cifscreds,--disable-cifscreds,keyutils" | ||
19 | # when enabled, it creates ${sbindir}/cifs.upcall and --ignore-fail-on-non-empty in do_install_append is needed | ||
20 | PACKAGECONFIG[cifsupcall] = "--enable-cifsupcall,--disable-cifsupcall,krb5 talloc keyutils" | ||
17 | 21 | ||
18 | inherit autotools pkgconfig | 22 | inherit autotools pkgconfig |
19 | 23 | ||