Maximum shebang size exceeded on Yocto build
I’m trying to make yocto recipe for python package pypng, but I’m still getting error /work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/pypng/0-r0/packages-split/pypng/usr/bin/pripamtopng maximum shebang size exceeded, the maximum size is 128.
I have tried to reduce recipe name and version lengths, in hope, the size was exceeded just by little, but it didn’t help. Then I have tried to recompile kernel on my build machine with BINPRM_BUF_SIZE 512
, which should solve this problem, but it didn’t. I’m still getting the maximum size is 128
. Do you have any idea, what can I do with it?