[oe-commits] Klaus Kurzmann : shr.conf: move the distro header vars after inclusion of minimal. conf and bump DISTRO_PR

git version control git at git.openembedded.org
Sat Oct 31 10:44:02 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 40af96317136e829b059fa2aef127f1be3ea791d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=40af96317136e829b059fa2aef127f1be3ea791d

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat Oct 31 11:42:31 2009 +0100

shr.conf: move the distro header vars after inclusion of minimal.conf and bump DISTRO_PR

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/distro/shr.conf |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 29f9b73..3d4e43a 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -13,17 +13,6 @@ IMAGE_LINGUAS ?= "en-us"
 TOOLCHAIN_TYPE ?= "internal"
 TOOLCHAIN_BRAND ?= ""
 
-#
-# Header
-#
-DISTRO_NAME = "shr"
-DISTRO_VERSION = "-${DATE}"
-DISTRO_REVISION = "2"
-DISTRO_PR = ".3"
-#DISTRO_TYPE = "release"
-DISTRO_TYPE = "debug"
-DISTRO = "shr"
-
 #LIBC = "glibc"
 
 # We need to override some machine stuff as well; include the machine-
@@ -36,6 +25,17 @@ require conf/distro/include/shr-autorev.inc
 
 include conf/distro/minimal.conf
 
+#
+# Header
+#
+DISTRO_NAME = "shr"
+DISTRO_VERSION = "-${DATE}"
+DISTRO_REVISION = "2"
+DISTRO_PR = ".4"
+#DISTRO_TYPE = "release"
+DISTRO_TYPE = "debug"
+DISTRO = "shr"
+
 #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
 PREFERRED_PROVIDER_qemu-native = "qemu-native"
 ENABLE_BINARY_LOCALE_GENERATION ?= "1"





More information about the Openembedded-commits mailing list