All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] msgpack: bump version to 2.1.5
Date: Sun, 8 Oct 2017 23:21:24 +0200	[thread overview]
Message-ID: <20171008232124.3010643a@windsurf> (raw)
In-Reply-To: <CAPpUvYgiu5yFpi=aCgE86+3UCsApo2vGS_Mi9Q12OOdtRvUsOw@mail.gmail.com>

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

      reply	other threads:[~2017-10-08 21:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-18 15:58 [Buildroot] [PATCH v2 1/1] msgpack: bump version to 2.1.5 Bradford Barr
2017-09-19 21:19 ` Arnout Vandecappelle
2017-09-20  1:13   ` Bradford Barr
2017-10-08 21:21     ` Thomas Petazzoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171008232124.3010643a@windsurf \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.