From e944a811d39040e9fa453b08fc572aafe1e24ccb Mon Sep 17 00:00:00 2001 From: Gianluca Pacchiella Date: Mon, 19 Oct 2020 13:18:52 +0200 Subject: Add missing dependencies for rsnapshot. Signed-off-by: Khem Raj (cherry picked from commit dfd5685ca7fc5688a8b808e6784d1ab22ec12b47) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb index dcadede0ed..33f5dccca2 100644 --- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb +++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb @@ -13,11 +13,13 @@ RDEPENDS_${PN} = "rsync \ perl-module-getopt-std \ perl-module-file-path \ perl-module-file-stat \ + perl-module-file-spec \ perl-module-posix \ perl-module-fcntl \ perl-module-io-file \ perl-module-constant \ perl-module-overloading \ + perl-module-ipc-open3 \ " SRCREV = "a9e29850fc33c503c289e245c7bad350eed746d9" -- cgit 1.2.3-korg