mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 23:32:48 +00:00
python3-pyelftools: fix the override syntax
An earlier patch cherry-picked from master used : for override. Change it to use _ for hardknott. (From OE-Core rev: 7e569186820163d731cbb14f8c25ce6a2cc45dc9) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a0681701f8
commit
94fa217429
@ -12,4 +12,4 @@ inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user