aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/oplinux.conf
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2010-03-25 11:42:12 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2010-03-28 13:52:41 +0200
commit487e437cb0280bb6351f8c7244fa7412dab3495d (patch)
treeed792a3c84379a823ecd2b2896ff6739517cc578 /conf/distro/oplinux.conf
parent40a64b5e23a6e03b3928723caaa9437e950cb44d (diff)
downloadopenembedded-487e437cb0280bb6351f8c7244fa7412dab3495d.tar.gz
distros: remove leading dots in DISTRO_VERSIONs
Having a leading dot in DISTRO_VERSION will result in a '-.' string when building archive names; this may lead to mistakenly think that something is missing in the archive name. Example: minimal-.dev-snapshot-20100216-i686-linux-armv5te-linux-gnueabi-toolchain.tar.bz2 ^^ Remove the leading dot in DISTRO_VERSIONs to avoid such possible confusion. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'conf/distro/oplinux.conf')
-rw-r--r--conf/distro/oplinux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/oplinux.conf b/conf/distro/oplinux.conf
index 43e8fad61c..b64477c154 100644
--- a/conf/distro/oplinux.conf
+++ b/conf/distro/oplinux.conf
@@ -25,7 +25,7 @@ require conf/distro/include/sane-srcdates.inc
# Header
#
DISTRO_NAME = "OPLinux"
-DISTRO_VERSION ?= ".dev-snapshot-${SRCDATE}"
+DISTRO_VERSION ?= "dev-snapshot-${SRCDATE}"
#DISTRO_TYPE = "release"
DISTRO_TYPE = "debug"