[Buildroot] [PATCH] package/flatbuffers: do not install to target

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Feb 25 21:11:51 UTC 2019


Hello,

On Mon, 25 Feb 2019 01:16:11 +0100
Michaël Blanc <mika.blanc at gmail.com> wrote:

> Since flatbuffers does not have a shared library and flatc is only useful
> for compiling schemas of other projects, there is no point in installing
> flatbuffers in the target directory.
> 
> Signed-off-by: Michaël Blanc <mika.blanc at gmail.com>

I see a shared library on the target:

└── usr
    ├── bin
    │   └── flatc
    ├── lib
    │   ├── libflatbuffers.so -> libflatbuffers.so.1
    │   ├── libflatbuffers.so.1 -> libflatbuffers.so.1.9.0
    │   ├── libflatbuffers.so.1.9.0

so it doesn't quite match with what your commit log says. Are you sure
you were not building with BR2_STATIC_LIBS=y ?

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list