diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-31 14:55:30 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-31 14:55:30 +0000 |
commit | fd68c299e9ef8802fa01ba700629bbdbc2b11eec (patch) | |
tree | 1059a7f4b683a2cc5f8530872383f9b2946dfe96 /meta/packages/intltool/intltool-native_0.36.1.bb | |
parent | 7d53ee2e1771d3c9c3a4d50d98dc72aa55cc02ea (diff) | |
download | poky-fd68c299e9ef8802fa01ba700629bbdbc2b11eec.tar.gz |
Upgrade intltool from 0.35.5 to 0.36.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2614 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/intltool/intltool-native_0.36.1.bb')
-rw-r--r-- | meta/packages/intltool/intltool-native_0.36.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/intltool/intltool-native_0.36.1.bb b/meta/packages/intltool/intltool-native_0.36.1.bb new file mode 100644 index 0000000000..04c433051f --- /dev/null +++ b/meta/packages/intltool/intltool-native_0.36.1.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require intltool_${PV}.bb | ||
2 | |||
3 | PR = "r1" | ||
4 | |||
5 | inherit native | ||
6 | DEPENDS = "libxml-parser-perl-native" | ||
7 | |||
8 | export PERL = "/usr/bin/env perl" | ||
9 | SRC_URI_append = " file://intltool-nowarn.patch;patch=1" | ||
10 | |||
11 | RRECOMMENDS = "" | ||