]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib: no need to depend on python3native
authorRoss Burton <ross.burton@intel.com>
Thu, 1 Mar 2018 14:55:47 +0000 (14:55 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Mar 2018 17:08:30 +0000 (17:08 +0000)
The glib build doesn't appear to use python3native, so remove it to streamline
build dependencies.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/glib-2.0/glib.inc

index dc24a41a6a4e88350667cca6a8b65c69271221a2..7e062eeb5daca7af25a51ec182d0746869f172c3 100644 (file)
@@ -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}"