Author: ayoung
Date: Thu Mar 29 02:14:35 2012
New Revision: 9692
URL: http://svn.slimdevices.com/jive?rev=9692&view=rev
Log:
DISTRO_VERSION (and DISTRO_RELEASE) must be set unconditionally in
squeezeos.conf, in order to override value from poky.conf, so indirect
conditional setting via SQUEEZEOS_DISTRO_VERSION.
Modified:
7.8/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf
Modified: 7.8/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf
URL:
http://svn.slimdevices.com/jive/7.8/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf?rev=9692&r1=9691&r2=9692&view=diff
==============================================================================
--- 7.8/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf
(original)
+++ 7.8/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf Thu Mar
29 02:14:35 2012
@@ -7,8 +7,10 @@
DISTRO = "squeezeos"
DISTRO_NAME = "Logitech SqueezeOS Linux"
-DISTRO_VERSION ?= "7.8"
-DISTRO_RELEASE ?= "7.8.0"
+SQUEEZEOS_DISTRO_VERSION ?= "7.8"
+SQUEEZEOS_DISTRO_RELEASE ?= "7.8.0"
+DISTRO_VERSION = "${SQUEEZEOS_DISTRO_VERSION}"
+DISTRO_RELEASE = "${SQUEEZEOS_DISTRO_RELEASE}"
MAINTAINER = "Logitech SqueezeOS <[email protected]>"
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins