diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-06-14 20:10:04 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-09-04 00:07:03 +0200 |
commit | 0a337dae9cc6ba214d6abc39e7c1c29974d3f8aa (patch) | |
tree | 0ee893e192dfe9b67b313bdba8a3275c45deb65b /package | |
parent | 549eb9b3831bd1130be19967e1ddb09c06aa7dff (diff) | |
download | upstream-0a337dae9cc6ba214d6abc39e7c1c29974d3f8aa.tar.gz upstream-0a337dae9cc6ba214d6abc39e7c1c29974d3f8aa.tar.bz2 upstream-0a337dae9cc6ba214d6abc39e7c1c29974d3f8aa.zip |
libubox: make sure blobmsg-json is included in host-build
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 56e3a19ad6b09b421db84e7266f3df3d459d23b4)
[While nothing in 18.06 needs the blobmsg-json host build, this prevents
builds failing due to incompatible json-c versions installed on the host
system]
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libubox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index 5a8102a61a..55e5669008 100644 --- 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 |