Comment 16 for bug 58307

Revision history for this message
cmcx_linux (cmcx-linux) wrote :

Hy all, I manage to find somewhat of a fix. Edit kernelsource/script/setlocalversion . At line 54 in my kernel I have
if $short; then
  echo "+"
return
According to the comments if only the short version is required don't bother running further git commands.
This from what I saw appears only on compilations from git sources ( I compiled tar balls without a problem), and it's the plus that gets appended to the kernel name at compile time.
Just delete the +, save and compile with make-kpkg.