mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 16:59:59 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
c851e2193a
commit
aea3dbd89c
@@ -40,6 +40,8 @@ EXTRA_OECONF += "--without-cp \
|
|||||||
--without-logger \
|
--without-logger \
|
||||||
--without-rsync \
|
--without-rsync \
|
||||||
ac_cv_path_PERL=${bindir}/perl \
|
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
|
# Create 't/include.ac' before starting the autoreconf to fix configure
|
||||||
|
|||||||
Reference in New Issue
Block a user