gsmlib: fix sporadic build failures

Add build-time dependency on gettext-full/host. When it is not installed
Makefile.in.in doesn't exist and the gsmlib build fails.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2018-01-10 20:36:48 +01:00
parent b0e5bba218
commit 48b147a5f4
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ PKG_SOURCE_VERSION:=cd5442de07cfe052316ede58640ef81b20627276
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
# Needed to get a fresh copy of gettext's Makefile.in.in
PKG_BUILD_DEPENDS:=gettext-full/host
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1