aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Opfer <dirk@do13.de>2011-01-05 18:21:37 +0100
committerDirk Opfer <dirk@do13.de>2011-01-05 18:32:38 +0100
commit9372d5698ae1c480322deda893576f243e9e7fcb (patch)
treed1d8b068dad7e36a9cb28c7b6d97e3614ecd10ff
parentc262a784b91e1dbb658087243d2d88c98961a052 (diff)
downloadopenembedded-9372d5698ae1c480322deda893576f243e9e7fcb.tar.gz
liboauth: add dependency to curl
-rw-r--r--recipes/liboauth/liboauth_0.8.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/liboauth/liboauth_0.8.8.bb b/recipes/liboauth/liboauth_0.8.8.bb
index f29307531f..fb5e8e6c77 100644
--- 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"