mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
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:
parent
a87929bbcc
commit
fe09b04b68
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user