diff options
author | John Klug <john.klug@multitech.com> | 2019-05-13 09:12:47 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-05-13 09:12:47 -0500 |
commit | eb67e7cde29b6371558ca1f07be7c02025c0830b (patch) | |
tree | 6b6d0992bc8d9a628b5c81bc5584a0d9a78060ff /conf | |
parent | 1ad5c6d9e45b97e46f657b56fbb11480a5139c0b (diff) | |
download | meta-mlinux-eb67e7cde29b6371558ca1f07be7c02025c0830b.tar.gz meta-mlinux-eb67e7cde29b6371558ca1f07be7c02025c0830b.tar.bz2 meta-mlinux-eb67e7cde29b6371558ca1f07be7c02025c0830b.zip |
Remove gitlab from mLinux for eventual mainline
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 8d9abde..c6dbe70 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "5.0" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev33" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev34" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |