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-04 11:35:41 +0000 |
commit | f0a5815732f3e62da51fbb89d35c2fbee84aac0f (patch) | |
tree | b3092af4fc2f5a42cff76da22935638dca8cf064 | |
parent | c2feb21a5dddbfd307b9babaddb0333fe8dced07 (diff) | |
download | poky-f0a5815732f3e62da51fbb89d35c2fbee84aac0f.tar.gz |
glib: no need to depend on python3native
The glib build doesn't appear to use python3native, so remove it to streamline
build dependencies.
(From OE-Core rev: e3a68ae0477f527b13a9551f9b0ecad4f37130a9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" | |||
30 | 30 | ||
31 | LEAD_SONAME = "libglib-2.0.*" | 31 | LEAD_SONAME = "libglib-2.0.*" |
32 | 32 | ||
33 | inherit autotools gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache python3native manpages | 33 | inherit autotools gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages |
34 | 34 | ||
35 | S = "${WORKDIR}/glib-${PV}" | 35 | S = "${WORKDIR}/glib-${PV}" |
36 | 36 | ||