diff options
author | Ross Burton <ross.burton@intel.com> | 2018-03-01 14:55:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-03 17:08:30 +0000 |
commit | e3a68ae0477f527b13a9551f9b0ecad4f37130a9 (patch) | |
tree | 058122a474f09723f31e97da5ec4159093879810 | |
parent | 06c9f43fc018cc35bb0ffef133d6f53eb2964e26 (diff) | |
download | openembedded-core-e3a68ae0477f527b13a9551f9b0ecad4f37130a9.tar.gz openembedded-core-e3a68ae0477f527b13a9551f9b0ecad4f37130a9.tar.bz2 openembedded-core-e3a68ae0477f527b13a9551f9b0ecad4f37130a9.zip |
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 <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index dc24a41a6a..7e062eeb5d 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}" |