From: Richard Purdie Date: Fri, 4 Mar 2022 16:33:34 +0000 (+0000) Subject: python3: Reduce util-linux dependency to util-linux-libuuid X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=35246dec1c9690371ef0656b21f18567772dab2e;p=openembedded-core.git 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. Signed-off-by: Richard Purdie --- 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 ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}" -DEPENDS = "bzip2-replacement-native libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux libtirpc libnsl2 autoconf-archive-native" +DEPENDS = "bzip2-replacement-native libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux-libuuid libtirpc libnsl2 autoconf-archive-native" DEPENDS:append:class-target = " python3-native" DEPENDS:append:class-nativesdk = " python3-native"