asio: add boost to DEPENDS
[openembedded.git] / recipes / asio / asio_1.1.1.bb
1 DESCRIPTION = "Asio"
2 HOMEPAGE = "http://asio.sf.net/"
3 SECTION = "libs"
4 PRIORITY = "optional"
5 LICENSE = "Boost Software License"
6
7 DEPENDS = "boost"
8
9 SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2"
10
11 inherit autotools pkgconfig
12
13 do_stage() {
14         autotools_stage_all
15 }       
16