From 58f093a0bd45400aae02cce3631302703cdb1ed7 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Tue, 27 Feb 2018 20:24:16 +0100 Subject: [PATCH] gsmlib: update PKG_BUILD_DEPENDS gettext-full/host is not enough. We need m4 files from gettext-full as well. Signed-off-by: Sebastian Kemper --- libs/gsmlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gsmlib/Makefile b/libs/gsmlib/Makefile index 1b06210..4184c21 100644 --- a/libs/gsmlib/Makefile +++ b/libs/gsmlib/Makefile @@ -20,8 +20,8 @@ PKG_MIRROR_HASH:=bc24d7ddcb5f4b5f9160351d9f38cf6f35f3feef969f675f883b32d04c8c80f 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 +# Need Makefile.in.in from gettext-full/host and po.m4 from gettext-full +PKG_BUILD_DEPENDS:=gettext-full/host gettext-full PKG_FIXUP:=autoreconf -- 2.30.2