Re: [OE-core] [hardknott][PATCH] python3-pyelftools: Depend on debugger, pprint

2022-01-10 Thread Chaitanya Vadrevu
It appears that on the hardknott branch, instead of this patch a corresponding patch from master branch was cherry-picked. The override separator is different between master and hardknott branches – on hardknott it should be “RDEPENDS_” instead of “RDEPENDS:”. This patch uses the correct

[OE-core] [hardknott][PATCH] python3-pyelftools: Depend on debugger, pprint

2021-12-16 Thread Chaitanya Vadrevu
python3-pyelftools uses python3-debugger, python3-pprint. So add dependencies on these packages. Signed-off-by: Chaitanya Vadrevu --- meta/recipes-devtools/python/python3-pyelftools_0.27.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git