diff options
author | Ciprian Ciubotariu <cheepeero@gmx.net> | 2013-08-18 19:28:04 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-23 19:21:56 +0200 |
commit | 5d92a2a27213aa9563b926bc3e2e9dbac54624a3 (patch) | |
tree | 31c2f0f7197e16c3f97c5f5a83f06dbbe0313f89 /meta-oe | |
parent | 6f3c65766ce5e8d7baa23c6bb1e7978600407692 (diff) | |
download | meta-openembedded-5d92a2a27213aa9563b926bc3e2e9dbac54624a3.tar.gz |
libmicrohttpd: bump to version 0.9.27
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.9.27.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.9.27.bb b/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.9.27.bb new file mode 100644 index 000000000..802ae4023 --- /dev/null +++ b/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.9.27.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | 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." | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=9331186f4f80db7da0e724bdd6554ee5" | ||
4 | |||
5 | DEPENDS = "libgcrypt curl" | ||
6 | |||
7 | SRC_URI = "ftp://ftp.nluug.nl/pub/gnu/libmicrohttpd//libmicrohttpd-${PV}.tar.gz" | ||
8 | SRC_URI[md5sum] = "a10496b7f1b495aaf6897584da52f51b" | ||
9 | SRC_URI[sha256sum] = "d532edf64c3a9da472114c2d10fc94606e3b31f21b883ec2e796ab8478f7e9cb" | ||
10 | |||
11 | |||
12 | inherit autotools lib_package | ||
13 | |||
14 | do_compile_append() { | ||
15 | sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc | ||
16 | } | ||