aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Kroon <jacob.kroon@mikrodidakt.se>2014-07-20 16:21:57 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:02:00 +0200
commit57d90f372912efc00499983c628daab9a38071b2 (patch)
tree0fa6d2d4abe047b296e0f4b7a40e5ed0e484c426
parent2b2788d8da836638f50a85b7a93826731feeff9a (diff)
downloadmeta-openembedded-57d90f372912efc00499983c628daab9a38071b2.tar.gz
liboauth: Add missing OpenSSL build dependency
Fixes: | liboauth-1.0.3/src/hash.c:363:26: fatal error: openssl/hmac.h: | No such file or directory Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb b/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb
index 2535b8eb0e..3311da5a8f 100644
--- a/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb
+++ b/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT|GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=6266718a5241c045c8099d9be48817df \
file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
SECTION = "libs"
-DEPENDS = "curl"
+DEPENDS = "curl openssl"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BP}.tar.gz"
SRC_URI[md5sum] = "689b46c2b3ab1a39735ac33f714c4f7f"