aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2016-11-16 21:36:41 -0500
committerArmin Kuster <akuster808@gmail.com>2016-11-29 08:22:23 -0800
commita67677bdf799226670f24eb095041e38b164c67b (patch)
tree36920055870e03309cc91f7d0d1af6e01a9155e7 /meta-oe/recipes-support
parentf98f05a6a2c941cc7514cbc9c0057f66663ebde3 (diff)
downloadmeta-openembedded-contrib-a67677bdf799226670f24eb095041e38b164c67b.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> (cherry picked from commit aea3dbd89ce89309cdda78eec8c283f9a621d193) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-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