summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.11.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-29 13:31:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-29 13:32:55 +0100
commit7412af2d39673ba34880e96fd54a2ed39aa82c14 (patch)
tree7976684f7a6129e93b06ebf4949c6eb79afd3ae9 /meta/recipes-devtools/python/python3_3.11.2.bb
parent6ebe71a52eae6b539560aa6a1ea12964dd10ed1e (diff)
downloadpoky-7412af2d39673ba34880e96fd54a2ed39aa82c14.tar.gz
Revert "python3/ruby/shadow: Revert add libxcrypt-native dependency"
This reverts commit c6198e1b1c3e3a3413b6ff9f014b40114f1850db. This reverts commit 167c2c9f15c1bfe401c0512e420a76fa1379c012. This reverts commit 65532fc751dc00e5568e256166f7b259d3a3c06c. The dependencies should not be a -native in the target case. Revert these whilst the proper patch is worked out. (From OE-Core rev: 54eccb76eb8ba2086a56a30dfbb8aba06b02865a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.11.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.11.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.11.2.bb b/meta/recipes-devtools/python/python3_3.11.2.bb
index 1ca4ad35be..421a305e22 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
72ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}" 72ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}"
73 73
74 74
75DEPENDS = "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" 75DEPENDS = "bzip2-replacement-native expat libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux-libuuid libtirpc libnsl2 autoconf-archive-native ncurses"
76DEPENDS:append:class-target = " python3-native" 76DEPENDS:append:class-target = " python3-native"
77DEPENDS:append:class-nativesdk = " python3-native" 77DEPENDS:append:class-nativesdk = " python3-native"
78 78