diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-11-23 13:59:41 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-27 23:54:50 +0000 |
| commit | 608f3fec55f9255a952a52e85f9e842b18bb5305 (patch) | |
| tree | a1ae823ab80c514a57a320b429d68b7809ad08c1 /meta/recipes-devtools/rsync/rsync_3.2.7.bb | |
| parent | c867f67bdb146b42cc2816314954096143124e49 (diff) | |
| download | poky-608f3fec55f9255a952a52e85f9e842b18bb5305.tar.gz | |
rsync: Delete pedantic errors re-ordering patch
It has been fixed by removing the check upstream see
https://github.com/WayneD/rsync/commit/9a3449a3980421f84ac55498ba565bc112b20d6c
(From OE-Core rev: c6228b8371ea5c3c452db7b536948ae96d83844b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rsync/rsync_3.2.7.bb')
| -rw-r--r-- | meta/recipes-devtools/rsync/rsync_3.2.7.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.2.7.bb b/meta/recipes-devtools/rsync/rsync_3.2.7.bb index e52699d24f..19574bcb1c 100644 --- a/meta/recipes-devtools/rsync/rsync_3.2.7.bb +++ b/meta/recipes-devtools/rsync/rsync_3.2.7.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \ | |||
| 15 | file://makefile-no-rebuild.patch \ | 15 | file://makefile-no-rebuild.patch \ |
| 16 | file://determism.patch \ | 16 | file://determism.patch \ |
| 17 | file://0001-Add-missing-prototypes-to-function-declarations.patch \ | 17 | file://0001-Add-missing-prototypes-to-function-declarations.patch \ |
| 18 | file://0001-Turn-on-pedantic-errors-at-the-end-of-configure.patch \ | ||
| 19 | " | 18 | " |
| 20 | SRC_URI[sha256sum] = "4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb" | 19 | SRC_URI[sha256sum] = "4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb" |
| 21 | 20 | ||
