netmodule-linux.conf: set weak assignment for DISTRO_VERSION
This commit is contained in:
parent
7a8f7a226e
commit
2bfd38cabc
|
|
@ -2,7 +2,7 @@ inherit += "externalgitsrc"
|
|||
|
||||
DISTRO = "netmodule-linux"
|
||||
DISTRO_NAME = "NetModule Linux Distribution"
|
||||
DISTRO_VERSION = "${EXTERNALSRC_GIT_SRCREV}"
|
||||
DISTRO_VERSION ?= "${EXTERNALSRC_GIT_SRCREV}"
|
||||
SDK_VENDOR = "-netmodule"
|
||||
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
|
||||
IMAGE_LINGUAS = "en-us"
|
||||
|
|
|
|||
Loading…
Reference in New Issue