From 47f61b374c9adbe120809837afdacb692c8355e2 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <bulwahn@in.tum.de> Date: Fri, 31 May 2013 13:02:36 +0200 Subject: [PATCH] console-bridge: no additional files in dev package Currently, it is not clear if the additional files are required in the normal package or the dev package. Hence, we do not touch them (they are not added to any package or deleted after the installation) until the right operation is clear. Until then, the console-bridge emits the warning WARNING: QA Issue: console-bridge: Files/directories were installed but not shipped /usr/share /usr/share/console_bridge /usr/share/console_bridge/package.xml /usr/share/console_bridge/cmake /usr/share/console_bridge/cmake/console_bridge-config.cmake --- recipes-ros/console-bridge/console-bridge_0.2.2.bb | 6 ------ 1 file changed, 6 deletions(-) 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 7ef9839..16b8b75 100644 --- a/recipes-ros/console-bridge/console-bridge_0.2.2.bb +++ b/recipes-ros/console-bridge/console-bridge_0.2.2.bb @@ -21,9 +21,3 @@ SRC_URI[sha256sum] = "69c3efa4ef86b2c3ffb37d29a9c6169853975a3bc362815c9cffc40f74 S = "${WORKDIR}/console_bridge-${PV}" inherit cmake - -FILES_${PN}-dev += "\ - ${datadir}/console_bridge \ - ${datadir}/console_bridge/cmake \ - " - -- GitLab