From: Chad Monroe Date: Tue, 16 Jan 2024 23:44:33 +0000 (-0800) Subject: ucode: add libjson-c/host dependency X-Git-Tag: v22.03.7~6 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=47c917313de9ec455c1ddc75522f7f92aa7e88e7;p=openwrt%2Fopenwrt.git ucode: add libjson-c/host dependency ensure host libjson-c is built prior to ucode Signed-off-by: Chad Monroe (cherry picked from commit 5a3f6c50ef29c8b11fe6967e65277b8331be0ff0) Link: https://github.com/openwrt/openwrt/pull/15899 Signed-off-by: Hauke Mehrtens --- diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile index fafc449090..e475fa9dd0 100644 --- a/package/utils/ucode/Makefile +++ b/package/utils/ucode/Makefile @@ -19,6 +19,7 @@ PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=ISC PKG_ABI_VERSION:=20220812 +HOST_BUILD_DEPENDS:=libjson-c/host include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk