git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c262a78
)
liboauth: add dependency to curl
author
Dirk Opfer
<dirk@do13.de>
Wed, 5 Jan 2011 17:21:37 +0000
(18:21 +0100)
committer
Dirk Opfer
<dirk@do13.de>
Wed, 5 Jan 2011 17:32:38 +0000
(18:32 +0100)
recipes/liboauth/liboauth_0.8.8.bb
patch
|
blob
|
history
diff --git
a/recipes/liboauth/liboauth_0.8.8.bb
b/recipes/liboauth/liboauth_0.8.8.bb
index
f293075
..
fb5e8e6
100644
(file)
--- a/
recipes/liboauth/liboauth_0.8.8.bb
+++ b/
recipes/liboauth/liboauth_0.8.8.bb
@@
-1,6
+1,7
@@
DESCRIPTION = "Collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard"
HOMEPAGE = "http://liboauth.sourceforge.net/"
LICENSE = "MIT GPLv2"
+DEPENDS = "curl"
SECTION = "libs"
SRC_URI = "http://liboauth.sourceforge.net/pool/${P}.tar.gz"