diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-18 08:14:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:44:48 +0100 |
commit | cf2fae0ea64ad1b24cbd50545ffffa80e3ef8510 (patch) | |
tree | f07b4146001c0eb0cfdae53f9d1ce634dd0b2450 /meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | |
parent | 339d039a9b2f0e97f25781ccf6937f1050d83989 (diff) | |
download | openembedded-core-cf2fae0ea64ad1b24cbd50545ffffa80e3ef8510.tar.gz openembedded-core-cf2fae0ea64ad1b24cbd50545ffffa80e3ef8510.tar.bz2 openembedded-core-cf2fae0ea64ad1b24cbd50545ffffa80e3ef8510.zip |
gnome-doc-utils: Use /usr/bin/env python in xml2po, bump PR
In oe.dev we can just sed over the binary but in newer versions of this
program we need to fix the in use copy too. As noted in the patch header,
this isn't appropriate for upstream as it could change behavior on Windows.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb index 4554122ddc..1ec10760db 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb +++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb @@ -1,9 +1,10 @@ require gnome-doc-utils.inc LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" -PR = "r3" +PR = "r4" -SRC_URI += "file://xsltproc_nonet.patch" +SRC_URI += "file://xsltproc_nonet.patch \ + file://use-usr-bin-env-for-python-in-xml2po.patch" SRC_URI[archive.md5sum] = "8f6e05071599bc073007830ea0a68391" SRC_URI[archive.sha256sum] = "091486e370480bf45349ad09dac799211092a02938b26a0d68206172cb6cebbf" |