diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-04 16:33:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-05 10:45:13 +0000 |
commit | 2954022bbeb93ff500f3b6bcf8b0a397751de495 (patch) | |
tree | c2a328318453a5dd6aee1c1529a28286b516cdcd /meta | |
parent | dc4db0af9aeb5853994c58d94392bb30e08d2f33 (diff) | |
download | poky-2954022bbeb93ff500f3b6bcf8b0a397751de495.tar.gz |
python3: Reduce util-linux dependency to util-linux-libuuid
Only libuuid is needed by python so reduce the dependency and hence
reduce the amount pulled into the syroot for the native case in particular.
(From OE-Core rev: 35246dec1c9690371ef0656b21f18567772dab2e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.10.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.10.2.bb b/meta/recipes-devtools/python/python3_3.10.2.bb index e61b23c6a9..32da2a12c8 100644 --- a/meta/recipes-devtools/python/python3_3.10.2.bb +++ b/meta/recipes-devtools/python/python3_3.10.2.bb | |||
@@ -71,7 +71,7 @@ ALTERNATIVE_LINK_NAME[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config | |||
71 | ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}" | 71 | ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}" |
72 | 72 | ||
73 | 73 | ||
74 | DEPENDS = "bzip2-replacement-native libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux libtirpc libnsl2 autoconf-archive-native" | 74 | DEPENDS = "bzip2-replacement-native libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux-libuuid libtirpc libnsl2 autoconf-archive-native" |
75 | DEPENDS:append:class-target = " python3-native" | 75 | DEPENDS:append:class-target = " python3-native" |
76 | DEPENDS:append:class-nativesdk = " python3-native" | 76 | DEPENDS:append:class-nativesdk = " python3-native" |
77 | 77 | ||