diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-02-14 09:43:29 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-14 20:27:17 -0800 |
commit | fe09b04b6877c6f9ae355fe1aa7188614a1b5ccd (patch) | |
tree | cc494d064f7fd9479398078a0e46e827cde21b7d /meta-oe/recipes-devtools | |
parent | a87929bbccee9b92fed32b77688f62fc18c0a4e7 (diff) | |
download | meta-openembedded-fe09b04b6877c6f9ae355fe1aa7188614a1b5ccd.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/pax-utils/pax-utils_1.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 ??= "" | |||
30 | 30 | ||
31 | PACKAGECONFIG[libcap] = "--with-caps, --without-caps, libcap" | 31 | PACKAGECONFIG[libcap] = "--with-caps, --without-caps, libcap" |
32 | PACKAGECONFIG[libseccomp] = "--with-seccomp, --without-seccomp, libseccomp" | 32 | PACKAGECONFIG[libseccomp] = "--with-seccomp, --without-seccomp, libseccomp" |
33 | PACKAGECONFIG[pyelftools] = "--with-python, --without-python,, pyelftools" | 33 | PACKAGECONFIG[pyelftools] = "--with-python, --without-python,, python3-pyelftools" |
34 | 34 | ||
35 | EXTRA_OECONF += "--enable-largefile" | 35 | EXTRA_OECONF += "--enable-largefile" |