]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: minor fix for potential issue in python handling
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Dec 2015 04:02:58 +0000 (17:02 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:44:03 +0000 (16:44 +0000)
commit95d33e90f2d5d9dd5ccc950856b8a939fefb831e
tree443009407ceb1e8a8b9127f44b406b2e0c40cb0e
parent30c4cd9efdac400d713dff645f23f2627277d75a
recipetool: create: minor fix for potential issue in python handling

If SRC_URI happened not to be in the pre-generated lines then this code
would error out. This is unlikely to happen with the way the create code
is structured at the moment, but handle it just in case.

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