aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-05-03 00:35:38 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-05-24 00:28:22 +0200
commit1903233f2b312caf87aa369cd325d9689c45a1c6 (patch)
tree6ed7a7f91d015a47a8213805c738b92dac68df62 /package/utils
parenta6616eea406d8654f5a0198a26c5748a86c75272 (diff)
downloadupstream-1903233f2b312caf87aa369cd325d9689c45a1c6.tar.gz
upstream-1903233f2b312caf87aa369cd325d9689c45a1c6.tar.bz2
upstream-1903233f2b312caf87aa369cd325d9689c45a1c6.zip
treewide: Mark packages nonshared if they depend on @TARGET_
This marks all packages which depend on a target with @TARGET nonshared. If they are not marked nonshared they would be build by the SDK build and if this happens with a different SDK, then the SDK from the target the package depends on, the package would not be added to the index. This should fix the image builder for some of these packages. This should fix the image builder at least for bcm27xx/bcm2710 and bcm4908/generic. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/bcm4908img/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/utils/bcm4908img/Makefile b/package/utils/bcm4908img/Makefile
index 108fe600e5..c18ac958f8 100644
--- a/package/utils/bcm4908img/Makefile
+++ b/package/utils/bcm4908img/Makefile
@@ -5,6 +5,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bcm4908img
PKG_RELEASE:=1
+PKG_FLAGS:=nonshared
+
PKG_BUILD_DEPENDS := bcm4908img/host
include $(INCLUDE_DIR)/package.mk