projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc8e06
)
libubox: make sure blobmsg-json is included in host-build
author
Daniel Golle
<daniel@makrotopia.org>
Thu, 14 Jun 2018 18:10:04 +0000
(20:10 +0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Thu, 14 Jun 2018 18:30:47 +0000
(20:30 +0200)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/libs/libubox/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libubox/Makefile
b/package/libs/libubox/Makefile
index 6b16805344c145a6f1467b43f16c49fd8e013c9e..8e6d0368e35547caf6abd26b0990a2f43f499719 100644
(file)
--- a/
package/libs/libubox/Makefile
+++ b/
package/libs/libubox/Makefile
@@
-1,7
+1,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_RELEASE=
1
+PKG_RELEASE=
2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/libubox.git
@@
-16,6
+16,7
@@
PKG_LICENSE_FILES:=
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_BUILD_DEPENDS:=lua
+HOST_BUILD_DEPENDS:=libjson-c/host
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk