diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-10 11:08:51 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-10 11:08:51 +0100 |
commit | a79d5a546392cad57bb8855f88d4617caa852d27 (patch) | |
tree | 28a5b26bf27ff1e594e13e6eb5aa76891f8f8aab /recipes/asio | |
parent | 09a85ada712374f567b276067805c19b091a518a (diff) | |
parent | 6e0172f360053c39bfad106592fbb55509167103 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/asio')
-rw-r--r-- | recipes/asio/asio.inc | 14 | ||||
-rw-r--r-- | recipes/asio/asio_1.1.1.bb | 19 | ||||
-rw-r--r-- | recipes/asio/asio_1.4.1.bb | 3 |
3 files changed, 19 insertions, 17 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 + 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" |