Skip to content
Snippets Groups Projects
Commit a72dde42 authored by Stefan Herbrechtsmeier's avatar Stefan Herbrechtsmeier
Browse files

catkin.bbclass: Remove duplicate file entries


Remove all ${BPN} file entries as catkin packages always use
underlines instead of hyphens.

Signed-off-by: default avatarStefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
parent fb260696
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment