ucode: add libjson-c/host dependency
authorChad Monroe <chad@monroe.io>
Tue, 16 Jan 2024 23:44:33 +0000 (15:44 -0800)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 1 Feb 2024 15:22:11 +0000 (16:22 +0100)
ensure host libjson-c is built prior to ucode

Signed-off-by: Chad Monroe <chad@monroe.io>
package/utils/ucode/Makefile

index f706ee5d20b22b770f6aee1707b6b8f3afcb0524..ed5ad350b5e84e97beb25068382f538db2b29012 100644 (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