]> code.ossystems Code Review - openembedded-core.git/commit
recipetool/create: Fix to work with reproducible_builds
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Nov 2019 15:44:21 +0000 (15:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Nov 2019 21:17:40 +0000 (21:17 +0000)
commit188ba30ef290efab6d5a9b95fba8e991b779ab33
treefb85cb6780f7dbf53583e9fab4b6091fa84421e0
parent29a0502e101ed0667e960f9f8591b0a2d60a4bcb
recipetool/create: Fix to work with reproducible_builds

The extra diretory created by reproducibile_builds was confusing recipetool
and hence devtool. Ignore this directory to restore the correct behaviour and
allow it to work with the class.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py