bitbake/bin/bitbake
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 3 Nov 2005 21:54:43 +0000 (21:54 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 3 Nov 2005 21:54:43 +0000 (21:54 +0000)
commitf8c3971ef43dbf0f774852bec673d60e2923d967
treeb2a0abc3fca60537d5254b0706771a43ef61dab6
parentf4aa4d1f2442e226ec4cdf23f2bf322c6fb4128c
bitbake/bin/bitbake

Patch for #436 to fix

CVSDATE = "xxx"
CVSDATE_somepackage = "yyy"
PREFERRED_VERSION_somepackage = "zzz-${CVSDATE}"

results in "zzz-xxx", not the expected and preferred "zzz-yyy".

This is due to PN not being in OVERRIDES at this stage of bitbake operation.

applied RP's patch from http://bugs.openembedded.org/attachment.cgi?id=365&action=view

thanks RP
bin/bitbake