diff options
Diffstat (limited to 'recipes/perl/libxml-simple-perl-native_2.18.bb')
-rw-r--r-- | recipes/perl/libxml-simple-perl-native_2.18.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/perl/libxml-simple-perl-native_2.18.bb b/recipes/perl/libxml-simple-perl-native_2.18.bb new file mode 100644 index 0000000000..bfdfc3de45 --- /dev/null +++ b/recipes/perl/libxml-simple-perl-native_2.18.bb @@ -0,0 +1,7 @@ +SECTION = "libs" + +inherit native + +require libxml-simple-perl_${PV}.bb + +DEPENDS = "libxml-parser-perl-native perl-native" |