diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-01-21 13:25:06 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-14 08:40:35 +0000 |
commit | dcdaa651f3180e4561d7d08f56bfb29f35f2085f (patch) | |
tree | 2638def4b57ec3d7318ed2cf64ba45dbac288f48 /meta/classes/image-vmdk.bbclass | |
parent | 62052810dbf3ed19697078a48b617bfbdadf2a29 (diff) | |
download | openembedded-core-dcdaa651f3180e4561d7d08f56bfb29f35f2085f.tar.gz openembedded-core-dcdaa651f3180e4561d7d08f56bfb29f35f2085f.tar.bz2 openembedded-core-dcdaa651f3180e4561d7d08f56bfb29f35f2085f.zip |
base-files/profile: change EDITOR to not be busybox specific
Setting "EDITOR=/bin/vi" breaks on non-busybox systems, as
vim will populate /usr/bin/vi instead, and you get stuff like:
op3:~/poky/meta-builder$ git commit -s
error: cannot run /bin/vi: No such file or directory
error: unable to start editor '/bin/vi'
Please supply the message using either -m or -F option.
op3:~/poky/meta-builder$ which vi
/usr/bin/vi
op3:~/poky/meta-builder$
Since we've already specified a proper path above in the profile,
we've no need to call out where in the path vi lives, and hence
this will work with busybox and a full vim install w/o busybox.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/image-vmdk.bbclass')
0 files changed, 0 insertions, 0 deletions