diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-18 11:09:53 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-18 11:10:20 +0200 |
commit | d5f753d8a5f7b9ded3622805e403ce033fd61304 (patch) | |
tree | bf00489ba42859dd4a687a349d6618ae239cf171 | |
parent | fc07994de9d23162c404771f09cefcb570b8c132 (diff) |
libmicrohttpd: fix typo
-rw-r--r-- | 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 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 |