From a67677bdf799226670f24eb095041e38b164c67b Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Wed, 16 Nov 2016 21:36:41 -0500 Subject: 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 Signed-off-by: Martin Jansa (cherry picked from commit aea3dbd89ce89309cdda78eec8c283f9a621d193) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-support') 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 -- cgit 1.2.3-korg