DRAFT {crystal} console-bridge_0.4.0.bb: cmake subdir under libdir not datadir

This commit is contained in:
Herb Kuta 2019-03-29 16:21:50 -07:00
parent a77dec034f
commit 488ba92569
1 changed files with 3 additions and 0 deletions

View File

@ -21,3 +21,6 @@ SRC_URI[sha256sum] = "c78f87a05c1b2f299c0c8cc1aa9e0234c7e761aa521e4223ecf7aebd21
S = "${WORKDIR}/${ROS_SP}" S = "${WORKDIR}/${ROS_SP}"
inherit cmake faulty-solibs inherit cmake faulty-solibs
# For some reason, the cmake subdir is under ${libdir} instead of ${datadir} for this component.
FILES_${PN}-dev += "${libdir}/${ROS_BPN}/cmake"