Merge pull request #12381 from neheb/host

remove pointless host builds
This commit is contained in:
Rosen Penev
2020-06-06 11:46:17 -07:00
committed by GitHub
3 changed files with 0 additions and 37 deletions
-7
View File
@@ -23,7 +23,6 @@ PKG_MAINTAINER:=Val Kulkov <val.kulkov@gmail.com>
PKG_FIXUP:=autoreconf
PKG_LIBTOOL_PATHS:=builds/unix
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
define Package/libfreetype
@@ -51,11 +50,6 @@ CONFIGURE_ARGS += \
--with-zlib=yes \
--with-png=yes
HOST_CONFIGURE_ARGS+= \
--with-bzip2=no \
--with-zlib=no \
--with-png=no
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install
endef
@@ -84,5 +78,4 @@ define Package/libfreetype/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libfreetype.so.* $(1)/usr/lib/
endef
$(eval $(call HostBuild))
$(eval $(call BuildPackage,libfreetype))
-2
View File
@@ -24,7 +24,6 @@ PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
define Package/libpng
@@ -69,5 +68,4 @@ define Package/libpng/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpng.so $(1)/usr/lib/
endef
$(eval $(call HostBuild))
$(eval $(call BuildPackage,libpng))