netmodule-linux.conf: set weak assignment for DISTRO_VERSION

This commit is contained in:
Marc Mattmüller 2020-11-13 11:15:19 +01:00
parent 7a8f7a226e
commit 2bfd38cabc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ inherit += "externalgitsrc"
DISTRO = "netmodule-linux" DISTRO = "netmodule-linux"
DISTRO_NAME = "NetModule Linux Distribution" DISTRO_NAME = "NetModule Linux Distribution"
DISTRO_VERSION = "${EXTERNALSRC_GIT_SRCREV}" DISTRO_VERSION ?= "${EXTERNALSRC_GIT_SRCREV}"
SDK_VENDOR = "-netmodule" SDK_VENDOR = "-netmodule"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
IMAGE_LINGUAS = "en-us" IMAGE_LINGUAS = "en-us"