summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
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:03:16 +0100
commit7eb6cf467eed528ed9a7443b137033db196d47f6 (patch)
tree1741efd0519b60a5daf2779b87f1fb6eaa7f87c8 /meta/recipes-gnome/gnome
parentb1f7734f547cfc150b7c3d4c9997563c37b8ad4a (diff)
downloadpoky-7eb6cf467eed528ed9a7443b137033db196d47f6.tar.gz
gnome-desktop: Fix python path in scripts to use target path
(From OE-Core rev: 22fd67f854f70f79ea94af11c61ef63939d54ac2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-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 () {
11 11
12FILES_${PN} += "${datadir}/gnome-about" 12FILES_${PN} += "${datadir}/gnome-about"
13 13
14PR = "r1" 14PR = "r2"
15 15
16inherit gnome pkgconfig 16inherit gnome pkgconfig
17 17
18do_install_append () {
19 sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about
20}
21