mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-06 19:38:28 +02:00
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
|
|
|