[Buildroot] [PATCH v2 1/1] msgpack: bump version to 2.1.5

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Oct 8 21:21:24 UTC 2017


Hello,

On Tue, 19 Sep 2017 21:13:31 -0400, Bradford Barr wrote:

> The default "make install" installs all of the header files, cmake
> modules, pkg-config files, and the static library along side the
> dynamic libraries. I figured it'd be best if the package just
> installed the dynamic libraries on the target. Let me know if you'd
> prefer the default "make install".

What you did is not needed at all: Buildroot already removes header
files, pkg-config files, static libraries, etc. from $(TARGET_DIR) at
the end of the build.

If you drop your custom installation command, here is what is left from
msgpack in $(TARGET_DIR) at the end of the buid:

output/target/usr/lib/libmsgpackc.so
output/target/usr/lib/libmsgpackc.so.2.0.0
output/target/usr/lib/libmsgpackc.so.2

Which is exactly what we want.

Also, I've added LICENSE_1_0.txt to the list of license files, because
COPYING was not very useful by itself.

Applied with those changes. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the buildroot mailing list