libmicrohttpd: update to 0.4.2
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 18 May 2009 01:27:48 +0000 (03:27 +0200)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 18 May 2009 01:27:48 +0000 (03:27 +0200)
conf/checksums.ini
recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb [deleted file]
recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb [new file with mode: 0644]

index 2d7e77c..537cd0c 100644 (file)
@@ -13514,6 +13514,10 @@ sha256=f7054f93c57ba6b758d0e4f47d4d2dd96a7fe487e1157eb70a4d642910275aea
 md5=6a4db221129f230c64a0f937d00bb703
 sha256=003c44be21859d1495c0571e249ce17edd5ac58636f67b6a8bc4f395a6c7e6a2
 
+[ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.4.2.tar.gz]
+md5=2853d8f32417e3c5f3b18fda38f96e52
+sha256=1e095469f7d159e5b9c91106484e10f0b3ce3265c55b9864407bd4ea5952111f
+
 [http://mikmod.raphnet.net/files/libmikmod-3.1.11.tar.gz]
 md5=705106da305e8de191549f1e7393185c
 sha256=2d7598cd2a8c61c023f27c9c7c1aca8bbfd92aadbee2f98b7a6d421eae35c929
diff --git a/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb b/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb
deleted file mode 100644 (file)
index cdf721c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "easy to embed and small HTTP server as a C library"
-AUTHOR = "Christian Grothoff <christian@grothoff.org>"
-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 (file)
index 0000000..cdf721c
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "easy to embed and small HTTP server as a C library"
+AUTHOR = "Christian Grothoff <christian@grothoff.org>"
+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
+}