[openwrt/openwrt] ucode: add libjson-c/host dependency
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 8 13:28:19 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/47c917313de9ec455c1ddc75522f7f92aa7e88e7
commit 47c917313de9ec455c1ddc75522f7f92aa7e88e7
Author: Chad Monroe <chad at monroe.io>
AuthorDate: Tue Jan 16 15:44:33 2024 -0800
ucode: add libjson-c/host dependency
ensure host libjson-c is built prior to ucode
Signed-off-by: Chad Monroe <chad at monroe.io>
(cherry picked from commit 5a3f6c50ef29c8b11fe6967e65277b8331be0ff0)
Link: https://github.com/openwrt/openwrt/pull/15899
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/utils/ucode/Makefile | 1 +
1 file changed, 1 insertion(+)
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 <jo at mein.io>
PKG_LICENSE:=ISC
PKG_ABI_VERSION:=20220812
+HOST_BUILD_DEPENDS:=libjson-c/host
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
More information about the lede-commits
mailing list