summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch')
-rw-r--r--meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch b/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch
index 92ed1f4419..0c9ce8b8e3 100644
--- a/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch
+++ b/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch
@@ -1,4 +1,4 @@
1From 81700d1a0e51391028c761cc8ef1cd660084d114 Mon Sep 17 00:00:00 2001 1From f446686c26c499e15ef17d495a93cfbc20e16090 Mon Sep 17 00:00:00 2001
2From: Ross Burton <ross.burton@intel.com> 2From: Ross Burton <ross.burton@intel.com>
3Date: Tue, 12 Apr 2016 15:51:54 +0100 3Date: Tue, 12 Apr 2016 15:51:54 +0100
4Subject: [PATCH] rsync: remove upstream's rebuild logic 4Subject: [PATCH] rsync: remove upstream's rebuild logic
@@ -8,16 +8,15 @@ generally overcomplicated, and we ensure that autoreconf is invoked if required.
8 8
9Upstream-Status: Inappropriate 9Upstream-Status: Inappropriate
10Signed-off-by: Ross Burton <ross.burton@intel.com> 10Signed-off-by: Ross Burton <ross.burton@intel.com>
11
12--- 11---
13 Makefile.in | 54 ----------------------------------------------------- 12 Makefile.in | 54 -----------------------------------------------------
14 1 file changed, 54 deletions(-) 13 1 file changed, 54 deletions(-)
15 14
16diff --git a/Makefile.in b/Makefile.in 15diff --git a/Makefile.in b/Makefile.in
17index 3cde955..d963a70 100644 16index a1253e5..a084935 100644
18--- a/Makefile.in 17--- a/Makefile.in
19+++ b/Makefile.in 18+++ b/Makefile.in
20@@ -190,60 +190,6 @@ gensend: gen 19@@ -192,60 +192,6 @@ gensend: gen
21 fi 20 fi
22 rsync -aic $(GENFILES) git-version.h $${SAMBA_HOST-samba.org}:/home/ftp/pub/rsync/generated-files/ || true 21 rsync -aic $(GENFILES) git-version.h $${SAMBA_HOST-samba.org}:/home/ftp/pub/rsync/generated-files/ || true
23 22