mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
cbcf7323bf
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
14 lines
220 B
PHP
14 lines
220 B
PHP
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
|
|
|