mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
kubernetes: inhibit package QA warning
WARNING: kubernetes-1_v1.23.6+gitfbcfa33018159c033aee77b0d5456df6771aa9b5-r0 do_package_qa: QA Issue: kubernetes-misc: ELF binary /usr/bin/kubectl-convert has relocations in .text [textrel] This textrel is acceptable, so we can inhibit the warning. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
1004c059c9
commit
420cb45082
|
@ -118,7 +118,7 @@ PACKAGES =+ "kubeadm kubectl kubelet kube-proxy ${PN}-misc ${PN}-host"
|
||||||
|
|
||||||
ALLOW_EMPTY:${PN} = "1"
|
ALLOW_EMPTY:${PN} = "1"
|
||||||
INSANE_SKIP:${PN} += "ldflags already-stripped"
|
INSANE_SKIP:${PN} += "ldflags already-stripped"
|
||||||
INSANE_SKIP:${PN}-misc += "ldflags already-stripped"
|
INSANE_SKIP:${PN}-misc += "ldflags already-stripped textrel"
|
||||||
|
|
||||||
# Note: we are explicitly *not* adding docker to the rdepends, since we allow
|
# Note: we are explicitly *not* adding docker to the rdepends, since we allow
|
||||||
# backends like cri-o to be used.
|
# backends like cri-o to be used.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user