[oe-commits] [meta-openembedded] 78/89: rsnapshot: fix host path in rsnapshot.conf.default

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 14:34:20 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit aea3dbd89ce89309cdda78eec8c283f9a621d193
Author: Wenzong Fan <wenzong.fan at windriver.com>
AuthorDate: Wed Nov 16 21:36:41 2016 -0500

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
index 1ebbb40..aefe362 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list