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:
3a23eed
)
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>
Sun, 4 Feb 2024 18:18:17 +0000
(19:18 +0100)
ensure host libjson-c is built prior to ucode
Signed-off-by: Chad Monroe <chad@monroe.io>
(cherry picked from commit
5a3f6c50ef29c8b11fe6967e65277b8331be0ff0
)
package/utils/ucode/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/ucode/Makefile
b/package/utils/ucode/Makefile
index 8a6274739ed52d35089ea7ad012fbf5de6e70c0d..c1fadd817a44688d172dc64f39e2a9e948c5995b 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:=20230711
+HOST_BUILD_DEPENDS:=libjson-c/host
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk