From e1dcecb31cb9406a9acb96a7979b460350589b21 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 13 Jan 2022 08:15:26 -0600 Subject: meta-rs9113: Fix arithmetic when "set -e" is in effect (variables should not contain zero) --- conf/distro/mlinux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index a974efe..f0488c6 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "5.3" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.26" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.27" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" -- cgit v1.2.3