]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: Add PACKAGECONFIG for cryptsetup
authorMartin Jansa <martin.jansa@gmail.com>
Sat, 5 Oct 2013 12:23:11 +0000 (14:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Oct 2013 08:50:02 +0000 (09:50 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd_206.bb

index 02be7935cdafefd2c7c284a9e60617d693746379..a1a8bd7ceb1e9adacf30e7623f1a4623f2498d4d 100644 (file)
@@ -53,6 +53,7 @@ DEPENDS += "libgcrypt"
 # Compress the journal
 PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz"
 PACKAGECONFIG[tcp-wrappers] = "--enable-tcpwrap,--disable-tcpwrap,tcp-wrappers"
+PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup"
 
 CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill"