aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.4.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.4.6.bb')
-rw-r--r--meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.4.6.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.4.6.bb b/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.4.6.bb
deleted file mode 100644
index ebaa485366..0000000000
--- a/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.4.6.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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"
-LIC_FILES_CHKSUM = "file://COPYING;md5=9331186f4f80db7da0e724bdd6554ee5"
-
-DEPENDS = "libgcrypt curl"
-
-# ftp://ftp.nluug.nl/pub/gnu/${PN}/ has only 0.9.* and newer now
-SRC_URI = "http://mirrors.usc.edu/pub/gnu/${PN}/${P}.tar.gz"
-SRC_URI[md5sum] = "61698da6aa04744ea076c327f66fc05a"
-SRC_URI[sha256sum] = "0cb09e26678d1531a4fd40a748abff5142bfdad3ae11cfe3bb7ad7317a99e371"
-
-inherit autotools lib_package
-
-do_compile_append() {
- sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc
-}