From 0d263376f88bdd731512b6c14032c3df753a39bf Mon Sep 17 00:00:00 2001 From: Andy Walsh Date: Tue, 11 Feb 2020 12:10:24 +0100 Subject: [PATCH] rpcsvc-proto: add gettext-full/host depends * fix for missing gettext-full/host depends Signed-off-by: Andy Walsh --- libs/rpcsvc-proto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/rpcsvc-proto/Makefile b/libs/rpcsvc-proto/Makefile index 281d05a76f..b392fccac1 100644 --- a/libs/rpcsvc-proto/Makefile +++ b/libs/rpcsvc-proto/Makefile @@ -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