On 22 December 2015 at 09:40, Simon Ruetzler <sruetzler@arigo-software.de> wrote:
Why is the demo package created with the libscom name? How can I disable this?
Because the default configuration enables debian.bbclass, which renames packages if they contain just a library to be the soname of the library.
If you don't want this to happen in your distro, INHERIT_remove = "debian" in your local.conf or distro configuration will stop it.
Ross