aurora-fb-image: add initial recipe for aurora based image suitable for the framebuffer
[openembedded.git] / recipes / libmicrohttpd / libmicrohttpd_0.4.2.bb
blob6a516af5a4235c9844373a9c300d6319ce2d2b69
1 DESCRIPTION = "easy to embed and small HTTP server as a C library"
2 AUTHOR = "Christian Grothoff <christian@grothoff.org>"
3 HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/"
4 SECTION = "libs"
5 LICENSE = "LGPL"
6 PR = "r2"
8 SRC_URI = "ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-${PV}.tar.gz"
10 inherit autotools pkgconfig
12 do_stage() {
13 oe_runmake DESTDIR="${D}" install
14 autotools_stage_all
17 SRC_URI[md5sum] = "2853d8f32417e3c5f3b18fda38f96e52"
18 SRC_URI[sha256sum] = "1e095469f7d159e5b9c91106484e10f0b3ce3265c55b9864407bd4ea5952111f"