aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xbmc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-06-18 11:09:53 +0200
committerKoen Kooi <koen@openembedded.org>2010-06-18 11:10:20 +0200
commitd5f753d8a5f7b9ded3622805e403ce033fd61304 (patch)
treebf00489ba42859dd4a687a349d6618ae239cf171 /recipes/xbmc
parentfc07994de9d23162c404771f09cefcb570b8c132 (diff)
downloadopenembedded-d5f753d8a5f7b9ded3622805e403ce033fd61304.tar.gz
libmicrohttpd: fix typo
Diffstat (limited to 'recipes/xbmc')
-rw-r--r--recipes/xbmc/libmicrohttpd_0.4.6.bb2
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 12f581af71..d46448ec3a 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