diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-04-26 13:34:33 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:47:02 +0200 |
commit | 7e679f01555818a4abf1549ac9c91d559ed02167 (patch) | |
tree | cbf3e6a633fd7237a7413f5c6cdba319de841839 /meta-gnome/recipes-gnome | |
parent | 70c0152a80e05aa6d5f65fc04f48a7e3d170a06f (diff) | |
download | meta-openembedded-7e679f01555818a4abf1549ac9c91d559ed02167.tar.gz |
gnome-bluetooth: Fix build when S != B
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb index 8de03a4a8..94bfa3bbf 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | |||
@@ -21,7 +21,7 @@ EXTRA_OECONF += "--enable-nautilus-sendto=no" | |||
21 | 21 | ||
22 | # No native docbook XSL stylesheets recipe in OE yet | 22 | # No native docbook XSL stylesheets recipe in OE yet |
23 | do_configure_prepend() { | 23 | do_configure_prepend() { |
24 | sed -i s/help// Makefile.am | 24 | sed -i s/help// ${S}/Makefile.am |
25 | } | 25 | } |
26 | 26 | ||
27 | do_configure_append() { | 27 | do_configure_append() { |