qt5base: do not copy qmake.mk file into staging-dir anymore

Packages should now include the file directly from within the qt5
directory part of the feed..
This commit is contained in:
Mirko Vogt
2025-05-12 15:37:09 +00:00
parent 6783ae0a9d
commit 8155ef231f
2 changed files with 1 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ HOST_BUILD_DEPENDS:=qt5base
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/nls.mk
include ./files/qmake.mk include ../qmake.mk
# hard disable udev support for now # hard disable udev support for now
CONFIG_PACKAGE_qt5base-input-autodiscovery:= CONFIG_PACKAGE_qt5base-input-autodiscovery:=
@@ -517,13 +517,6 @@ define Host/Configure
endef endef
define Build/InstallDev define Build/InstallDev
$(INSTALL_DIR) \
$(STAGING_DIR)/host/mk
$(CP) \
./files/qmake.mk \
$(STAGING_DIR)/host/mk/qmake5.mk
$(call Build/Install/HostFiles,$(1)) $(call Build/Install/HostFiles,$(1))
$(call Build/Install/Headers,$(1)) $(call Build/Install/Headers,$(1))
$(call Build/Install/Cmakes,$(1)) $(call Build/Install/Cmakes,$(1))