diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-27 18:04:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:01:13 +0000 |
commit | 643d3ab9b582feab9d69aaa96e7b60d07ba80313 (patch) | |
tree | f7d47a3d0f2b23def71e659c420d151ec4d1c628 /meta/recipes-gnome | |
parent | 1c592a830711cb86ceb8804e9b2ae49bcf7d4dfd (diff) | |
download | poky-643d3ab9b582feab9d69aaa96e7b60d07ba80313.tar.gz |
libnotify: Fix separate build dir support
Fix ${B} != ${S} support for libnotify.
(From OE-Core rev: d418399156a97794d48e0c6dc7b6a911375bb520)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb index 61ae5e6421..dd3ff31787 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" | |||
12 | SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210" | 12 | SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210" |
13 | 13 | ||
14 | do_configure_prepend() { | 14 | do_configure_prepend() { |
15 | sed -i /GTK3/d configure.ac | 15 | sed -i /GTK3/d ${S}/configure.ac |
16 | sed -i -e /test-gtk3/d -e 's/test-xy-stress \\/test-xy-stress/' tests/Makefile.am | 16 | sed -i -e /test-gtk3/d -e 's/test-xy-stress \\/test-xy-stress/' ${S}/tests/Makefile.am |
17 | } | 17 | } |