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.35.5.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.35.5.bb')
-rw-r--r-- | recipes/intltool/intltool-native_0.35.5.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/intltool/intltool-native_0.35.5.bb b/recipes/intltool/intltool-native_0.35.5.bb index ba9b90c07a..debef1cc99 100644 --- a/recipes/intltool/intltool-native_0.35.5.bb +++ b/recipes/intltool/intltool-native_0.35.5.bb @@ -1,7 +1,6 @@ require intltool_${PV}.bb inherit native -DEPENDS = "libxml-parser-perl-native" export PERL = "/usr/bin/env perl" SRC_URI_append = " file://intltool-nowarn.patch;patch=1" |