mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01: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[libcap] = "--with-caps, --without-caps, libcap"
|
||||||
PACKAGECONFIG[libseccomp] = "--with-seccomp, --without-seccomp, libseccomp"
|
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"
|
EXTRA_OECONF += "--enable-largefile"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user