summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-01-13 08:15:26 -0600
committerJohn Klug <john.klug@multitech.com>2022-02-01 11:18:45 -0600
commite1dcecb31cb9406a9acb96a7979b460350589b21 (patch)
tree164f19777e5212c1b22cc28a5170eef0635f86b7
parente27bb5c73c4bbf083f07d828a833dd0ea73ac4e3 (diff)
downloadmeta-mlinux-e1dcecb31cb9406a9acb96a7979b460350589b21.tar.gz
meta-mlinux-e1dcecb31cb9406a9acb96a7979b460350589b21.tar.bz2
meta-mlinux-e1dcecb31cb9406a9acb96a7979b460350589b21.zip
meta-rs9113: Fix arithmetic when "set -e" is in effect (variables should not contain zero)
-rw-r--r--conf/distro/mlinux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf
index a974efe..f0488c6 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
DISTRO_BASE_VERSION = "5.3"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.26"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.27"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"