From: Dirk Opfer Date: Wed, 5 Jan 2011 17:21:37 +0000 (+0100) Subject: liboauth: add dependency to curl X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9372d5698ae1c480322deda893576f243e9e7fcb;p=openembedded.git liboauth: add dependency to curl --- 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"