meta-openembedded/meta-xfce
Hongxu Jia 603b5a07ed xfce4-notifyd: fix parallel build issue
While do an out-of-tree build, if xfce4-notifyd-config is not created
in time, there is a compile failure:
...
|LC_ALL=C intltool-merge -d -u -c ./po/.intltool-merge-cache
../xfce4-notifyd-0.4.0/po ../xfce4-notifyd-0.4.0/xfce4-notifyd-config/
xfce4-notifyd-config.desktop.in xfce4-notifyd-config/xfce4-notifyd-config.desktop
|Died at intltool-merge line 1184.
...

Ensure xfce4-notifyd-config subdirectory exists fixes the issue.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Acked-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit acfc380d4e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14 20:18:47 -07:00
..
classes xfce-app.bbclass: add x11 to REQUIRED_DISTRO_FEATURES 2016-11-23 15:24:48 +01:00
conf meta-*: add LAYERSERIES_COMPAT to layer.conf files 2018-04-13 12:43:37 -07:00
recipes-apps xfce4-notifyd: fix parallel build issue 2018-06-14 20:18:47 -07:00
recipes-art openzone: make build and unblacklist 2017-04-24 11:02:39 +02:00
recipes-bindings/vala xfce4-vala: only include when x11 in DISTRO_FEATURES 2018-04-13 12:43:47 -07:00
recipes-core/images core-image-minimal-xfce: inherit distro_features_check 2017-09-13 11:13:20 +02:00
recipes-extended imsettings: only include when x11 in DISTRO_FEATURES 2018-04-13 12:43:46 -07:00
recipes-multimedia parole: update 0.8.1 -> 1.0.0 2018-03-16 19:12:26 -07:00
recipes-panel-plugins xfce4-whiskermenu-plugin: update 2.1.5 -> 2.1.6 2018-04-13 12:43:46 -07:00
recipes-support/vim vim: only include when x11 in DISTRO_FEATURES 2018-03-12 09:59:32 -07:00
recipes-thunar-plugins recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues 2014-02-23 23:20:02 +01:00
recipes-xfce packagegroup-xfce-extended: only include when x11 in DISTRO_FEATURES 2018-04-13 12:43:47 -07:00
README update layer maintainers 2018-04-13 12:43:44 -07:00

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>