The correct dependency name for pyelftools is "python3-pyelftools". Set the dependency name accordingly to avoid build failure with this PACKAGECONFIG.
Signed-off-by: Gyorgy Sarvari <skandigr...@gmail.com> --- meta-oe/recipes-devtools/pax-utils/pax-utils_1.3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/pax-utils/pax-utils_1.3.3.bb b/meta-oe/recipes-devtools/pax-utils/pax-utils_1.3.3.bb index d512c85704..4e80ca87ee 100644 --- a/meta-oe/recipes-devtools/pax-utils/pax-utils_1.3.3.bb +++ b/meta-oe/recipes-devtools/pax-utils/pax-utils_1.3.3.bb @@ -30,6 +30,6 @@ PACKAGECONFIG ??= "" PACKAGECONFIG[libcap] = "--with-caps, --without-caps, libcap" PACKAGECONFIG[libseccomp] = "--with-seccomp, --without-seccomp, libseccomp" -PACKAGECONFIG[pyelftools] = "--with-python, --without-python,, pyelftools" +PACKAGECONFIG[pyelftools] = "--with-python, --without-python,, python3-pyelftools" EXTRA_OECONF += "--enable-largefile"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115479): https://lists.openembedded.org/g/openembedded-devel/message/115479 Mute This Topic: https://lists.openembedded.org/mt/111179351/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-