Merge pull request #8680 from lucize/intltool-perl

intltool: depend on hostpkg first
This commit is contained in:
Rosen Penev 2019-07-25 13:39:11 -07:00 committed by GitHub
commit f431f442a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -7,19 +7,24 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=intltool
PKG_VERSION:=0.51.0
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://launchpad.net/intltool/trunk/$(PKG_VERSION)/+download
PKG_HASH:=67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
HOST_BUILD_DEPENDS:=perl/host
PKG_HOST_ONLY:=1
HOST_FIXUP:=autoreconf
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
HOST_CONFIGURE_VARS+= \
PATH=$(STAGING_DIR_HOSTPKG)/bin:$(STAGING_DIR_HOSTPKG)/usr/bin:$(PATH)
define Package/intltool
SECTION:=libs
CATEGORY:=Libraries