kobs-ng: Mark as nonshared to build in step 1
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 29 Jul 2024 22:32:10 +0000 (00:32 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 30 Jul 2024 19:42:33 +0000 (21:42 +0200)
Mark the package as nonshared to build it in the target specific build
step 1 of the build bots instead of the architecture generic build step
2. In the build step 2 it may be left out if we build it using a
different  target.

Fixes: 1eb21b87bdd6 ("kobs-ng: add new package")
Link: https://github.com/openwrt/openwrt/pull/16031
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/boot/kobs-ng/Makefile

index 68e6ff170cde2ed06d91900b03c7dabf0a5e7b82..261cd92eab1c15ebdaf4f94f86f6fb20fd4a9d1f 100644 (file)
@@ -18,6 +18,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/imx-kobs-$(PKG_VERSION)
 
 PKG_LICENSE:=GPLv2
 PKG_LICENSE_FILES:=COPYING
+PKG_FLAGS:=nonshared
 
 include $(INCLUDE_DIR)/package.mk