catkin.bbclass: Remove duplicate file entries
Remove all ${BPN} file entries as catkin packages always use underlines instead of hyphens. Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
This commit is contained in:
parent
fb2606961b
commit
a72dde4290
|
@ -33,16 +33,11 @@ ROS_BP = "${BPN}-${PV}"
|
|||
|
||||
FILES_${PN} += "\
|
||||
${prefix}/etc \
|
||||
${datadir}/${BPN}/conf \
|
||||
${datadir}/${BPN}/scripts \
|
||||
${datadir}/${ROS_BPN}/conf \
|
||||
${datadir}/${ROS_BPN}/scripts \
|
||||
"
|
||||
|
||||
FILES_${PN}-dev += "\
|
||||
${datadir}/${BPN}/cmake \
|
||||
${datadir}/${BPN}/package.xml \
|
||||
${datadir}/${BPN}/*.template \
|
||||
${datadir}/${ROS_BPN}/cmake \
|
||||
${datadir}/${ROS_BPN}/package.xml \
|
||||
${datadir}/${ROS_BPN}/*.template \
|
||||
|
|
Loading…
Reference in New Issue