aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-04-26 13:34:32 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-03 20:47:01 +0200
commit70c0152a80e05aa6d5f65fc04f48a7e3d170a06f (patch)
tree174c211b6b858dcfdeae7508068492eff15bd80b /meta-gnome/recipes-gnome
parent54f9e194d027547c8dd531dea003bacaa0cb72e0 (diff)
downloadmeta-openembedded-contrib-70c0152a80e05aa6d5f65fc04f48a7e3d170a06f.tar.gz
gedit: 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/gedit/gedit_2.30.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
index 16b2a97b14..36bae08a70 100644
--- a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
+++ b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
@@ -16,8 +16,10 @@ EXTRA_OECONF = "--disable-scrollkeeper \
--enable-gvfs-metadata"
do_configure_prepend() {
+ cd ${S}
gnome-doc-common --copy || true
gnome-doc-prepare --force --copy || true
+ cd ${B}
}
FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2"