DRAFT console-bridge_0.4.0.bb: Now creates versioned .so-s => drop inherit faulty-solibs

This commit is contained in:
Herb Kuta 2019-03-29 16:26:17 -07:00
parent 488ba92569
commit 99abf9296f
1 changed files with 1 additions and 1 deletions

View File

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