org.openmoko.zecke.april-update: fc269f9557e340eebc66a9da6d6a60ec86910c44

oe at monotone.openmoko.org oe at monotone.openmoko.org
Tue Apr 29 11:32:38 CEST 2008


revision:            fc269f9557e340eebc66a9da6d6a60ec86910c44
date:                2008-04-28T20:07:56
author:              freyther at openembedded.org
branch:              org.openmoko.zecke.april-update
changelog:
[lockdown] Print the expanded PV as well and allow the user to pick what he wants

manifest:
format_version "1"

new_manifest [e105d08dfa6ca4aa9ed5673a659b0c5f74dc54e6]

old_revision [d23a60f4e142f77e20af3129e6c44acf5f19a181]

patch "classes/base.bbclass"
 from [cd60397772e252868dc7d3f64e52c62e9cc35a54]
   to [cf57311376e9ff8f4bd87f3ffdaad688ef85ea51]
-------------- next part --------------
#
#
# patch "classes/base.bbclass"
#  from [cd60397772e252868dc7d3f64e52c62e9cc35a54]
#    to [cf57311376e9ff8f4bd87f3ffdaad688ef85ea51]
#
============================================================
--- classes/base.bbclass	cd60397772e252868dc7d3f64e52c62e9cc35a54
+++ classes/base.bbclass	cf57311376e9ff8f4bd87f3ffdaad688ef85ea51
@@ -457,6 +457,7 @@ python do_show_versions() {
 		print >> src_dates, 'SRCDATE_pn-%(pn)s ?= "%(date)s"' % { 'pn' : pn, 'date' : bb.data.getVar("SRCDATE", d, True) }
 
 	print >> pref_versions, 'PREFERRED_VERSION_%(pn)s = "%(version)s"' % { "pn" : pn, 'version' : bb.data.getVar("PV", d, False) }
+	print >> pref_versions, 'PREFERRED_VERSION_%(pn)s = "%(version)s"' % { "pn" : pn, 'version' : bb.data.getVar("PV", d, True) }
 	src_revs.close()
 	src_dates.close()
 	pref_versions.close()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/commitlog/attachments/20080429/924729de/attachment.htm 


More information about the commitlog mailing list