ucode: add libjson-c/host dependency

ensure host libjson-c is built prior to ucode

Signed-off-by: Chad Monroe <chad@monroe.io>
This commit is contained in:
Chad Monroe 2024-01-16 15:44:33 -08:00 committed by Christian Marangi
parent 997acc7f86
commit 5a3f6c50ef
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -19,6 +19,7 @@ PKG_MAINTAINER:=Jo-Philipp Wich <jo@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