mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Enable the host tools on protobuf-c (protoc-c specifically)
Signed-Off-By: Mike Kershaw <dragorn@kismetwireless.net>
(cherry-picked from 6915059e35)
This commit is contained in:
committed by
Rosen Penev
parent
fa969ac007
commit
2750abb5bc
@@ -17,6 +17,8 @@ PKG_SOURCE_URL:=https://github.com/protobuf-c/protobuf-c.git
|
|||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||||
|
|
||||||
|
PKG_BUILD_DEPENDS:=protobuf-c/host
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
@@ -25,6 +27,7 @@ PKG_LICENSE:=BSD-2c
|
|||||||
PKG_MAINTAINER:=Jacob Siverskog <jacob@teenageengineering.com>
|
PKG_MAINTAINER:=Jacob Siverskog <jacob@teenageengineering.com>
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
|
||||||
define Package/libprotobuf-c
|
define Package/libprotobuf-c
|
||||||
TITLE:=Protocol Buffers library
|
TITLE:=Protocol Buffers library
|
||||||
@@ -60,3 +63,5 @@ define Package/libprotobuf-c/install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libprotobuf-c))
|
$(eval $(call BuildPackage,libprotobuf-c))
|
||||||
|
$(eval $(call HostBuild))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user