diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-23 20:58:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:53:55 +0200 |
commit | d04099e94be6611ac1aca1cbeee14c4546a920bb (patch) | |
tree | 957aa43122d51438e1211f41c52ea9b81793bc0d /meta-oe/recipes-support/cryptsetup | |
parent | 4bcd1d6b962212871d5ec8716848d5331e3641f6 (diff) | |
download | meta-openembedded-d04099e94be6611ac1aca1cbeee14c4546a920bb.tar.gz |
recipes: Add missing pkgconfig dependencies
These recipes were all missing pkgconfig dependencies.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/cryptsetup')
-rw-r--r-- | meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.2.bb b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.2.bb index 6c3418a0c..500dc572c 100644 --- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.2.bb +++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.2.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "http://cryptsetup.googlecode.com/files/cryptsetup-${PV}.tar.bz2" | |||
15 | SRC_URI[md5sum] = "cd834da49fbe92dd66df02cc5c61280f" | 15 | SRC_URI[md5sum] = "cd834da49fbe92dd66df02cc5c61280f" |
16 | SRC_URI[sha256sum] = "15723f0198303d4bcb99d480b7a773918e2d319f0348457988c063bdd03e109a" | 16 | SRC_URI[sha256sum] = "15723f0198303d4bcb99d480b7a773918e2d319f0348457988c063bdd03e109a" |
17 | 17 | ||
18 | inherit autotools gettext | 18 | inherit autotools gettext pkgconfig |
19 | 19 | ||
20 | # Use openssl because libgcrypt drops root privileges | 20 | # Use openssl because libgcrypt drops root privileges |
21 | # if libgcrypt is linked with libcap support | 21 | # if libgcrypt is linked with libcap support |