projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
997acc7
)
ucode: add libjson-c/host dependency
author
Chad Monroe
<chad@monroe.io>
Tue, 16 Jan 2024 23:44:33 +0000
(15:44 -0800)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/package/utils/ucode/Makefile
b/package/utils/ucode/Makefile
index f706ee5d20b22b770f6aee1707b6b8f3afcb0524..ed5ad350b5e84e97beb25068382f538db2b29012 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