96boards / meta-96boards

OpenEmbedded BSP Layer for the 96boards.org boards
MIT License
41 stars 59 forks source link

kselftests: Add iputils-ping6 to RDEPENDS #276

Closed mrchapp closed 6 years ago

mrchapp commented 6 years ago

ping6 is used by net's pmtu.sh test: https://bugs.linaro.org/show_bug.cgi?id=3830

Busybox' ping6 is not good for this test as it doesn't implement the -i parameter.

Signed-off-by: Daniel Díaz daniel.diaz@linaro.org