git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc07994
)
libmicrohttpd: fix typo
author
Koen Kooi
<koen@openembedded.org>
Fri, 18 Jun 2010 09:09:53 +0000
(11:09 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 18 Jun 2010 09:10:20 +0000
(11:10 +0200)
recipes/xbmc/libmicrohttpd_0.4.6.bb
patch
|
blob
|
history
diff --git
a/recipes/xbmc/libmicrohttpd_0.4.6.bb
b/recipes/xbmc/libmicrohttpd_0.4.6.bb
index
12f581a
..
d46448e
100644
(file)
--- 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 = "libg
c
rypt curl"
inherit autotools lib_package