console-bridge: adding static library to package
This commit intends to add the static library to the main package. It resolves issue #82 and is a copy of a part of the catkin class.
This commit is contained in:
parent
430f67cdd8
commit
ec7d4ce9c0
|
@ -21,3 +21,7 @@ SRC_URI[sha256sum] = "69c3efa4ef86b2c3ffb37d29a9c6169853975a3bc362815c9cffc40f74
|
|||
S = "${WORKDIR}/console_bridge-${PV}"
|
||||
|
||||
inherit cmake
|
||||
|
||||
FILES_SOLIBSDEV = ""
|
||||
FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue