From: Anuj Mittal Date: Tue, 11 Jan 2022 01:48:31 +0000 (+0800) Subject: python3-pyelftools: fix the override syntax X-Git-Tag: 2021-04.5-hardknott~59 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7e569186820163d731cbb14f8c25ce6a2cc45dc9;p=openembedded-core.git python3-pyelftools: fix the override syntax An earlier patch cherry-picked from master used : for override. Change it to use _ for hardknott. Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.27.bb b/meta/recipes-devtools/python/python3-pyelftools_0.27.bb index e2d0e18277..f8b9d420a5 100644 --- a/meta/recipes-devtools/python/python3-pyelftools_0.27.bb +++ b/meta/recipes-devtools/python/python3-pyelftools_0.27.bb @@ -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"