summaryrefslogtreecommitdiffstats
path: root/recipes/asio/asio.inc
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 /recipes/asio/asio.inc
parent579e0bbc025ae643b1761bbb62b8b333bb36d617 (diff)
downloadopenembedded-1b7daf8feab648b852b40572fe99a970b1579f7e.tar.gz
asio: update to version 1.4.1
* switch to INC_PR and .inc
Diffstat (limited to 'recipes/asio/asio.inc')
-rw-r--r--recipes/asio/asio.inc14
1 files changed, 14 insertions, 0 deletions
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
+