dpdk: use += with FILES when packaging PN

The packaging rules are too restrictive and lead to errors when a binary
is generated that is not currently captured by the rules. Use += so it
at least is packaged and doesn't cause errors.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2021-12-13 15:38:33 +08:00
parent 21121e672c
commit 11edbc7a96

View File

@ -47,7 +47,7 @@ do_install:append(){
PACKAGES =+ "${PN}-examples ${PN}-tools"
FILES:${PN} = " ${bindir}/dpdk-testpmd \
FILES:${PN} += " ${bindir}/dpdk-testpmd \
${bindir}/dpdk-proc-info \
${libdir}/*.so* \
${libdir}/dpdk/pmds-22.0/*.so* \