diff options
-rw-r--r-- | meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ | |||
13 | perl-module-getopt-std \ | 13 | perl-module-getopt-std \ |
14 | perl-module-file-path \ | 14 | perl-module-file-path \ |
15 | perl-module-file-stat \ | 15 | perl-module-file-stat \ |
16 | perl-module-file-spec \ | ||
16 | perl-module-posix \ | 17 | perl-module-posix \ |
17 | perl-module-fcntl \ | 18 | perl-module-fcntl \ |
18 | perl-module-io-file \ | 19 | perl-module-io-file \ |
19 | perl-module-constant \ | 20 | perl-module-constant \ |
20 | perl-module-overloading \ | 21 | perl-module-overloading \ |
22 | perl-module-ipc-open3 \ | ||
21 | " | 23 | " |
22 | 24 | ||
23 | SRCREV = "a9e29850fc33c503c289e245c7bad350eed746d9" | 25 | SRCREV = "a9e29850fc33c503c289e245c7bad350eed746d9" |