We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eadafe + 47a6f63 commit 42b1fe1Copy full SHA for 42b1fe1
meta-rdk-mtk-bpir4/recipes-extended/iputils/iputils_%.bbappend
@@ -0,0 +1,9 @@
1
+# Removing ping binary from iputils, since busybox ping is preferred
2
+do_install_append() {
3
+ rm -f ${D}${base_bindir}/ping.${BPN}
4
+ rm -f ${D}${base_bindir}/ping
5
+}
6
+
7
+# Remove iputils-ping package entirely
8
+PACKAGES_remove = "${PN}-ping"
9
+RDEPENDS_${PN}_remove = "${PN}-ping"
0 commit comments