repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libdmx: Add fso-specs to DEPENDS
[openembedded.git]
/
recipes
/
asio
/
asio.inc
blob
a8b283683b02a4bf96f75e441e173c19674f2690
1
DESCRIPTION = "Asio"
2
HOMEPAGE = "http://asio.sf.net/"
3
SECTION = "libs"
4
PRIORITY = "optional"
5
LICENSE = "Boost Software License"
6
7
INC_PR = "r1"
8
9
DEPENDS = "boost"
10
11
SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2"
12
13
inherit autotools
14