Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | # Copyright (C) 2014 Khem Raj <raj.khem@gmail.com> |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | |
| 4 | DESCRIPTION = "C library implementing OAuth Core RFC 5849" |
| 5 | HOMEPAGE = "http://liboauth.sourceforge.net" |
| 6 | LICENSE = "MIT|GPL-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=6266718a5241c045c8099d9be48817df \ |
| 8 | file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" |
| 9 | SECTION = "libs" |
| 10 | DEPENDS = "curl openssl" |
| 11 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BP}.tar.gz \ |
| 13 | file://0001-Support-OpenSSL-1.1.0.patch \ |
| 14 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | SRC_URI[md5sum] = "689b46c2b3ab1a39735ac33f714c4f7f" |
| 16 | SRC_URI[sha256sum] = "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f" |
| 17 | |
| 18 | inherit autotools pkgconfig |