[Buildroot] [git commit] mongoose: don't install to target

Peter Korsgaard peter at korsgaard.com
Fri Sep 22 16:22:18 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=a418e6eeaaa6e1a0d173dbc538fac5f18470b024
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Only a static library is built (and no _INSTALL_TARGET_CMDS are defined), so
there is no need to run the target-install step.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/mongoose/mongoose.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/mongoose/mongoose.mk b/package/mongoose/mongoose.mk
index 39d5b85..e2149e0 100644
--- a/package/mongoose/mongoose.mk
+++ b/package/mongoose/mongoose.mk
@@ -9,6 +9,8 @@ MONGOOSE_SITE = $(call github,cesanta,mongoose,$(MONGOOSE_VERSION))
 MONGOOSE_LICENSE = GPL-2.0
 MONGOOSE_LICENSE_FILES = LICENSE
 MONGOOSE_INSTALL_STAGING = YES
+# static library
+MONGOOSE_INSTALL_TARGET = NO
 
 MONGOOSE_CFLAGS = $(TARGET_CFLAGS)
 


More information about the buildroot mailing list