]> code.ossystems Code Review - openembedded-core.git/commit
go-1.8: add patch for set soname in ELF shared objects
authorMatt Madison <matt@madison.systems>
Wed, 13 Sep 2017 17:54:04 +0000 (14:54 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Sep 2017 21:12:19 +0000 (22:12 +0100)
commit24c2ac446296663b86160cac046e7faccb19f5af
tree97fa507634b519ccd629ee13aa0e013253df9fde
parent2275712df152b73ce49b36bdf9f8d744c68c9c50
go-1.8: add patch for set soname in ELF shared objects

The go link tool does not set the soname by default, which
prevents package.bbclass's shlibs processing from seeing
shared libraries built with go.

This patch passes appropriate options to go's linker and
the external linker to set the soname.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-1.8.inc
meta/recipes-devtools/go/go-1.8/0006-linker-add-soname-to-shareable-objects.patch [new file with mode: 0644]