[oe-commits] Henning Heinold : asio: update to version 1.4.1

git version control git at git.openembedded.org
Tue Dec 8 12:38:03 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: 1b7daf8feab648b852b40572fe99a970b1579f7e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1b7daf8feab648b852b40572fe99a970b1579f7e

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Fri Dec  4 00:57:12 2009 +0100

asio: update to version 1.4.1

* switch to INC_PR and .inc

---

 conf/checksums.ini         |    4 ++++
 recipes/asio/asio.inc      |   14 ++++++++++++++
 recipes/asio/asio_1.1.1.bb |   19 ++-----------------
 recipes/asio/asio_1.4.1.bb |    3 +++
 4 files changed, 23 insertions(+), 17 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index e195a71..3c6f712 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -2078,6 +2078,10 @@ sha256=f6277da4651bceaeab442f864b735a5d7b0998d55f9209e37cf18f7464320e3e
 md5=3e6bcedc549cb4c014227f882969db5c
 sha256=f6277da4651bceaeab442f864b735a5d7b0998d55f9209e37cf18f7464320e3e
 
+[http://downloads.sourceforge.net/asio/asio-1.4.1.tar.bz2]
+md5=1879b246f9217d64bd3126aa16488bc2
+sha256=aeb5c997940e6afd399c62316f03f480557f2b721354adff065d230183ff2782
+
 [http://802.11ninja.net/~jwright/code/asleap-2.1.tgz]
 md5=eb74eca847fa71ba89a965548526f7ac
 sha256=ba77747cfb107d31cf4ae2eb27839cfa196c0fca08c98465256a4820b9d85d29
diff --git a/recipes/asio/asio.inc b/recipes/asio/asio.inc
new file mode 100644
index 0000000..a8b2836
--- /dev/null
+++ b/recipes/asio/asio.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "Asio"
+HOMEPAGE = "http://asio.sf.net/"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "Boost Software License"
+
+INC_PR = "r1"
+
+DEPENDS = "boost"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2"
+
+inherit autotools
+
diff --git a/recipes/asio/asio_1.1.1.bb b/recipes/asio/asio_1.1.1.bb
index e0b610d..1a4dad6 100644
--- a/recipes/asio/asio_1.1.1.bb
+++ b/recipes/asio/asio_1.1.1.bb
@@ -1,18 +1,3 @@
-DESCRIPTION = "Asio"
-HOMEPAGE = "http://asio.sf.net/"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "Boost Software License"
-
-PR = "r1"
-
-DEPENDS = "boost"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2"
-
-inherit autotools pkgconfig
-
-do_stage() {
-	autotools_stage_all
-}	
+require asio.inc
 
+PR = "${INC_PR}.0"
diff --git a/recipes/asio/asio_1.4.1.bb b/recipes/asio/asio_1.4.1.bb
new file mode 100644
index 0000000..1a4dad6
--- /dev/null
+++ b/recipes/asio/asio_1.4.1.bb
@@ -0,0 +1,3 @@
+require asio.inc
+
+PR = "${INC_PR}.0"





More information about the Openembedded-commits mailing list