Skip to content
Snippets Groups Projects
Commit 89bb9965 authored by Tomeu Vizoso's avatar Tomeu Vizoso
Browse files

HACK: Remove the + in the version, so we can reuse the modules build from kci

parent 2b47e454
No related branches found
No related tags found
No related merge requests found
......@@ -1056,3 +1056,5 @@ CONFIG_VIRTIO=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_VIRTIO_MMIO=y
CONFIG_LOCALVERSION_AUTO=n
CONFIG_LOCALVERSION=""
......@@ -161,15 +161,6 @@ res="${res}${CONFIG_LOCALVERSION}${LOCALVERSION}"
if test "$CONFIG_LOCALVERSION_AUTO" = "y"; then
# full scm version string
res="$res$(scm_version)"
else
# append a plus sign if the repository is not in a clean
# annotated or signed tagged state (as git describe only
# looks at signed or annotated tags - git tag -a/-s) and
# LOCALVERSION= is not specified
if test "${LOCALVERSION+set}" != "set"; then
scm=$(scm_version --short)
res="$res${scm:++}"
fi
fi
echo "$res"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment