diff options
Diffstat (limited to 'recipes/xbmc/libmicrohttpd_0.4.6.bb')
-rw-r--r-- | 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 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 +} |