aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/rsnapshot
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2016-11-16 21:36:41 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-23 15:29:53 +0100
commitaea3dbd89ce89309cdda78eec8c283f9a621d193 (patch)
treed063482c50802c4646c195dee1752aa48815700b /meta-oe/recipes-support/rsnapshot
parentc851e2193a4fb06d20433d98ae7208c80dffe52a (diff)
downloadmeta-openembedded-contrib-aea3dbd89ce89309cdda78eec8c283f9a621d193.tar.gz
rsnapshot: fix host path in rsnapshot.conf.default
Fix host path for commands: mount, umount: .../tmp/sysroots/x86_64-linux/bin/mount -> /bin/mount .../tmp/sysroots/x86_64-linux/bin/umount -> /bin/umount Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/rsnapshot')
-rw-r--r--meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb2
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 1ebbb401d7..aefe3627eb 100644
--- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
+++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
@@ -40,6 +40,8 @@ EXTRA_OECONF += "--without-cp \
--without-logger \
--without-rsync \
ac_cv_path_PERL=${bindir}/perl \
+ ac_cv_path_MOUNT=${base_bindir}/mount \
+ ac_cv_path_UMOUNT=${base_bindir}/umount \
"
# Create 't/include.ac' before starting the autoreconf to fix configure