diff options
| author | Jesse Gilles <jgilles@multitech.com> | 2016-05-04 12:21:21 -0500 |
|---|---|---|
| committer | Jesse Gilles <jgilles@multitech.com> | 2016-05-04 12:21:21 -0500 |
| commit | 32919e0e01c316e296625411adb7301e52c789a3 (patch) | |
| tree | 3ede21bc58d9e58064f22dc862b857482702fe5c /conf | |
| parent | 0832b2773848c561deec38fe0fc901fa8f2239a8 (diff) | |
| download | meta-mlinux-atmel-32919e0e01c316e296625411adb7301e52c789a3.tar.gz meta-mlinux-atmel-32919e0e01c316e296625411adb7301e52c789a3.tar.bz2 meta-mlinux-atmel-32919e0e01c316e296625411adb7301e52c789a3.zip | |
mlinux: fix 3.2.0 version
Diffstat (limited to 'conf')
| -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 38ae476..3257fae 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "3.2" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.1" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |
