diff options
| author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-07-04 22:00:15 +0300 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-06 17:24:49 +0100 | 
| commit | 90a12e07ee22df900fa740c6c2f1efe41e93b9f4 (patch) | |
| tree | 08d1f913b2ea65134327dbea5ef85ca955ddcf32 /scripts | |
| parent | 08f85da10b3a7fc6165f163fd0f23784a2c9c8e4 (diff) | |
| download | openembedded-core-90a12e07ee22df900fa740c6c2f1efe41e93b9f4.tar.gz openembedded-core-90a12e07ee22df900fa740c6c2f1efe41e93b9f4.tar.bz2 openembedded-core-90a12e07ee22df900fa740c6c2f1efe41e93b9f4.zip | |
devshell.bbclass: fix double unbuffering
stdout is already unbuffered in bitbake code. Attempt to
do it again in devshell.bbclass causes this crash when
running devpyshell:
  File "scripts/oepydevshell-internal.py", line 29, in <module>
      pty = open(sys.argv[1], "w+b", 0)
  IOError: [Errno 13] Permission denied: '/dev/pts/6'
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
