diff options
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.11.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.11.2.bb b/meta/recipes-devtools/python/python3_3.11.2.bb index 810f0c2e00..421a305e22 100644 --- a/meta/recipes-devtools/python/python3_3.11.2.bb +++ b/meta/recipes-devtools/python/python3_3.11.2.bb | |||
| @@ -72,11 +72,11 @@ ALTERNATIVE_LINK_NAME[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config | |||
| 72 | ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}" | 72 | ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}" |
| 73 | 73 | ||
| 74 | 74 | ||
| 75 | DEPENDS = "bzip2-replacement-native libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux-libuuid libtirpc libnsl2 autoconf-archive-native ncurses" | 75 | DEPENDS = "bzip2-replacement-native expat libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux-libuuid libtirpc libnsl2 autoconf-archive-native ncurses" |
| 76 | DEPENDS:append:class-target = " python3-native" | 76 | DEPENDS:append:class-target = " python3-native" |
| 77 | DEPENDS:append:class-nativesdk = " python3-native" | 77 | DEPENDS:append:class-nativesdk = " python3-native" |
| 78 | 78 | ||
| 79 | EXTRA_OECONF = " --without-ensurepip --enable-shared --with-platlibdir=${baselib}" | 79 | EXTRA_OECONF = " --without-ensurepip --enable-shared --with-platlibdir=${baselib} --with-system-expat" |
| 80 | EXTRA_OECONF:append:class-native = " --bindir=${bindir}/${PN}" | 80 | EXTRA_OECONF:append:class-native = " --bindir=${bindir}/${PN}" |
| 81 | EXTRA_OECONF:append:class-target = " --with-build-python=nativepython3" | 81 | EXTRA_OECONF:append:class-target = " --with-build-python=nativepython3" |
| 82 | EXTRA_OECONF:append:class-nativesdk = " --with-build-python=nativepython3" | 82 | EXTRA_OECONF:append:class-nativesdk = " --with-build-python=nativepython3" |
