git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15dda9b
)
allow empty CVSDATE_foo to override CVSDATE
author
Phil Blundell
<philb@gnu.org>
Mon, 2 Aug 2004 11:49:07 +0000
(11:49 +0000)
committer
Phil Blundell
<philb@gnu.org>
Mon, 2 Aug 2004 11:49:07 +0000
(11:49 +0000)
BKrev: 410e2a33YmwKAulafDeHUsWBnpm9-g
classes/base.oeclass
patch
|
blob
|
history
diff --git
a/classes/base.oeclass
b/classes/base.oeclass
index
676077d
..
fb05053
100644
(file)
--- a/
classes/base.oeclass
+++ b/
classes/base.oeclass
@@
-624,7
+624,7
@@
python __anonymous () {
pn = oe.data.getVar('PN', d, 1)
cvsdate = oe.data.getVar('CVSDATE_%s' % pn, d, 1)
- if cvsdate:
+ if cvsdate
!= None
:
oe.data.setVar('CVSDATE', cvsdate, d)
try: