aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-04 10:59:52 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-08 13:32:12 -0700
commit5d7efc7479f27412b9efc744f6f4244786914b4e (patch)
tree2ba00c13225b0498494e7839527023f09c52c22e /meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb
parentbfbcc00cb95633c2e55f5adb3f1969867e1d1f89 (diff)
downloadmeta-openembedded-contrib-5d7efc7479f27412b9efc744f6f4244786914b4e.tar.gz
liboauth: Fix build with openSSL 1.1.x
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb')
-rw-r--r--meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb4
1 files changed, 3 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 3311da5a8f..498764ac83 100644
--- a/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb
+++ b/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb
@@ -9,7 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=6266718a5241c045c8099d9be48817df \
SECTION = "libs"
DEPENDS = "curl openssl"
-SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BP}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BP}.tar.gz \
+ file://0001-Support-OpenSSL-1.1.0.patch \
+ "
SRC_URI[md5sum] = "689b46c2b3ab1a39735ac33f714c4f7f"
SRC_URI[sha256sum] = "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f"