From: Saul Wold Date: Thu, 22 Sep 2011 19:05:33 +0000 (-0700) Subject: gnome-desktop: Fix python path in scripts to use target path X-Git-Tag: 2015-4~13338 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=22fd67f854f70f79ea94af11c61ef63939d54ac2;p=openembedded-core.git gnome-desktop: Fix python path in scripts to use target path Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 +} +