mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 13:21:24 +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> (cherry picked from commit aea3dbd89ce89309cdda78eec8c283f9a621d193) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
f98f05a6a2
commit
a67677bdf7
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user