summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-06-07 17:18:12 -0500
committerJohn Klug <john.klug@multitech.com>2017-06-07 17:18:12 -0500
commit140d44a8557acffbdda3d344c23a4e3481a3997a (patch)
treeb4757b38d4c53dd396972b969ab383785db70408 /conf
parenta209217e4abb8019ff3cde8fefa6ea0b24e8036e (diff)
downloadmeta-mlinux-atmel-140d44a8557acffbdda3d344c23a4e3481a3997a.tar.gz
meta-mlinux-atmel-140d44a8557acffbdda3d344c23a4e3481a3997a.tar.bz2
meta-mlinux-atmel-140d44a8557acffbdda3d344c23a4e3481a3997a.zip
Add the extra .0 in 4.0.0
Diffstat (limited to 'conf')
-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 83034a7..d09700e 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
DISTRO_BASE_VERSION = "4.0"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.dev1"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev1"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"