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 ??= "" 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"