diff options
Diffstat (limited to 'classes/base.oeclass')
-rw-r--r-- | classes/base.oeclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/base.oeclass b/classes/base.oeclass index 676077d2e1..fb05053d27 100644 --- 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: |