summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-30 13:01:14 +0800
committerKhem Raj <raj.khem@gmail.com>2023-01-06 11:38:16 -0800
commite91d4784a897006d47138cfc1e4b2a744b6280c3 (patch)
tree0b7abb0107e79957e3f7440337bc0e7bb8a2763b /meta-oe
parentde2b848e7aa0536bc04e0de597b4236d7017c43b (diff)
downloadmeta-openembedded-e91d4784a897006d47138cfc1e4b2a744b6280c3.tar.gz
rsnapshot: upgrade 1.4.4 -> 1.4.5
Changelog: ========== - Fix regression (#310) - Merge pull request #303 from rsnapshot/update-HOWTO-to-talk-about-retain-instead-of-interval - Removing legacy Docbook files, as per discussion at https://github.com/rsnapshot/rsnapshot/pull/296 - Merge pull request #296 from hoclun-rigsep/hoclun-rigsep-patch-1 - Use @prefix@ instead of hardcoded value in rsnapshot.conf.default.in comment line (#289). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
index 2203663c17..3cbd04bd5c 100644
--- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
+++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
@@ -22,8 +22,8 @@ RDEPENDS:${PN} = "rsync \
22 perl-module-ipc-open3 \ 22 perl-module-ipc-open3 \
23 " 23 "
24 24
25SRCREV = "4dc82bfe6be3f83fcfa94946dcf6accfd6a18031" 25SRCREV = "1b943dbc7695d62fac5c0f9549ec696a538be19c"
26PV = "1.4.4+git${SRCPV}" 26PV = "1.4.5"
27 27
28SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=https \ 28SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=https \
29 file://configure-fix-cmd_rsync.patch \ 29 file://configure-fix-cmd_rsync.patch \