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.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15899%2Fhead;p=thirdparty%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 fafc449090b..e475fa9dd05 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