diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-08-27 20:32:46 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-08-27 20:40:02 +0200 |
commit | b1185de8a92d83af6e84abb6b333996fb3050f55 (patch) | |
tree | 518f35f54588feec3bc8ce562bc7b879f8687aee /recipes/intltool/intltool-native_0.40.3.bb | |
parent | 42dc52e38db1fd2c57dadec26ca54a9f4a6db1aa (diff) |
intltool: move dependency on libxml-parser-perl-native to inc file
* introduce INC_PR while we're at it
Diffstat (limited to 'recipes/intltool/intltool-native_0.40.3.bb')
-rw-r--r-- | recipes/intltool/intltool-native_0.40.3.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/intltool/intltool-native_0.40.3.bb b/recipes/intltool/intltool-native_0.40.3.bb index b9550cc982..37198a5904 100644 --- a/recipes/intltool/intltool-native_0.40.3.bb +++ b/recipes/intltool/intltool-native_0.40.3.bb @@ -1,9 +1,6 @@ require intltool_${PV}.bb -PR = "r2" - inherit native -DEPENDS = "libxml-parser-perl-native" EXTRA_OEMAKE = "'PERL_TARGET=/usr/bin/env perl'" |