[oe-commits] Khem Raj : liboauth: New recipe

git at git.openembedded.org git at git.openembedded.org
Sat May 3 18:55:25 UTC 2014


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Apr 26 13:34:27 2014 -0700

liboauth: New recipe

Its needed newer libgdata

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

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 0000000..3aa5746
--- /dev/null
+++ b/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb
@@ -0,0 +1,16 @@
+# Copyright (C) 2014 Khem Raj <raj.khem at gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "C library implementing OAuth Core RFC 5849"
+HOMEPAGE = "http://liboauth.sourceforge.net"
+LICENSE = "MIT|GPL-2.0"
+LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=6266718a5241c045c8099d9be48817df \
+                    file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
+SECTION = "libs"
+DEPENDS = "curl"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BP}.tar.gz"
+SRC_URI[md5sum] = "689b46c2b3ab1a39735ac33f714c4f7f"
+SRC_URI[sha256sum] = "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f"
+
+inherit autotools



More information about the Openembedded-commits mailing list