[oe-commits] Koen Kooi : libmicrohttpd: fix typo

git version control git at git.openembedded.org
Fri Jun 18 09:11:43 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Jun 18 11:09:53 2010 +0200

libmicrohttpd: fix typo

---

 recipes/xbmc/libmicrohttpd_0.4.6.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/xbmc/libmicrohttpd_0.4.6.bb b/recipes/xbmc/libmicrohttpd_0.4.6.bb
index 12f581a..d46448e 100644
--- a/recipes/xbmc/libmicrohttpd_0.4.6.bb
+++ b/recipes/xbmc/libmicrohttpd_0.4.6.bb
@@ -5,7 +5,7 @@ SRC_URI = "ftp://ftp.nluug.nl/pub/gnu/libmicrohttpd//libmicrohttpd-${PV}.tar.gz"
 SRC_URI[md5sum] = "61698da6aa04744ea076c327f66fc05a"
 SRC_URI[sha256sum] = "0cb09e26678d1531a4fd40a748abff5142bfdad3ae11cfe3bb7ad7317a99e371"
 
-DEPENDS = "libgrypt curl"
+DEPENDS = "libgcrypt curl"
 
 inherit autotools lib_package
 





More information about the Openembedded-commits mailing list