summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-02-14 09:43:29 +0100
committerKhem Raj <raj.khem@gmail.com>2025-02-14 20:27:17 -0800
commitfe09b04b6877c6f9ae355fe1aa7188614a1b5ccd (patch)
treecc494d064f7fd9479398078a0e46e827cde21b7d /meta-oe/recipes-devtools
parenta87929bbccee9b92fed32b77688f62fc18c0a4e7 (diff)
downloadmeta-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.bb2
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
31PACKAGECONFIG[libcap] = "--with-caps, --without-caps, libcap" 31PACKAGECONFIG[libcap] = "--with-caps, --without-caps, libcap"
32PACKAGECONFIG[libseccomp] = "--with-seccomp, --without-seccomp, libseccomp" 32PACKAGECONFIG[libseccomp] = "--with-seccomp, --without-seccomp, libseccomp"
33PACKAGECONFIG[pyelftools] = "--with-python, --without-python,, pyelftools" 33PACKAGECONFIG[pyelftools] = "--with-python, --without-python,, python3-pyelftools"
34 34
35EXTRA_OECONF += "--enable-largefile" 35EXTRA_OECONF += "--enable-largefile"