]> code.ossystems Code Review - openembedded-core.git/commit
devtool: better handling for recipes that don't unpack source
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Sep 2015 16:21:32 +0000 (17:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Sep 2015 17:12:57 +0000 (18:12 +0100)
commit087ca0c644aad19e6e7d3921f99f3056471deb65
treeb651457b332951dd9757c037f3e9406b57332587
parent0bab8086fdef93b88d5ec6b88b07ccc921dd786f
devtool: better handling for recipes that don't unpack source

Some recipes don't extract any source (for example, opkg-keyrings). We
were producing a traceback in this case because we weren't checking if
the directory existed.

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