aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/yamonenv/Makefile
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-01-19 09:18:57 +0100
committerMathias Kresin <dev@kresin.me>2017-01-24 19:59:55 +0100
commit806d3cc2c30f5c206e4b9c3976c0bb8761da42b4 (patch)
treea60431da872306a72bf637b2d14a684f840ec0b2 /package/boot/yamonenv/Makefile
parentf6de4a5025c758e05e53eb12f477a6dd27e4c42e (diff)
downloadupstream-806d3cc2c30f5c206e4b9c3976c0bb8761da42b4.tar.gz
upstream-806d3cc2c30f5c206e4b9c3976c0bb8761da42b4.tar.bz2
upstream-806d3cc2c30f5c206e4b9c3976c0bb8761da42b4.zip
packages: mark packages depending on a target as nonshared
The packages can't be build as shared packages due to the unmet dependencies. Fixes FS#418. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/boot/yamonenv/Makefile')
-rw-r--r--package/boot/yamonenv/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/yamonenv/Makefile b/package/boot/yamonenv/Makefile
index 63293d4739..011d39acd6 100644
--- a/package/boot/yamonenv/Makefile
+++ b/package/boot/yamonenv/Makefile
@@ -17,6 +17,8 @@ PKG_HASH:=466eca9cdad2c15e957fb9ce7d0b6927ecd17d85c4cc2dff37e97a3e6b209c67
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
+PKG_FLAGS:=nonshared
+
include $(INCLUDE_DIR)/package.mk
define Package/yamonenv