aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-12-04 00:57:12 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-12-07 22:30:29 +0100
commit1b7daf8feab648b852b40572fe99a970b1579f7e (patch)
tree441f1b6e843b682889937e1ac5aa11bade9e04d5
parent579e0bbc025ae643b1761bbb62b8b333bb36d617 (diff)
downloadopenembedded-1b7daf8feab648b852b40572fe99a970b1579f7e.tar.gz
asio: update to version 1.4.1
* switch to INC_PR and .inc
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/asio/asio.inc14
-rw-r--r--recipes/asio/asio_1.1.1.bb19
-rw-r--r--recipes/asio/asio_1.4.1.bb3
4 files changed, 23 insertions, 17 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index e195a71a40..3c6f7126ed 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 0000000000..a8b283683b
--- /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 e0b610d8c9..1a4dad6932 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 0000000000..1a4dad6932
--- /dev/null
+++ b/recipes/asio/asio_1.4.1.bb
@@ -0,0 +1,3 @@
+require asio.inc
+
+PR = "${INC_PR}.0"