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-theme/opie-theme_cvs.bb | |
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-theme/opie-theme_cvs.bb')
-rw-r--r-- | packages/opie-theme/opie-theme_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opie-theme/opie-theme_cvs.bb b/packages/opie-theme/opie-theme_cvs.bb index 2e237fa95b..dd00a68b1a 100644 --- a/packages/opie-theme/opie-theme_cvs.bb +++ b/packages/opie-theme/opie-theme_cvs.bb @@ -1,6 +1,6 @@ include ${PN}.inc -PV = "1.2.1+cvs${SRCDATE}" +PV = "${OPIE_CVS_PV}" SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/styles/theme \ ${HANDHELDS_CVS};module=opie/plugins/styles " |