]> code.ossystems Code Review - openembedded-core.git/commit
devtool: update-recipe: handle unversioned bbappends
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 27 Apr 2015 09:53:20 +0000 (10:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Apr 2015 14:05:40 +0000 (15:05 +0100)
commit3332d68ef7b2a300ce8dcf5021497d98e5b17baa
treeceebfda7a81e1aa78fdde418fd038b35d4dbbe4a
parentd2d352f7b747a97a54df9d20eb1455d166aa1ee3
devtool: update-recipe: handle unversioned bbappends

Use the proper bbappend file name, don't just assume it will have a
version suffix (because it won't if the original recipe doesn't).

Fixes [YOCTO #7651].

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