From f2f3e71e9fcc0fdd0aa73bfa5960ff27d0a70c2a Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Mon, 18 May 2009 03:27:48 +0200 Subject: libmicrohttpd: update to 0.4.2 --- recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb | 15 --------------- recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb create mode 100644 recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb (limited to 'recipes/libmicrohttpd') diff --git a/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb b/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb deleted file mode 100644 index cdf721c26e..0000000000 --- a/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -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 = "r2" - -SRC_URI = "ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-${PV}.tar.gz" - -inherit autotools pkgconfig - -do_stage() { - oe_runmake DESTDIR="${D}" install - autotools_stage_all -} diff --git a/recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb b/recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb new file mode 100644 index 0000000000..cdf721c26e --- /dev/null +++ b/recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb @@ -0,0 +1,15 @@ +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 = "r2" + +SRC_URI = "ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake DESTDIR="${D}" install + autotools_stage_all +} -- cgit 1.2.3-korg