[oe-commits] [meta-openembedded] 20/48: xfce4-notifyd: fix parallel build issue

git at git.openembedded.org git at git.openembedded.org
Tue May 29 15:49:30 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit acfc380d4e700d3cb0d355d3e8e9afdba181d050
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Tue Apr 17 15:27:27 2018 +0800

    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 at windriver.com>
    Acked-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb
index 54e702e..15ec51b 100644
--- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb
+++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb
@@ -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} += " \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list