summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-10-05 14:23:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-07 09:37:33 +0100
commitabeea1be5f7cda164a7b6df741a4e1a14b1bb67e (patch)
tree47979c8f98cd0889cec5dc42a845b69ae02c25d2
parent816b6be64d8da520a456412aa26d6eacadbb86c6 (diff)
downloadpoky-abeea1be5f7cda164a7b6df741a4e1a14b1bb67e.tar.gz
systemd: Add PACKAGECONFIG for cryptsetup
(From OE-Core rev: 97b13a4938bf6879b0108a7716cf73c07e31544c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd_206.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_206.bb b/meta/recipes-core/systemd/systemd_206.bb
index 02be7935cd..a1a8bd7ceb 100644
--- a/meta/recipes-core/systemd/systemd_206.bb
+++ b/meta/recipes-core/systemd/systemd_206.bb
@@ -53,6 +53,7 @@ DEPENDS += "libgcrypt"
53# Compress the journal 53# Compress the journal
54PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" 54PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz"
55PACKAGECONFIG[tcp-wrappers] = "--enable-tcpwrap,--disable-tcpwrap,tcp-wrappers" 55PACKAGECONFIG[tcp-wrappers] = "--enable-tcpwrap,--disable-tcpwrap,tcp-wrappers"
56PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup"
56 57
57CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" 58CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill"
58 59