[oe-commits] Jacob Kroon : liboauth: Add missing OpenSSL build dependency

git at git.openembedded.org git at git.openembedded.org
Sun Jul 20 19:55:29 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: faf33f1a0b7023ce46a98a29679706ff45ec18a2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=faf33f1a0b7023ce46a98a29679706ff45ec18a2

Author: Jacob Kroon <jacob.kroon at mikrodidakt.se>
Date:   Sun Jul 20 16:21:57 2014 +0200

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 at mikrodidakt.se>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2535b8e..3311da5 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"



More information about the Openembedded-commits mailing list