diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-13 14:00:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-13 14:00:47 +0000 |
commit | 100310f93696054353350b27a35c49f9b60b2015 (patch) | |
tree | 60d592e9534657963a3731b2e5a70e32ea0d878b | |
parent | 54cf3ad40aac692ef3b1784548d69a0f495ef450 (diff) |
asio: add 1.1.1
-rw-r--r-- | packages/asio/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/asio/asio_1.1.1.bb | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/asio/.mtn2git_empty b/packages/asio/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/asio/.mtn2git_empty diff --git a/packages/asio/asio_1.1.1.bb b/packages/asio/asio_1.1.1.bb new file mode 100644 index 0000000000..89b363dd8a --- /dev/null +++ b/packages/asio/asio_1.1.1.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Asio" +HOMEPAGE = "http://asio.sf.net/" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "Boost Software License" + +SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} + |