From 7e569186820163d731cbb14f8c25ce6a2cc45dc9 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 11 Jan 2022 09:48:31 +0800 Subject: [PATCH] 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 --- meta/recipes-devtools/python/python3-pyelftools_0.27.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.1