]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
depexp.py: Fix segfault if DISPLAY is not set
authorMaxin B. John <maxin.john@enea.com>
Mon, 16 Feb 2015 08:25:02 +0000 (09:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Feb 2015 09:09:36 +0000 (09:09 +0000)
commitf35e9bd7b59c180fe9a3d9177efb57b92d9cd373
tree0ba4cad9094c014af9151ca5ee4856df3985cc01
parent27848725316ddae619c1b86f8adc0bfecfadf413
depexp.py: Fix segfault if DISPLAY is not set

bitbake -g -u depexp <package> segfaults when DISPLAY is not set
properly. Fix it with a proper check.

[YOCTO #7299]

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/depexp.py