aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-06-01 21:10:26 +0200
committerKoen Kooi <koen@openembedded.org>2010-06-01 21:12:18 +0200
commit65c22160ee232a2ef03d9bd776e8063c171bb39c (patch)
treeb50d5f5df6d4e78dd08d68a84f8a93a6e0a2d885 /recipes
parentcebadbfc30ed522b2b7bddcfa4d0c2d2a61fba02 (diff)
downloadopenembedded-65c22160ee232a2ef03d9bd776e8063c171bb39c.tar.gz
libmicrohttpd: add 0.4.6
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xbmc/libmicrohttpd_0.4.6.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xbmc/libmicrohttpd_0.4.6.bb b/recipes/xbmc/libmicrohttpd_0.4.6.bb
new file mode 100644
index 0000000000..12f581af71
--- /dev/null
+++ b/recipes/xbmc/libmicrohttpd_0.4.6.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application."
+LICENSE = "LGPLv2.1"
+
+SRC_URI = "ftp://ftp.nluug.nl/pub/gnu/libmicrohttpd//libmicrohttpd-${PV}.tar.gz"
+SRC_URI[md5sum] = "61698da6aa04744ea076c327f66fc05a"
+SRC_URI[sha256sum] = "0cb09e26678d1531a4fd40a748abff5142bfdad3ae11cfe3bb7ad7317a99e371"
+
+DEPENDS = "libgrypt curl"
+
+inherit autotools lib_package
+
+do_compile_append() {
+ sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc
+}