From: Ross Burton Date: Thu, 1 Mar 2018 14:55:47 +0000 (+0000) Subject: glib: no need to depend on python3native X-Git-Tag: yocto-4.0~14167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3a68ae0477f527b13a9551f9b0ecad4f37130a9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glib: no need to depend on python3native The glib build doesn't appear to use python3native, so remove it to streamline build dependencies. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index dc24a41a6a4..7e062eeb5da 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -30,7 +30,7 @@ PACKAGES += "${PN}-codegen ${PN}-utils" LEAD_SONAME = "libglib-2.0.*" -inherit autotools gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache python3native manpages +inherit autotools gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages S = "${WORKDIR}/glib-${PV}"