]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Mon, 28 Dec 2015 09:25:13 +0000 (09:25 +0000)
commit1bd779347b92245ff0ac8dac5ae14dac025452b1
treedfc97d2f9a4a4a543c75cd1f1e74f34608c79fd9
parent20746544231f9e239ae5ca8993c0369578af9214
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.

(From OE-Core rev: c0754d672966901f22dff1bcd40bbd08d1219c7a)

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