diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-21 16:13:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-31 09:43:20 +0000 |
commit | 4233009527b73ed38330be1f68dafa845a5b1b09 (patch) | |
tree | 3a589ffaa636d09c98dbd2fbbaa3598ec9ad5581 /meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb | |
parent | ee00527ffc5074fe75c1c64731520a3ad0e8266f (diff) | |
download | poky-4233009527b73ed38330be1f68dafa845a5b1b09.tar.gz |
gnome-doc-utils: upgrade to 0.20.10
sysrooted-pkg-config.patch: adapt to the new version
use-usr-bin-env-for-python-in-xml2po.patch: adapt to the new version
xsltproc_nonet.patch: adapt to the new version
(From OE-Core rev: f801dbb0af3ac01e2c8b53600c7a37aa82b08343)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
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/gnome-doc-utils_0.20.10.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb new file mode 100644 index 0000000000..bde7b89147 --- /dev/null +++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require gnome-doc-utils.inc | ||
2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | ||
3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" | ||
4 | PR = "r0" | ||
5 | |||
6 | GNOME_COMPRESS_TYPE = "xz" | ||
7 | |||
8 | SRC_URI += "file://xsltproc_nonet.patch \ | ||
9 | file://use-usr-bin-env-for-python-in-xml2po.patch \ | ||
10 | file://sysrooted-pkg-config.patch \ | ||
11 | " | ||
12 | |||
13 | SRC_URI[archive.md5sum] = "3c64ad7bacd617b04999e4a168afaac5" | ||
14 | SRC_URI[archive.sha256sum] = "cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6" | ||