diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-04-26 13:34:27 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:47:01 +0200 |
commit | e2c469cc4057fbd2cf3b9b6f5a65b055e6a971d3 (patch) | |
tree | da8155a0ec48d5b3bab8ce1410a1fd2474fa902f /meta-oe/recipes-support/liboauth | |
parent | 9e629119f4926d3d9fe44a4eaf05a7122303835c (diff) | |
download | meta-openembedded-e2c469cc4057fbd2cf3b9b6f5a65b055e6a971d3.tar.gz |
liboauth: New recipe
Its needed newer libgdata
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/liboauth')
-rw-r--r-- | meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb | 16 |
1 files changed, 16 insertions, 0 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 new file mode 100644 index 000000000..3aa574691 --- /dev/null +++ b/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb | |||
@@ -0,0 +1,16 @@ | |||
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" | ||
11 | |||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BP}.tar.gz" | ||
13 | SRC_URI[md5sum] = "689b46c2b3ab1a39735ac33f714c4f7f" | ||
14 | SRC_URI[sha256sum] = "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f" | ||
15 | |||
16 | inherit autotools | ||