[oe-commits] Koen Kooi : libmicrohttpd: add 0.4.6

git version control git at git.openembedded.org
Tue Jun 1 19:13:29 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun  1 21:10:26 2010 +0200

libmicrohttpd: add 0.4.6

---

 recipes/xbmc/libmicrohttpd_0.4.6.bb |   14 ++++++++++++++
 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 0000000..12f581a
--- /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
+}





More information about the Openembedded-commits mailing list