]> code.ossystems Code Review - openembedded-core.git/commit
devtool: update-recipe: use correct method to get bbappend filename
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Dec 2015 04:03:07 +0000 (17:03 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:44:03 +0000 (16:44 +0000)
commitc0754d672966901f22dff1bcd40bbd08d1219c7a
tree370b6fcb552787c602405116edf7e09ec507c8b5
parent67a28109a1ee1383d1b17a8dafa4fe510948238b
devtool: update-recipe: use correct method to get bbappend filename

The bbappend already exists at this point, so we know what its path is -
there's no need to figure it out from scratch here.

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