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.
I know this is quite old but I’ve been running into the same thing.
create_wrapper() is a function in the oe-meta utils.bbclass.I’m using MontaVista with an updated perl recipe and added the create_wrapper() function to my utils.bbclass from the oe-meta utils.bbclass