[oe-commits] Martin Jansa : liboauth: add recipe for OAuth Core RFC 5849 standard implementation ( will be used in elmdentica)

git version control git at git.openembedded.org
Thu Jul 8 09:23:56 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4fe49913ae91d900b27e7e95a8ebaca507e919af
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4fe49913ae91d900b27e7e95a8ebaca507e919af

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jul  8 11:21:14 2010 +0200

liboauth: add recipe for OAuth Core RFC 5849 standard implementation (will be used in elmdentica)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/liboauth/liboauth_0.8.8.bb |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/recipes/liboauth/liboauth_0.8.8.bb b/recipes/liboauth/liboauth_0.8.8.bb
new file mode 100644
index 0000000..f293075
--- /dev/null
+++ b/recipes/liboauth/liboauth_0.8.8.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard"
+HOMEPAGE = "http://liboauth.sourceforge.net/"
+LICENSE = "MIT GPLv2"
+SECTION = "libs"
+
+SRC_URI = "http://liboauth.sourceforge.net/pool/${P}.tar.gz"
+SRC_URI[md5sum] = "3c6b0d74c1e469c307ea7962044fdb9a"
+SRC_URI[sha256sum] = "f5079670c08206a2bb28482934c59994cf1a288d3ec279d9a3723c4941230fd7"
+
+inherit autotools





More information about the Openembedded-commits mailing list