pax-utils: fix pyelftools PACKAGECONFIG dependency

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 <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-02-14 09:43:29 +01:00 committed by Khem Raj
parent a87929bbcc
commit fe09b04b68
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"