From 2190867b246d2832b62b9f41b5b5082becbd083d Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Tue, 21 Feb 2017 19:16:20 +0100 Subject: [PATCH] copy all host tools --- frameworks/qt5base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/qt5base/Makefile b/frameworks/qt5base/Makefile index 3fe52ca..9f307e1 100644 --- a/frameworks/qt5base/Makefile +++ b/frameworks/qt5base/Makefile @@ -522,8 +522,8 @@ define Host/Install $(STAGING_DIR_HOST)/share/ $(CP) \ - $(HOST_INSTALL_DIR)/bin/qmake \ - $(STAGING_DIR_HOST)/bin/qmake_host + $(HOST_INSTALL_DIR)/bin/* \ + $(STAGING_DIR_HOST)/bin/ endef define Package/qt5base-concurrent/install -- 2.30.2