summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-08-23 18:11:57 -0500
committerJohn Klug <john.klug@multitech.com>2019-08-23 18:11:57 -0500
commit86de60eb7af230daa1fdb37ec0d47a8f5bf16847 (patch)
treebd1932b77546b26b36c847fa650b6e62f788d0d8
parent56b35723e1355a7f9841d7263fd56bbe8167dc91 (diff)
downloadmeta-mlinux-86de60eb7af230daa1fdb37ec0d47a8f5bf16847.tar.gz
meta-mlinux-86de60eb7af230daa1fdb37ec0d47a8f5bf16847.tar.bz2
meta-mlinux-86de60eb7af230daa1fdb37ec0d47a8f5bf16847.zip
Bump mlinux version for PATH fix for mtadm
-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 5e2125f..63d355a 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
DISTRO_BASE_VERSION = "5.1"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.3"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.4"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"