From 9372d5698ae1c480322deda893576f243e9e7fcb Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Wed, 5 Jan 2011 18:21:37 +0100 Subject: [PATCH] liboauth: add dependency to curl --- recipes/liboauth/liboauth_0.8.8.bb | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5