I am trying to compile "perl" and "perl-native" using OpenEmbedded recipes. In my Linux machine, I have perl 5.8.8 installed. When I run "bitbake perl-native" it results in an error saying "create_wrapper command not found".
I came across this webpage http://manpages.ubuntu.com/manpages/maverick/man3/Bio::Tools::Run::Phylo::Hyphy::Base.3pm.html
which shows the command. But I'm not sure how to incorporate it in my build framework.