diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-25 02:04:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-28 16:49:13 +0000 |
commit | af5cdac730168d5f61581ae849982951ec8b3395 (patch) | |
tree | ad223dd93ab67e957bb9853caa0fb4949822bf49 /meta/recipes-gnome/gnome/gnome-doc-utils_0.20.4.bb | |
parent | 0e879c25dc94bbd7c3fabcf1944de57350f5e68f (diff) | |
download | poky-af5cdac730168d5f61581ae849982951ec8b3395.tar.gz |
gnome-doc-utils: upgrade from 0.20.2 to 0.20.4
Also fix DEPENDS on gettext for native casea -- this is to fix the
following failure(that occasionally occurs in my local tests):
configure.in:44: warning: AM_NLS is m4_require'd but not m4_defun'd
| aclocal.m4:1826: IT_PROG_INTLTOOL is expanded from...
| configure.in:44: the top level
| configure:3327: error: possibly undefined macro: AM_NLS
Also remove a trailing space char in LIC_FILES_CHKSUM.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils_0.20.4.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils_0.20.4.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.4.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.4.bb new file mode 100644 index 0000000000..a8cbcf0fec --- /dev/null +++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.4.bb | |||
@@ -0,0 +1,7 @@ | |||
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 | SRC_URI[archive.md5sum] = "6872b68dd081fc033e07d5877b4c0645" | ||
7 | SRC_URI[archive.sha256sum] = "97c6465ffb15969a9fe1761f16f30c1028977fb24ecda89a0b479170f6412e4d" | ||