aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-03-29 14:56:31 -0700
committerKoen Kooi <koen@openembedded.org>2010-03-30 17:43:32 +0200
commitc90bdc8faf4ac4771cf8954f1934ff06f9056cb0 (patch)
tree25236d753be14e0c325a6daade6ddc4eff83ffd4 /recipes/gnome
parent7509e6b7cb9fa480b24fbd6757e7cb936b20bfce (diff)
downloadopenembedded-c90bdc8faf4ac4771cf8954f1934ff06f9056cb0.tar.gz
gnome-bluetooth: remove trailing / in lib/plugins/Makefile.am to eliminate install error
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/gnome-bluetooth_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gnome/gnome-bluetooth_git.bb b/recipes/gnome/gnome-bluetooth_git.bb
index 2e57df3888..6d2eae3cfb 100644
--- a/recipes/gnome/gnome-bluetooth_git.bb
+++ b/recipes/gnome/gnome-bluetooth_git.bb
@@ -23,7 +23,8 @@ RCONFLICTS_${PN} = "bluez-gnome"
do_configure_prepend() {
cp ${WORKDIR}/gtk-doc.make ${S}/
- sed -i -e s:docs::g ${S}/Makefile.am
+ sed -i -e s:docs::g ${S}/Makefile.am
+ sed -i -e s:gnome-bluetooth/plugins/:gnome-bluetooth/plugins:g ${S}/lib/plugins/Makefile.am
echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make
}