Makefile: also use ignore-times argument to rsync when copying rootfs overlays
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 4 Feb 2014 16:55:33 +0000 (17:55 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 4 Feb 2014 16:56:04 +0000 (17:56 +0100)
Missed from previous patch.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile

index 9775397748d0ba8c2d1cd1daf835527e658289c6..dec06941de9b8674170a75cbebc3842218a9727f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -548,7 +548,7 @@ endif
 
        @$(foreach d, $(call qstrip,$(BR2_ROOTFS_OVERLAY)), \
                $(call MESSAGE,"Copying overlay $(d)"); \
-               rsync -a $(RSYNC_VCS_EXCLUSIONS) \
+               rsync -a --ignore-times $(RSYNC_VCS_EXCLUSIONS) \
                        --chmod=Du+w --exclude .empty --exclude '*~' \
                        $(d)/ $(TARGET_DIR)$(sep))