From 8468dfc035962b0d3a2ed97d5738168497d916be Mon Sep 17 00:00:00 2001 From: marcus_proest Date: Mon, 19 Sep 2016 12:35:12 +0200 Subject: [PATCH] LP-409 Added --force-local to tar command of make target fw_dist --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ff952865c..4fc9f0369 100644 --- a/Makefile +++ b/Makefile @@ -410,6 +410,7 @@ $(FW_DIST_TAR): $(PACKAGE_FW_TARGETS) | $(DIST_DIR) $(V1) tar -c --file="$(FW_DIST_TAR)" --directory=$(FLIGHT_OUT_DIR) \ --owner=root --group=root --mtime="`git show -s --format=%ci`" \ --transform='s,^,firmware/,' \ + --force-local \ $(foreach fw_targ,$(PACKAGE_FW_TARGETS),$(fw_targ)/$(fw_targ).opfw) $(FW_DIST_TAR_GZ): $(FW_DIST_TAR)