Re: [Need help] How to add one package to build directory of another package
On Sat, Jul 30, 2022 at 6:20 AM Kuzemko Aleksandr
<kuzemkoyocto@...> wrote: I wonder why do you have do_stage task, it should not be defined in recipes anymore as the bbclasses should be left to handle staging sysroot creating most of times. But now I has problem with main package (speech-dispatcher)Your package contains unversioned libraries, so either change them to use versioning scheme, see https://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html If you really need to keep using unversioned libraries then you have to tell the packaging system to do the right thing add something like this in recipe FILES_SOLIBSDEV = "" INSANE_SKIP:${PN} += "dev-so"
|
|