diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2016-11-16 21:36:41 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-11-29 08:22:23 -0800 |
commit | a67677bdf799226670f24eb095041e38b164c67b (patch) | |
tree | 36920055870e03309cc91f7d0d1af6e01a9155e7 | |
parent | f98f05a6a2c941cc7514cbc9c0057f66663ebde3 (diff) | |
download | meta-openembedded-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>
-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 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 \ | |||
40 | --without-logger \ | 40 | --without-logger \ |
41 | --without-rsync \ | 41 | --without-rsync \ |
42 | ac_cv_path_PERL=${bindir}/perl \ | 42 | ac_cv_path_PERL=${bindir}/perl \ |
43 | ac_cv_path_MOUNT=${base_bindir}/mount \ | ||
44 | ac_cv_path_UMOUNT=${base_bindir}/umount \ | ||
43 | " | 45 | " |
44 | 46 | ||
45 | # Create 't/include.ac' before starting the autoreconf to fix configure | 47 | # Create 't/include.ac' before starting the autoreconf to fix configure |