[openwrt/openwrt] ucode: add libjson-c/host dependency

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 4 10:19:07 PST 2024


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/9ee626f94505eeb71e9cdab19af216eb1c9f2a15

commit 9ee626f94505eeb71e9cdab19af216eb1c9f2a15
Author: Chad Monroe <chad at monroe.io>
AuthorDate: Tue Jan 16 15:44:33 2024 -0800

    ucode: add libjson-c/host dependency
    
    ensure host libjson-c is built prior to ucode
    
    Signed-off-by: Chad Monroe <chad at monroe.io>
    (cherry picked from commit 5a3f6c50ef29c8b11fe6967e65277b8331be0ff0)
---
 package/utils/ucode/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile
index 8a6274739e..c1fadd817a 100644
--- a/package/utils/ucode/Makefile
+++ b/package/utils/ucode/Makefile
@@ -19,6 +19,7 @@ PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 
 PKG_ABI_VERSION:=20230711
+HOST_BUILD_DEPENDS:=libjson-c/host
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/host-build.mk




More information about the lede-commits mailing list