mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-19 21:09:04 +02:00
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:
parent
21121e672c
commit
11edbc7a96
|
@ -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* \
|
||||
|
|
Loading…
Reference in New Issue
Block a user