]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-pyelftools: fix the override syntax
authorAnuj Mittal <anuj.mittal@intel.com>
Tue, 11 Jan 2022 01:48:31 +0000 (09:48 +0800)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 11 Jan 2022 02:07:36 +0000 (10:07 +0800)
An earlier patch cherry-picked from master used : for override. Change
it to use _ for hardknott.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/python/python3-pyelftools_0.27.bb

index e2d0e182773f0e6bc0402e08396d3d312f188890..f8b9d420a5991f4f19e76f8c8f1aca795de6fc00 100644 (file)
@@ -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"