diff options
author | Robert Bradford <rob@openedhand.com> | 2008-09-23 14:23:46 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2008-09-23 14:23:46 +0000 |
commit | 395a25b219d09a41d52920aacd453dd47f351eda (patch) | |
tree | 927e932c60a8731d193371628f1a7dfe6bfdb6ec /meta/packages/intltool/intltool-native_0.37.1.bb | |
parent | 663e3ea04bed8695cd6afba4fd021842f7631077 (diff) | |
download | poky-395a25b219d09a41d52920aacd453dd47f351eda.tar.gz |
intltool: Update to intltool 0.37.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5243 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/intltool/intltool-native_0.37.1.bb')
-rw-r--r-- | meta/packages/intltool/intltool-native_0.37.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/intltool/intltool-native_0.37.1.bb b/meta/packages/intltool/intltool-native_0.37.1.bb new file mode 100644 index 0000000000..04c433051f --- /dev/null +++ b/meta/packages/intltool/intltool-native_0.37.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 = "" | ||