On Tue, Apr 8, 2014 at 5:33 AM, Steffen Sledz <[email protected]> wrote: > If a package contains a shared library *and* a binary (e.g. a related command > line tool) then the soname major version *is not appended* to the package > name (see debian_package_name_hook in debian.bbclass). All other problems are > aftereffects.
shared objects which are to be used by other independent packages ( public .so) should be packaged separately into runtime shared object package which is separate from packages with binaries so that multiple versions of same librararies can be packaged on single system, your usecase seems to indicate that the .so is just used by this given binary you bundle together is that the case ? -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
