mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
3697f50bd3
GNU tar interprets the passed time value in local time by default, which lead to unstable hashes again. So, now provide a complete date/time value incl. time zone. Related to #2842
12 lines
393 B
Makefile
12 lines
393 B
Makefile
content: qt5_dejavusans.tar
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5)
|
|
|
|
qt/lib/fonts/DejaVuSans.ttf:
|
|
mkdir -p $(dir $@)
|
|
cp $(PORT_DIR)/src/lib/qt5/qt5/qtquickcontrols/examples/quickcontrols/extras/dashboard/fonts/$(notdir $@) $@
|
|
|
|
qt5_dejavusans.tar: qt/lib/fonts/DejaVuSans.ttf
|
|
tar --owner=0 --group=0 --numeric-owner --mode='go=' --mtime='1970-01-01 00:00+00' -cf $@ qt
|
|
rm -rf qt
|