summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval.ext@huawei.com>2022-09-20 15:41:07 +0200
committerKhem Raj <raj.khem@gmail.com>2022-09-21 06:34:45 -0700
commitfc8209e8bc2c45d241561e75c4f2b99c23c5689e (patch)
tree427fc1817dba7854a80adec3963eccb81557a811
parenta1965d0972f550387262b9db8b01728956ac1318 (diff)
downloadmeta-openembedded-fc8209e8bc2c45d241561e75c4f2b99c23c5689e.tar.gz
ot-br-posix: Add dep to ipset as used by firewall
ipset is used by firewall module of ot-br-posix: third_party/openthread/repo/src/posix/platform/firewall.cpp:\ return ExecuteCommand("%s add %s %s -exist", kIpsetCommand, aSetName, aAddress); Related observed issue looked like: ``` oniro@oniro-linux-blueprint-gateway-raspberrypi4-64:~$ sudo journalctl -u otbr-agent.service Apr 28 17:42:32 oniro-linux-blueprint-gateway-raspberrypi4-64 systemd[1]: Started OpenThread Border Router Agent. Apr 28 17:42:38 oniro-linux-blueprint-gateway-raspberrypi4-64 otbr-agent[330]: sh: ipset: not found ``` Relate-to: https://gitlab.eclipse.org/eclipse/oniro-blueprints/transparent-gateway/meta-oniro-blueprints-gateway/-/issues/6 Cc: Stefan Schmidt <stefan.schmidt@huawei.com> Forwarded: https://github.com/openembedded/meta-openembedded/pull/611 Signed-off-by: Philippe Coval <philippe.coval.ext@huawei.com>
-rw-r--r--meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb b/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb
index ca763d01fa..720228dc14 100644
--- a/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb
+++ b/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb
@@ -57,7 +57,7 @@ EXTRA_OECMAKE = "-DBUILD_TESTING=OFF \
57 -DOT_DHCP6_SERVER=ON \ 57 -DOT_DHCP6_SERVER=ON \
58 " 58 "
59 59
60RDEPENDS:${PN} = "iproute2 avahi-daemon" 60RDEPENDS:${PN} = "iproute2 ipset avahi-daemon"
61 61
62RCONFLICTS:${PN} = "ot-daemon" 62RCONFLICTS:${PN} = "ot-daemon"
63 63