mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Packages such as gdk-pixbuf can result in the following error during the rootfs construction: CRITICAL **: 16:51:57.223: Failed to get connection to xfconfd: Cannot autolaunch D-Bus without X11 $DISPLAY This is hit during the postinst-intercepts/update_pixbuf_cache. Based on discussions upstream: https://bugzilla.xfce.org/show_bug.cgi?id=14789 this appears to be an issue for xfconf and has an upstream update: https://git.xfce.org/xfce/xfconf/commit?id=6f11cc65a2213f424728b5a0d25b1b63c19e773e Drawing from this change we can go ahead and use PACKAGECONFIG to emulate the upstream fix, defaulting to having the gsettings-backend disabled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |
||
|---|---|---|
| .. | ||
| classes | ||
| conf | ||
| recipes-apps | ||
| recipes-art | ||
| recipes-bindings/vala | ||
| recipes-connectivity/blueman | ||
| recipes-core/images | ||
| recipes-extended | ||
| recipes-multimedia | ||
| recipes-panel-plugins | ||
| recipes-thunar-plugins | ||
| recipes-xfce | ||
| README | ||
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 meta-xfce depends on meta-oe, meta-gnome and meta-multimedia in this repository. To avoid dependencies on meta-multimedia you need to mask recipes by adding this to local.conf: BBMASK = "meta-xfce/recipes-multimedia" Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-xfce]' 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-xfce][PATCH' Layer maintainer: Andreas Müller <schnitzeltony@googlemail.com>