summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-01-11 09:48:31 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-14 09:34:04 +0000
commit94fa2174296b61fac294020a6e763c37d5e58d74 (patch)
treee46cb4086b11d5d80e563e2b5658ea1bf3ec2b7f
parenta0681701f8b5a8a2dc87302fee324e8390187604 (diff)
downloadpoky-94fa2174296b61fac294020a6e763c37d5e58d74.tar.gz
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>
-rw-r--r--meta/recipes-devtools/python/python3-pyelftools_0.27.bb2
1 files changed, 1 insertions, 1 deletions
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
12 12
13BBCLASSEXTEND = "native" 13BBCLASSEXTEND = "native"
14 14
15RDEPENDS:${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint" 15RDEPENDS_${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint"