[oe-commits] Rolf Leggewie : libmicrohttpd: remove unnecessary PN, add AUTHOR and improve DESCRIPTION and SRC_URI

GIT User account git at amethyst.openembedded.net
Mon May 18 01:34:59 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1b4f3b70c8e445a866b5fe5e721db2b7092d5472
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1b4f3b70c8e445a866b5fe5e721db2b7092d5472

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Mon May 18 03:26:51 2009 +0200

libmicrohttpd: remove unnecessary PN, add AUTHOR and improve DESCRIPTION and SRC_URI

---

 recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb b/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb
index 39860dc..cdf721c 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 <christian at grothoff.org>"
 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"





More information about the Openembedded-commits mailing list