From d04099e94be6611ac1aca1cbeee14c4546a920bb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 23 Jun 2014 20:58:21 +0100 Subject: recipes: Add missing pkgconfig dependencies These recipes were all missing pkgconfig dependencies. Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa --- meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/cryptsetup') 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 6c3418a0c4..500dc572cc 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" SRC_URI[md5sum] = "cd834da49fbe92dd66df02cc5c61280f" SRC_URI[sha256sum] = "15723f0198303d4bcb99d480b7a773918e2d319f0348457988c063bdd03e109a" -inherit autotools gettext +inherit autotools gettext pkgconfig # Use openssl because libgcrypt drops root privileges # if libgcrypt is linked with libcap support -- cgit 1.2.3-korg