liboauth: add dependency to curl
authorDirk Opfer <dirk@do13.de>
Wed, 5 Jan 2011 17:21:37 +0000 (18:21 +0100)
committerDirk Opfer <dirk@do13.de>
Wed, 5 Jan 2011 17:32:38 +0000 (18:32 +0100)
recipes/liboauth/liboauth_0.8.8.bb

index f293075..fb5e8e6 100644 (file)
@@ -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"