projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e31d2a
)
ucode: add libjson-c/host dependency
author
Chad Monroe
<chad@monroe.io>
Tue, 16 Jan 2024 23:44:33 +0000
(15:44 -0800)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 8 Jul 2024 20:27:11 +0000
(22:27 +0200)
ensure host libjson-c is built prior to ucode
Signed-off-by: Chad Monroe <chad@monroe.io>
(cherry picked from commit
5a3f6c50ef29c8b11fe6967e65277b8331be0ff0
)
Link:
https://github.com/openwrt/openwrt/pull/15899
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/utils/ucode/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/ucode/Makefile
b/package/utils/ucode/Makefile
index fafc449090b3c6176ce5d49ff8cafda712551fcc..e475fa9dd05b2e3476961c2e0317eb559d556fba 100644
(file)
--- a/
package/utils/ucode/Makefile
+++ b/
package/utils/ucode/Makefile
@@
-19,6
+19,7
@@
PKG_MAINTAINER:=Jo-Philipp Wich <jo@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