git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1314ecd
)
asio: add boost to DEPENDS
author
Koen Kooi
<koen@openembedded.org>
Thu, 29 Oct 2009 12:27:34 +0000
(13:27 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 29 Oct 2009 12:27:34 +0000
(13:27 +0100)
recipes/asio/asio_1.1.1.bb
patch
|
blob
|
history
diff --git
a/recipes/asio/asio_1.1.1.bb
b/recipes/asio/asio_1.1.1.bb
index
89b363d
..
a724921
100644
(file)
--- a/
recipes/asio/asio_1.1.1.bb
+++ b/
recipes/asio/asio_1.1.1.bb
@@
-4,6
+4,8
@@
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "Boost Software License"
+DEPENDS = "boost"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2"
inherit autotools pkgconfig