diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-12-04 00:57:12 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-12-07 22:30:29 +0100 |
commit | 1b7daf8feab648b852b40572fe99a970b1579f7e (patch) | |
tree | 441f1b6e843b682889937e1ac5aa11bade9e04d5 /recipes/asio/asio_1.1.1.bb | |
parent | 579e0bbc025ae643b1761bbb62b8b333bb36d617 (diff) |
asio: update to version 1.4.1
* switch to INC_PR and .inc
Diffstat (limited to 'recipes/asio/asio_1.1.1.bb')
-rw-r--r-- | recipes/asio/asio_1.1.1.bb | 19 |
1 files changed, 2 insertions, 17 deletions
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" |