From: Koen Kooi Date: Sun, 25 Sep 2005 17:54:06 +0000 (+0000) Subject: conf/distro: make oz and fam include distro.conf *after* setting DISTRO_VERSION X-Git-Tag: Release-2010-05/1~9453^2~3426 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=356daf0bc66ff3671ba95f7867f568fc2a6214a9;p=openembedded.git conf/distro: make oz and fam include distro.conf *after* setting DISTRO_VERSION --- diff --git a/conf/distro/familiar-0.8.3.conf b/conf/distro/familiar-0.8.3.conf index 6259011f78..90f69dba0d 100644 --- a/conf/distro/familiar-0.8.3.conf +++ b/conf/distro/familiar-0.8.3.conf @@ -1,9 +1,10 @@ -include conf/distro/familiar.conf - DISTRO = "familiar" DISTRO_NAME = "Familiar Linux" DISTRO_VERSION = "v0.8.3-unofficial-unsupported-snapshot-${DATE}" +include conf/distro/familiar.conf + + DISTRO_TYPE = "debug" #DISTRO_TYPE = "release" diff --git a/conf/distro/openzaurus-3.5.4.conf b/conf/distro/openzaurus-3.5.4.conf index 5580e9051a..bcf5e03042 100644 --- a/conf/distro/openzaurus-3.5.4.conf +++ b/conf/distro/openzaurus-3.5.4.conf @@ -1,7 +1,10 @@ -include conf/distro/openzaurus.conf DISTRO = "openzaurus" DISTRO_NAME = "OpenZaurus" DISTRO_VERSION = "3.5.3-snapshot-${DATE}" + +include conf/distro/openzaurus.conf + + # DISTRO_VERSION = "3.5.4" DISTRO_TYPE = "debug" # DISTRO_TYPE = "release"