diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-02 15:57:37 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-02 15:57:37 +0000 |
commit | 599eccd307e417f74c8a5c050e2cb427fb0a5427 (patch) | |
tree | 78bcbd58e2b1317ad72583d5abcf4610cc0e187c /meta/packages/intltool/intltool-native_0.35.5.bb | |
parent | 836647c55f91d072a82cb2014256927b652be461 (diff) | |
download | poky-599eccd307e417f74c8a5c050e2cb427fb0a5427.tar.gz |
Fix intltool-native dependency on perl
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2338 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/intltool/intltool-native_0.35.5.bb')
-rw-r--r-- | meta/packages/intltool/intltool-native_0.35.5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/intltool/intltool-native_0.35.5.bb b/meta/packages/intltool/intltool-native_0.35.5.bb index ba9b90c07a..04c433051f 100644 --- a/meta/packages/intltool/intltool-native_0.35.5.bb +++ b/meta/packages/intltool/intltool-native_0.35.5.bb | |||
@@ -1,9 +1,11 @@ | |||
1 | require intltool_${PV}.bb | 1 | require intltool_${PV}.bb |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | inherit native | 5 | inherit native |
4 | DEPENDS = "libxml-parser-perl-native" | 6 | DEPENDS = "libxml-parser-perl-native" |
5 | 7 | ||
6 | export PERL = "/usr/bin/env perl" | 8 | export PERL = "/usr/bin/env perl" |
7 | SRC_URI_append = " file://intltool-nowarn.patch;patch=1" | 9 | SRC_URI_append = " file://intltool-nowarn.patch;patch=1" |
8 | 10 | ||
9 | DEFAULT_PREFERENCE = "-1" | 11 | RRECOMMENDS = "" |