From 38d5a5bf0e07a12c4ef76d0d0158bff70e6ddd22 Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Tue, 29 May 2018 20:11:05 +0200 Subject: [PATCH] qt5: set fixed file times when creating tar archives for raw packages Fixes #2842 --- repos/libports/recipes/raw/qt5_dejavusans/content.mk | 2 +- .../libports/recipes/raw/qt5_qt_labs_folderlistmodel/content.mk | 2 +- repos/libports/recipes/raw/qt5_qtquick2/content.mk | 2 +- repos/libports/recipes/raw/qt5_qtquick_layouts/content.mk | 2 +- .../libports/recipes/raw/qt5_qtquick_virtualkeyboard/content.mk | 2 +- repos/libports/recipes/raw/qt5_qtquick_window/content.mk | 2 +- repos/libports/recipes/raw/qt5_samegame/content.mk | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/repos/libports/recipes/raw/qt5_dejavusans/content.mk b/repos/libports/recipes/raw/qt5_dejavusans/content.mk index 58a6ca5d7..f062b4f24 100644 --- a/repos/libports/recipes/raw/qt5_dejavusans/content.mk +++ b/repos/libports/recipes/raw/qt5_dejavusans/content.mk @@ -7,5 +7,5 @@ qt/lib/fonts/DejaVuSans.ttf: cp $(PORT_DIR)/src/lib/qt5/qt5/qtquickcontrols/examples/quickcontrols/extras/dashboard/fonts/$(notdir $@) $@ qt5_dejavusans.tar: qt/lib/fonts/DejaVuSans.ttf - tar cf $@ qt + tar cf $@ --mtime='1970-01-01' qt rm -rf qt diff --git a/repos/libports/recipes/raw/qt5_qt_labs_folderlistmodel/content.mk b/repos/libports/recipes/raw/qt5_qt_labs_folderlistmodel/content.mk index ec0d9599c..fac2d94a9 100644 --- a/repos/libports/recipes/raw/qt5_qt_labs_folderlistmodel/content.mk +++ b/repos/libports/recipes/raw/qt5_qt_labs_folderlistmodel/content.mk @@ -12,5 +12,5 @@ $(QMLDIR): $(INSTALL_DIR) cp $(PORT_DIR)/src/lib/qt5/qt5/qtdeclarative/src/imports/folderlistmodel/qmldir $@ qt5_qt_labs_folderlistmodel.tar: $(QMLDIR) - tar cf $@ qt + tar cf $@ --mtime='1970-01-01' qt rm -rf qt diff --git a/repos/libports/recipes/raw/qt5_qtquick2/content.mk b/repos/libports/recipes/raw/qt5_qtquick2/content.mk index 02e362607..d56cf0c30 100644 --- a/repos/libports/recipes/raw/qt5_qtquick2/content.mk +++ b/repos/libports/recipes/raw/qt5_qtquick2/content.mk @@ -12,5 +12,5 @@ $(QMLDIR): $(INSTALL_DIR) cp $(PORT_DIR)/src/lib/qt5/qt5/qtdeclarative/src/imports/qtquick2/qmldir $@ qt5_qtquick2.tar: $(QMLDIR) - tar cf $@ qt + tar cf $@ --mtime='1970-01-01' qt rm -rf qt diff --git a/repos/libports/recipes/raw/qt5_qtquick_layouts/content.mk b/repos/libports/recipes/raw/qt5_qtquick_layouts/content.mk index 5caf59f59..3479df647 100644 --- a/repos/libports/recipes/raw/qt5_qtquick_layouts/content.mk +++ b/repos/libports/recipes/raw/qt5_qtquick_layouts/content.mk @@ -12,5 +12,5 @@ $(QMLDIR): $(INSTALL_DIR) cp $(PORT_DIR)/src/lib/qt5/qt5/qtdeclarative/src/imports/layouts/qmldir $@ qt5_qtquick_layouts.tar: $(QMLDIR) - tar cf $@ qt + tar cf $@ --mtime='1970-01-01' qt rm -rf qt diff --git a/repos/libports/recipes/raw/qt5_qtquick_virtualkeyboard/content.mk b/repos/libports/recipes/raw/qt5_qtquick_virtualkeyboard/content.mk index 94a446cc1..8ab8c6d36 100644 --- a/repos/libports/recipes/raw/qt5_qtquick_virtualkeyboard/content.mk +++ b/repos/libports/recipes/raw/qt5_qtquick_virtualkeyboard/content.mk @@ -19,5 +19,5 @@ $(STYLES_QMLDIR): $(INSTALL_DIR)/Styles cp $(PORT_DIR)/src/lib/qt5/qt5/qtvirtualkeyboard/src/virtualkeyboard/styles/qmldir $@ qt5_qtquick_virtualkeyboard.tar: $(QMLDIR) $(STYLES_QMLDIR) - tar cf $@ qt + tar cf $@ --mtime='1970-01-01' qt rm -rf qt diff --git a/repos/libports/recipes/raw/qt5_qtquick_window/content.mk b/repos/libports/recipes/raw/qt5_qtquick_window/content.mk index add9f6c98..f260c5326 100644 --- a/repos/libports/recipes/raw/qt5_qtquick_window/content.mk +++ b/repos/libports/recipes/raw/qt5_qtquick_window/content.mk @@ -12,5 +12,5 @@ $(QMLDIR): $(INSTALL_DIR) cp $(PORT_DIR)/src/lib/qt5/qt5/qtdeclarative/src/imports/window/qmldir $@ qt5_qtquick_window.tar: $(QMLDIR) - tar cf $@ qt + tar cf $@ --mtime='1970-01-01' qt rm -rf qt diff --git a/repos/libports/recipes/raw/qt5_samegame/content.mk b/repos/libports/recipes/raw/qt5_samegame/content.mk index e422f5dba..46bdd1917 100644 --- a/repos/libports/recipes/raw/qt5_samegame/content.mk +++ b/repos/libports/recipes/raw/qt5_samegame/content.mk @@ -29,5 +29,5 @@ $(addprefix samegame/shared/pics/, $(SAMEGAME_RESOURCES)): samegame/shared/pics qt5_samegame.tar: $(addprefix samegame/, $(SAMEGAME3_RESOURCES)) \ $(addprefix samegame/shared/pics/, $(SAMEGAME_RESOURCES)) - tar cf $@ -C samegame . + tar cf $@ --mtime='1970-01-01' -C samegame . rm -rf samegame/