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:
Lukas Bulwahn 2013-05-31 19:06:22 +02:00
parent 430f67cdd8
commit ec7d4ce9c0
1 changed files with 4 additions and 0 deletions

View File

@ -21,3 +21,7 @@ SRC_URI[sha256sum] = "69c3efa4ef86b2c3ffb37d29a9c6169853975a3bc362815c9cffc40f74
S = "${WORKDIR}/console_bridge-${PV}" S = "${WORKDIR}/console_bridge-${PV}"
inherit cmake inherit cmake
FILES_SOLIBSDEV = ""
FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}"