From ec7d4ce9c0c334048a397531a79102792aa82ae8 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <bulwahn@in.tum.de> Date: Fri, 31 May 2013 19:06:22 +0200 Subject: [PATCH] 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. --- recipes-ros/console-bridge/console-bridge_0.2.2.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-ros/console-bridge/console-bridge_0.2.2.bb b/recipes-ros/console-bridge/console-bridge_0.2.2.bb index 16b8b75..8eab02b 100644 --- a/recipes-ros/console-bridge/console-bridge_0.2.2.bb +++ b/recipes-ros/console-bridge/console-bridge_0.2.2.bb @@ -21,3 +21,7 @@ SRC_URI[sha256sum] = "69c3efa4ef86b2c3ffb37d29a9c6169853975a3bc362815c9cffc40f74 S = "${WORKDIR}/console_bridge-${PV}" inherit cmake + +FILES_SOLIBSDEV = "" +FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" + -- GitLab