aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/asio/asio.inc
blob: 49c236fc01a8771ed4e07aef3a434aee8ae8d9cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Asio"
HOMEPAGE = "http://asio.sf.net/"
SECTION = "libs"
LICENSE = "Boost Software License"

INC_PR = "r0"

DEPENDS = "boost"

SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2"

inherit autotools

ALLOW_EMPTY_${PN} = "1"