wpantund: Fix build break with missing strlcpy symbol
The wpantund project has some m4 macro to check for strlcpy and strlcat
being available. We are hitting a corner case here (maybe due to musl)
where strlcpy is detected but the system still does not build.
Adding a patch to the project to fix this case which was also submitted
upstream and waits for review.
Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
Showing
- meta-ohos-staging/recipes-connectivity/openthread/wpantund/0001-util-netif-mgmt-only-include-missing-strlcpy-header-.patch 37 additions, 0 deletions...til-netif-mgmt-only-include-missing-strlcpy-header-.patch
- meta-ohos-staging/recipes-connectivity/openthread/wpantund_git.bb 3 additions, 1 deletion...s-staging/recipes-connectivity/openthread/wpantund_git.bb
Please register or sign in to comment