diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-20 00:52:05 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-20 00:54:18 +0000 |
commit | df62679798bff59b360597a522f16491b5af3146 (patch) | |
tree | 6e94aae9264f117deaf6f85c4ed436e031771757 /recipes/perl/libxml-parser-perl-native_2.34.bb | |
parent | 3176e14998adc35f9e07af1b1afc4a5801cb8a3d (diff) |
libxml-parser-perl: Set DEPENDS properly (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes/perl/libxml-parser-perl-native_2.34.bb')
-rw-r--r-- | recipes/perl/libxml-parser-perl-native_2.34.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/perl/libxml-parser-perl-native_2.34.bb b/recipes/perl/libxml-parser-perl-native_2.34.bb index 64758ad5f2..6ba56b3b89 100644 --- a/recipes/perl/libxml-parser-perl-native_2.34.bb +++ b/recipes/perl/libxml-parser-perl-native_2.34.bb @@ -4,3 +4,4 @@ require libxml-parser-perl_${PV}.bb inherit native +DEPENDS = "expat-native perl-native"
\ No newline at end of file |