mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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 acfc380d4e700d3cb0d355d3e8e9afdba181d050) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
ddb2dc2927
commit
603b5a07ed
@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "f6f28af47fdfb41db84bd003f0d76f5f4abf2137d1e27e9d378f063bb8
|
||||
EXTRA_OECONF = "--disable-dbus-start-daemon"
|
||||
|
||||
do_compile_prepend() {
|
||||
mkdir -p xfce4-notifyd
|
||||
mkdir -p xfce4-notifyd xfce4-notifyd-config
|
||||
}
|
||||
|
||||
FILES_${PN} += " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user