aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-09-25 17:57:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-25 17:57:10 +0000
commita75e671d97049c477f56d5dd04c49a3ea59e4a41 (patch)
tree234a0b8b3c422f9bf0dffbf2e600cf4d59a141c1 /conf
parent356daf0bc66ff3671ba95f7867f568fc2a6214a9 (diff)
downloadopenembedded-a75e671d97049c477f56d5dd04c49a3ea59e4a41.tar.gz
conf/distro/opensimpad-0.9.0.conf: include distro.conf after setting DISTRO_VERSION
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/opensimpad-0.9.0.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/opensimpad-0.9.0.conf b/conf/distro/opensimpad-0.9.0.conf
index aa39eb2e04..e73c7f902c 100644
--- a/conf/distro/opensimpad-0.9.0.conf
+++ b/conf/distro/opensimpad-0.9.0.conf
@@ -1,4 +1,6 @@
-include conf/distro/openzaurus-3.5.4.conf
DISTRO = "opensimpad"
DISTRO_NAME = "OpenSIMpad"
DISTRO_VERSION = "0.9.0-rc2-${DATE}"
+
+include conf/distro/openzaurus-3.5.4.conf
+