[oe-commits] Saul Wold : gnome-desktop: Fix python path in scripts to use target path

git version control git at git.openembedded.org
Thu Sep 22 20:03:51 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 22fd67f854f70f79ea94af11c61ef63939d54ac2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=22fd67f854f70f79ea94af11c61ef63939d54ac2

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Sep 22 12:05:33 2011 -0700

gnome-desktop: Fix python path in scripts to use target path

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-gnome/gnome/gnome-desktop.inc |    6 +++++-
 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 336b87f..1317fff 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
+}
+





More information about the Openembedded-commits mailing list