diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-04-24 04:38:17 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-26 20:13:33 +0200 |
commit | 8dec4d3f93fead21beea2a817068a006ea955571 (patch) | |
tree | 3c73e27c08f272ed90541b4095e5f21f92c80e22 /meta-gpe | |
parent | 47a9500b47f062be9d1b625b6090b1642e324007 (diff) | |
download | meta-openembedded-contrib-8dec4d3f93fead21beea2a817068a006ea955571.tar.gz |
ntfs-3g-ntfsprogs: fix install failed while host dir not exist
While cross compiling, if the dir of "$(rootlibdir)" and "$(libdir)"
(such as "/usr/lib64") do not exist on host system, the do_instal failed.
-----------------------
make[3]: Entering directory `tmp/work/core2-64-wrs-linux/ntfs-3g-ntfsprogs/2017.3.23-r0/build/libntfs-3g'
if [ ! "/usr/lib64" -ef "/usr/lib64" ]; then \
mv -f "tmp/work/core2-64-wrs-linux/ntfs-3g-ntfsprogs/2017.3.23-r0/image//usr/lib64"/libntfs-3g.so* \
"tmp/work/core2-64-wrs-linux/ntfs-3g-ntfsprogs/2017.3.23-r0/image//usr/lib64"; \
fi
mv:...are the same file
-----------------------
Use `=' rather than `-ef' to compare them, the cross compile does not
care about host dir.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gpe')
0 files changed, 0 insertions, 0 deletions