From: "Michaël Blanc" <mika.blanc@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/flatbuffers: do not install to target
Date: Mon, 25 Feb 2019 01:16:11 +0100 [thread overview]
Message-ID: <20190225001610.3786-1-mika.blanc@gmail.com> (raw)
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@gmail.com>
---
package/flatbuffers/flatbuffers.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/flatbuffers/flatbuffers.mk b/package/flatbuffers/flatbuffers.mk
index 69054885ea..32186788c5 100644
--- a/package/flatbuffers/flatbuffers.mk
+++ b/package/flatbuffers/flatbuffers.mk
@@ -9,6 +9,7 @@ FLATBUFFERS_SITE = $(call github,google,flatbuffers,$(FLATBUFFERS_VERSION))
FLATBUFFERS_LICENSE = Apache-2.0
FLATBUFFERS_LICENSE_FILES = LICENSE.txt
FLATBUFFERS_INSTALL_STAGING = YES
+FLATBUFFERS_INSTALL_TARGET = NO
FLATBUFFERS_CONF_OPTS += \
-DCMAKE_CXX_FLAGS="-std=c++11" \
--
2.20.1
next reply other threads:[~2019-02-25 0:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-25 0:16 Michaël Blanc [this message]
2019-02-25 21:11 ` [Buildroot] [PATCH] package/flatbuffers: do not install to target Thomas Petazzoni
2019-02-26 19:41 ` Mika Blanc
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=20190225001610.3786-1-mika.blanc@gmail.com \
--to=mika.blanc@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox