[oe-commits] Koen Kooi : asio: add boost to DEPENDS

git version control git at git.openembedded.org
Fri Oct 30 10:56:58 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: eac32cefd91a4b494d457e55e362120f1cbebe91
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eac32cefd91a4b494d457e55e362120f1cbebe91

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Oct 29 13:27:34 2009 +0100

 asio: add boost to DEPENDS

---

 recipes/asio/asio_1.1.1.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/asio/asio_1.1.1.bb b/recipes/asio/asio_1.1.1.bb
index 89b363d..a724921 100644
--- 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





More information about the Openembedded-commits mailing list