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
This commit is contained in:
parent
a32f528662
commit
47f61b374c
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue