From: Ash Charles <ashcharles@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [Patch v2] xfce4-notifyd: Ensure xfce4-notifyd subdirectory exists
Date: Tue, 10 Jun 2014 09:46:49 -0700 [thread overview]
Message-ID: <1402418809-4593-1-git-send-email-ashcharles@gmail.com> (raw)
In-Reply-To: <20140610112216.GE2433@jama>
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.
v2: don't create directory if it already exists
Upstream-Status: Pending
Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@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..eb554ce 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 -p xfce4-notifyd
+}
+
FILES_${PN} += " \
${libdir}/xfce4/notifyd \
${datadir}/themes \
--
1.8.3.2
prev parent reply other threads:[~2014-06-10 16:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-26 17:59 [meta-xfce][PATCH] xfce4-notifyd: Ensure xfce4-notifyd subdirectory exists Ash Charles
2014-06-10 11:22 ` Martin Jansa
2014-06-10 16:46 ` Ash Charles [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1402418809-4593-1-git-send-email-ashcharles@gmail.com \
--to=ashcharles@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.