From: Markus Volk Date: Sat, 27 May 2023 13:32:50 +0000 (+0200) Subject: python3: add libxcrypt-native dependency X-Git-Tag: uninative-4.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6198e1b1c3e3a3413b6ff9f014b40114f1850db;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3: add libxcrypt-native dependency crypt.h is otherwise taken from the host machine Signed-off-by: Markus Volk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3_3.11.2.bb b/meta/recipes-devtools/python/python3_3.11.2.bb index 421a305e22f..1ca4ad35bea 100644 --- a/meta/recipes-devtools/python/python3_3.11.2.bb +++ b/meta/recipes-devtools/python/python3_3.11.2.bb @@ -72,7 +72,7 @@ ALTERNATIVE_LINK_NAME[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}" -DEPENDS = "bzip2-replacement-native expat libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux-libuuid libtirpc libnsl2 autoconf-archive-native ncurses" +DEPENDS = "bzip2-replacement-native expat libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux-libuuid libtirpc libnsl2 autoconf-archive-native ncurses libxcrypt-native" DEPENDS:append:class-target = " python3-native" DEPENDS:append:class-nativesdk = " python3-native"