diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-10-05 14:23:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-07 09:37:33 +0100 |
commit | abeea1be5f7cda164a7b6df741a4e1a14b1bb67e (patch) | |
tree | 47979c8f98cd0889cec5dc42a845b69ae02c25d2 /meta/recipes-core | |
parent | 816b6be64d8da520a456412aa26d6eacadbb86c6 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_206.bb | 1 |
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 |
54 | PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" | 54 | PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" |
55 | PACKAGECONFIG[tcp-wrappers] = "--enable-tcpwrap,--disable-tcpwrap,tcp-wrappers" | 55 | PACKAGECONFIG[tcp-wrappers] = "--enable-tcpwrap,--disable-tcpwrap,tcp-wrappers" |
56 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" | ||
56 | 57 | ||
57 | CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" | 58 | CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" |
58 | 59 | ||