rpcsvc-proto: add gettext-full/host depends 11303/head
authorAndy Walsh <andy.walsh44+github@gmail.com>
Tue, 11 Feb 2020 11:10:24 +0000 (12:10 +0100)
committerAndy Walsh <andy.walsh44+github@gmail.com>
Tue, 11 Feb 2020 11:10:24 +0000 (12:10 +0100)
* fix for missing gettext-full/host depends

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
libs/rpcsvc-proto/Makefile

index 281d05a76f58f09bbd037fe5be8fe19e97ed49f5..b392fccac1fbcb60e247aa5255711d0483d7c1b2 100644 (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