aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-09-22 12:05:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-22 21:01:35 +0100
commit22fd67f854f70f79ea94af11c61ef63939d54ac2 (patch)
tree811f7f09cab4e386cee6265186425a772f8e8c56
parentef7ad7a7c6b5f5a6c9d0d9e35e07b5a0dabe5be9 (diff)
downloadopenembedded-core-22fd67f854f70f79ea94af11c61ef63939d54ac2.tar.gz
gnome-desktop: Fix python path in scripts to use target path
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-gnome/gnome/gnome-desktop.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc
index 336b87f248..1317fffc0b 100644
--- a/meta/recipes-gnome/gnome/gnome-desktop.inc
+++ b/meta/recipes-gnome/gnome/gnome-desktop.inc
@@ -11,7 +11,11 @@ do_configure_prepend () {
FILES_${PN} += "${datadir}/gnome-about"
-PR = "r1"
+PR = "r2"
inherit gnome pkgconfig
+do_install_append () {
+ sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about
+}
+