]> code.ossystems Code Review - openembedded-core.git/commit
devtool: add: prevent repeatedly running recipetool
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 12 Apr 2017 10:41:28 +0000 (22:41 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Apr 2017 21:16:55 +0000 (22:16 +0100)
commit8d7cced6e06d7c2037f5ab75ac859f501129532e
treed4d2fc335a6629e844ebfc8464bd138a8157e0fd
parentacfdbd796c99882b8586023c8c6b848716105c8d
devtool: add: prevent repeatedly running recipetool

If recipetool returns with exit code 14 this means devtool needs to
build nodejs-native and then call it again. If recipetool returns exit
code 14 again then clearly something has gone wrong and we should just
quit with an error.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py