Send commitlog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. org.openmoko.zecke.april-update:
fc269f9557e340eebc66a9da6d6a60ec86910c44 ([EMAIL PROTECTED])
2. org.openmoko.zecke.april-update:
fc269f9557e340eebc66a9da6d6a60ec86910c44 ([EMAIL PROTECTED])
--- Begin Message ---
revision: fc269f9557e340eebc66a9da6d6a60ec86910c44
date: 2008-04-28T20:07:56
author: [EMAIL PROTECTED]
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]
#
#
# 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()
--- End Message ---
--- Begin Message ---
revision: fc269f9557e340eebc66a9da6d6a60ec86910c44
date: 2008-04-28T20:07:56
author: [EMAIL PROTECTED]
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]
#
#
# 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()
--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog