mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gobject-introspection is mandatory for gnome-desktop3 - there is no configure option to enable or disable it. To handle properly, this patch does: * Make 'gobject-introspection-data' a required distro feature * To avoid trouble once pending patch removing 'UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection"' are in oe-core [1] - set in recipe to avoid | ERROR: gnome-desktop3-3.32.0-r0 do_configure: QA Issue: gnome-desktop3: configure was passed unrecognised options: introspection [unknown-configure-option] This does not handle MACHINE_FEATURES / qemu-usermode case but there other issues of higher priority. [1] http://lists.openembedded.org/pipermail/openembedded-core/2019-April/280711.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |
||
|---|---|---|
| .. | ||
| classes | ||
| conf | ||
| recipes-apps/pinpoint | ||
| recipes-connectivity | ||
| recipes-devtools/glade | ||
| recipes-extended/gparted | ||
| recipes-gnome | ||
| recipes-support | ||
| site | ||
| COPYING.MIT | ||
| README | ||
meta-gnome
===========
The recipe in this layer needs to have 'x11' in DISTRO_FEATURES
to have effect. To enable them, add in configuration file the following line.
DISTRO_FEATURES_append = " x11"
If meta-gnome is included, but x11 is not enabled as a
distro feature a warning is printed at parse time:
You have included the meta-gnome layer, but
'x11' has not been enabled in your DISTRO_FEATURES.
If you know what you are doing, this warning can be disabled by setting the following
variable in your configuration:
SKIP_META_GNOME_SANITY_CHECK = 1
Dependencies
------------
This layer depends on:
URI: git://github.com/openembedded/oe-core.git
branch: master
revision: HEAD
URI: git://github.com/openembedded/meta-oe.git
branch: master
revision: HEAD
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome]' in the subject'
When sending single patches, please using something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][PATCH'
Layer maintainer: Andreas Müller <schnitzeltony@googlemail.com>