diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-29 13:27:34 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-29 13:27:34 +0100 |
commit | eac32cefd91a4b494d457e55e362120f1cbebe91 (patch) | |
tree | 1466bf567c9626088449c6fd259f931156ea822d | |
parent | 1314ecdc7f2db73e7eb0a3910ed87406f2128a62 (diff) |
asio: add boost to DEPENDS
-rw-r--r-- | 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 89b363dd8a..a724921676 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 |