[oe-commits] Rolf Leggewie : conf/distro/minimal.conf: assign DISTRO_TYPE only weakly

GIT User account git at amethyst.openembedded.net
Wed May 20 12:41:15 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: ac5d9b4400a3b0b45336adb0427166184ae7bd32
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ac5d9b4400a3b0b45336adb0427166184ae7bd32

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Tue May 19 12:38:00 2009 +0200

conf/distro/minimal.conf: assign DISTRO_TYPE only weakly

---

 conf/distro/minimal.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index f1f04e5..c05676c 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -13,7 +13,7 @@
 DISTRO_NAME ?= "minimal"
 DISTRO_VERSION = ".dev-snapshot-${SRCDATE}"
 #DISTRO_TYPE = "release"
-DISTRO_TYPE = "debug"
+DISTRO_TYPE ?= "debug"
 
 # Ensure some form of release config, so error out if someone thinks he knows better
 DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION")





More information about the Openembedded-commits mailing list