summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Sicleru <stefan.sicleru@enea.com>2016-06-22 10:09:15 +0200
committerMartin Borg <martin.borg@enea.com>2016-06-27 14:43:25 +0200
commitd79f321ba21dc34332e0f7f258ca2a8b85e19afd (patch)
treea3326c75712ee70f0dc7a5cc97f51073cbdfa6df
parent069853948172c97b6ecc421fea6106fd65522300 (diff)
downloadmeta-el-common-d79f321ba21dc34332e0f7f258ca2a8b85e19afd.tar.gz
conf/distro: update DISTRO_VERSION_MAJOR
Update DISTRO_VERSION_MAJOR to "6" as the release is referred to as "Enea Linux 6", hence the value should be 6. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--conf/distro/enea.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/enea.conf b/conf/distro/enea.conf
index b99dc44..0bbb672 100644
--- a/conf/distro/enea.conf
+++ b/conf/distro/enea.conf
@@ -1,7 +1,7 @@
1require conf/distro/poky.conf 1require conf/distro/poky.conf
2DISTRO = "enea" 2DISTRO = "enea"
3DISTRO_NAME = "Enea Linux" 3DISTRO_NAME = "Enea Linux"
4DISTRO_VERSION_MAJOR = "6.0" 4DISTRO_VERSION_MAJOR = "6"
5DISTRO_VERSION_MINOR ??= "" 5DISTRO_VERSION_MINOR ??= ""
6DISTRO_VERSION = "${DISTRO_VERSION_MAJOR}${DISTRO_VERSION_MINOR}" 6DISTRO_VERSION = "${DISTRO_VERSION_MAJOR}${DISTRO_VERSION_MINOR}"
7 7