diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-12 22:20:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-12 22:20:11 +0000 |
commit | 990bc95f725a7da3a74a7ea86f2ef11ba143aa1c (patch) | |
tree | ccf9581e4eb2e66aa987f84371ac7cf48df7b99d /packages/opie-style-flat | |
parent | c908379637b8d17076746790f85c8401ea0ded59 (diff) |
Correct Opie PV format to preserve upgradability of packages but note where changes are needed to conform to standardised cvs PV numbering at the next PV change. Also factor the formatting into opie.bbclass to make future changes easier.
Diffstat (limited to 'packages/opie-style-flat')
-rw-r--r-- | packages/opie-style-flat/opie-style-flat_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opie-style-flat/opie-style-flat_cvs.bb b/packages/opie-style-flat/opie-style-flat_cvs.bb index 23f048b193..02e203f24b 100644 --- a/packages/opie-style-flat/opie-style-flat_cvs.bb +++ b/packages/opie-style-flat/opie-style-flat_cvs.bb @@ -1,5 +1,5 @@ include ${PN}.inc -PV = "1.2.1+cvs${SRCDATE}" +PV = "${OPIE_CVS_PV}" SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/styles/flat " |