Merge pull request #11303 from Andy2244/rpcsvc-proto_fix_missing_gettext

rpcsvc-proto: add gettext-full/host depends
This commit is contained in:
Rosen Penev 2020-02-11 12:57:54 -08:00 committed by GitHub
commit 26a8c74fd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rpcsvc-proto
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/thkukuk/rpcsvc-proto.git
@ -17,6 +17,7 @@ PKG_FIXUP:=autoreconf
PKG_REMOVE_FILES:=autogen.sh
PKG_INSTALL:=1
HOST_BUILD_DEPENDS:=gettext-full/host
PKG_BUILD_DEPENDS:=rpcsvc-proto/host
include $(INCLUDE_DIR)/package.mk