diff options
author | John Klug <john.klug@multitech.com> | 2018-10-30 09:05:22 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-10-30 09:05:22 -0500 |
commit | 6b3d0ca8d1182994a1444f658aa1158f1a0ac608 (patch) | |
tree | fb96edd3ab92a42ab3c48eaf28427b19e72b7928 | |
parent | 7a53be25b8726f202442e3ac9a4a21073fd4a76a (diff) | |
download | meta-mlinux-6b3d0ca8d1182994a1444f658aa1158f1a0ac608.tar.gz meta-mlinux-6b3d0ca8d1182994a1444f658aa1158f1a0ac608.tar.bz2 meta-mlinux-6b3d0ca8d1182994a1444f658aa1158f1a0ac608.zip |
Bump the mLinux version for new GPSD
-rw-r--r-- | conf/distro/mlinux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index c216876..38288aa 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}.4" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.5" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |