aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-24 12:38:46 -0700
committerSteffen Sledz <sledz@dresearch.de>2011-02-25 08:49:03 +0100
commit79c4787afd10ab3ef6674cec7c77c129dea2b3d1 (patch)
tree72702eafff296da46c68b2a974b3c0f4621f34f5 /recipes/gnome
parent9893ee2bff013c3be9d39a02693cfc46ffae1535 (diff)
downloadopenembedded-79c4787afd10ab3ef6674cec7c77c129dea2b3d1.tar.gz
gnome-doc-utils: Fix xml2po and long path to python
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/gnome-doc-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gnome/gnome-doc-utils.inc b/recipes/gnome/gnome-doc-utils.inc
index b5bbae1529..a1ae11e4b0 100644
--- a/recipes/gnome/gnome-doc-utils.inc
+++ b/recipes/gnome/gnome-doc-utils.inc
@@ -2,7 +2,7 @@ LICENSE = "GPL LGPL"
DEPENDS = "libxml2 libxslt libxslt-native libxml2-native gettext-native"
DEPENDS_virtclass-native = "libxslt-native libxml2-native gettext-native"
-INC_PR = "r5"
+INC_PR = "r6"
inherit gnomebase
@@ -15,7 +15,7 @@ do_configure_prepend() {
do_install_append() {
mkdir -p ${D}${datadir}/xml/gnome/xslt/
cp -pPr ${S}/xslt/* ${D}${datadir}/xml/gnome/xslt/
- sed -i "1s:/.*/python:${bindir}/python:" ${D}${bindir}/xml2po
+ sed -i "1s:.*:#!/usr/bin/env python:" ${D}${bindir}/xml2po
}
FILES_${PN} += "${datadir}/xml*"