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>
This commit is contained in:
Saul Wold 2011-09-22 12:05:33 -07:00 committed by Richard Purdie
parent ff8f0ea563
commit e9f8b99215
1 changed files with 5 additions and 1 deletions

View File

@ -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
}