[oe-commits] Dirk Opfer : liboauth: add dependency to curl

git version control git at git.openembedded.org
Wed Jan 5 17:39:55 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9372d5698ae1c480322deda893576f243e9e7fcb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9372d5698ae1c480322deda893576f243e9e7fcb

Author: Dirk Opfer <dirk at do13.de>
Date:   Wed Jan  5 18:21:37 2011 +0100

liboauth: add dependency to curl

---

 recipes/liboauth/liboauth_0.8.8.bb |    1 +
 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 f293075..fb5e8e6 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"





More information about the Openembedded-commits mailing list