From: Rolf Leggewie Date: Mon, 18 May 2009 01:26:51 +0000 (+0200) Subject: libmicrohttpd: remove unnecessary PN, add AUTHOR and improve DESCRIPTION and SRC_URI X-Git-Tag: Release-2010-05/1~3530 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b4f3b70c8e445a866b5fe5e721db2b7092d5472;p=openembedded.git libmicrohttpd: remove unnecessary PN, add AUTHOR and improve DESCRIPTION and SRC_URI --- diff --git a/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb b/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb index 39860dcef3..cdf721c26e 100644 --- a/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb +++ b/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb @@ -1,10 +1,11 @@ -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" +DESCRIPTION = "easy to embed and small HTTP server as a C library" +AUTHOR = "Christian Grothoff " HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/" SECTION = "libs" LICENSE = "LGPL" -PR = "r1" +PR = "r2" -SRC_URI = "ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.4.1.tar.gz" +SRC_URI = "ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-${PV}.tar.gz" inherit autotools pkgconfig @@ -12,5 +13,3 @@ do_stage() { oe_runmake DESTDIR="${D}" install autotools_stage_all } - -PN = "libmicrohttpd"