diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-04-19 08:02:01 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-19 08:22:50 -0700 |
commit | 04b707ed5b3183a865ddced9c4b58a40f5d933e8 (patch) | |
tree | dc650d62ce47b2926f80a0d5343c419efdcba18c | |
parent | 33f4142dff5635eb3fc62ee5870387fa5cc6028b (diff) | |
download | meta-openembedded-04b707ed5b3183a865ddced9c4b58a40f5d933e8.tar.gz |
wpantund: Add missing dependency on boost
Fixes
checking for boost/signals2/signal.hpp... no
configure: error: Unable to find a usable implementation of boost::signals2 (not even our internal copy)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/openthread/wpantund_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/openthread/wpantund_git.bb b/meta-networking/recipes-connectivity/openthread/wpantund_git.bb index bb444d04f5..a7fcc202a4 100644 --- a/meta-networking/recipes-connectivity/openthread/wpantund_git.bb +++ b/meta-networking/recipes-connectivity/openthread/wpantund_git.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7820bc7f7d1638a6b54fc2e8d7fb103 \ | |||
11 | file://third_party/openthread/LICENSE;md5=543b6fe90ec5901a683320a36390c65f \ | 11 | file://third_party/openthread/LICENSE;md5=543b6fe90ec5901a683320a36390c65f \ |
12 | file://third_party/pt/LICENSE;md5=dcd598b69cad786beea33da7b1ae14b7 \ | 12 | file://third_party/pt/LICENSE;md5=dcd598b69cad786beea33da7b1ae14b7 \ |
13 | " | 13 | " |
14 | DEPENDS = "autoconf-archive dbus readline" | 14 | DEPENDS = "autoconf-archive dbus readline boost" |
15 | SRCREV = "0fb1f57e4224e2df3e630e146702bfcf63fbf07a" | 15 | SRCREV = "0fb1f57e4224e2df3e630e146702bfcf63fbf07a" |
16 | PV = "0.07.01+git${SRCPV}" | 16 | PV = "0.07.01+git${SRCPV}" |
17 | 17 | ||