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:25:48 +0100 |
commit | 11ca5f99a7202878d27cbe31ed0012bd20891b83 (patch) | |
tree | ad3bcf3bc7d49c69e387349eb1a642b142feac07 /meta/classes/gobject-introspection.bbclass | |
parent | cd0afe151c7997be9cbdbd4af53093aba64f359d (diff) | |
download | poky-11ca5f99a7202878d27cbe31ed0012bd20891b83.tar.gz |
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'
(From OE-Core rev: 90a12e07ee22df900fa740c6c2f1efe41e93b9f4)
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 'meta/classes/gobject-introspection.bbclass')
0 files changed, 0 insertions, 0 deletions