From: Chad Monroe Date: Tue, 16 Jan 2024 23:44:33 +0000 (-0800) Subject: ucode: add libjson-c/host dependency X-Git-Url: http://git.openwrt.org/source?a=commitdiff_plain;h=5a3f6c50ef29c8b11fe6967e65277b8331be0ff0;p=openwrt%2Fstaging%2Fdangole.git ucode: add libjson-c/host dependency ensure host libjson-c is built prior to ucode Signed-off-by: Chad Monroe --- diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile index f706ee5d20b..ed5ad350b5e 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:=20230711 +HOST_BUILD_DEPENDS:=libjson-c/host include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk