[oe-commits] Ash Charles : xfce4-notifyd: Ensure xfce4-notifyd subdirectory exists

git at git.openembedded.org git at git.openembedded.org
Wed Jun 4 09:43:38 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 4f3b67f6a182b09dd145270ffad85938d5cdd32a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4f3b67f6a182b09dd145270ffad85938d5cdd32a

Author: Ash Charles <ashcharles at gmail.com>
Date:   Mon May 26 10:59:50 2014 -0700

xfce4-notifyd: Ensure xfce4-notifyd subdirectory exists

The notify-dbus.h file is autogenerated during compilation into the
xfce4-notifyd subdirectory.  This directory doesn't exist in an
out-of-tree build so we add one manually.

Upstream-Status: Pending

Signed-off-by: Ash Charles <ashcharles at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb
index 08af66d..c22423c 100644
--- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb
+++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb
@@ -7,6 +7,10 @@ DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib"
 
 inherit xfce-app
 
+do_compile_prepend() {
+	mkdir xfce4-notifyd
+}
+
 FILES_${PN} += " \
     ${libdir}/xfce4/notifyd \
     ${datadir}/themes \



More information about the Openembedded-commits mailing list