diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-09 14:09:42 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-09 14:09:42 +0000 |
commit | 1c49d2474c134719a12260bb7a279acfa016c036 (patch) | |
tree | d8e4bc638a8f6365baeb6131ef83b03ae944971b /perl | |
parent | be59ebcf966eea5a85d45b7136ce09e97a26d3b7 (diff) |
libxml-parser-perl-native depends on expat-native and added expat-native oe, courtesy of Philip Blundell
BKrev: 4076aea6BhoDb-zxVGKPXKg2KxnwMg
Diffstat (limited to 'perl')
-rw-r--r-- | perl/libxml-parser-perl-native_2.34.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/libxml-parser-perl-native_2.34.oe b/perl/libxml-parser-perl-native_2.34.oe index e69de29bb2..4a532fc15b 100644 --- a/perl/libxml-parser-perl-native_2.34.oe +++ b/perl/libxml-parser-perl-native_2.34.oe @@ -0,0 +1,3 @@ +include libxml-parser-perl_${PV}.oe +inherit native +DEPENDS = "perl-native expat-native" |