Skip to content
Snippets Groups Projects
Commit 47f61b37 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

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
parent a32f5286
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment