mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
cryptsetup: add missing dependency on libgcrypt
* there is PACKAGECONFIG for libgcrypt, but do_configure fails without macro staged by libgcrypt: configure.ac:122: error: possibly undefined macro: AM_PATH_LIBGCRYPT Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
22a686e57c
commit
03719f5662
|
|
@ -9,7 +9,7 @@ SECTION = "console"
|
|||
LICENSE = "GPL-2.0-with-OpenSSL-exception"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=32107dd283b1dfeb66c9b3e6be312326"
|
||||
|
||||
DEPENDS = "util-linux lvm2 popt"
|
||||
DEPENDS = "util-linux lvm2 popt libgcrypt"
|
||||
|
||||
SRC_URI = "http://cryptsetup.googlecode.com/files/cryptsetup-${PV}.tar.bz2"
|
||||
SRC_URI[md5sum] = "f374d11e3b0e7ca0f805756fd02e34ff"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user