* [PATCH] libnotify: Fix separate build dir support
@ 2014-02-27 18:04 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-02-27 18:04 UTC (permalink / raw)
To: openembedded-core
Fix ${B} != ${S} support for libnotify.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
index 61ae5e6..dd3ff31 100644
--- a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
+++ b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
@@ -12,6 +12,6 @@ SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516"
SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210"
do_configure_prepend() {
- sed -i /GTK3/d configure.ac
- sed -i -e /test-gtk3/d -e 's/test-xy-stress \\/test-xy-stress/' tests/Makefile.am
+ sed -i /GTK3/d ${S}/configure.ac
+ sed -i -e /test-gtk3/d -e 's/test-xy-stress \\/test-xy-stress/' ${S}/tests/Makefile.am
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-27 18:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 18:04 [PATCH] libnotify: Fix separate build dir support Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox