[openwrt/openwrt] kobs-ng: Mark as nonshared to build in step 1

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 30 12:44:54 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/54258c396f8ff0b159870a610d9ce16aee02c342

commit 54258c396f8ff0b159870a610d9ce16aee02c342
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Tue Jul 30 00:32:10 2024 +0200

    kobs-ng: Mark as nonshared to build in step 1
    
    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 at hauke-m.de>
---
 package/boot/kobs-ng/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/boot/kobs-ng/Makefile b/package/boot/kobs-ng/Makefile
index 68e6ff170c..261cd92eab 100644
--- a/package/boot/kobs-ng/Makefile
+++ b/package/boot/kobs-ng/Makefile
@@ -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
 




More information about the lede-commits mailing list