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-appearance | |
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-appearance')
-rw-r--r-- | packages/opie-appearance/opie-appearance_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opie-appearance/opie-appearance_cvs.bb b/packages/opie-appearance/opie-appearance_cvs.bb index a31f2ab3eb..de78ccb83a 100644 --- a/packages/opie-appearance/opie-appearance_cvs.bb +++ b/packages/opie-appearance/opie-appearance_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/settings/appearance2 \ ${HANDHELDS_CVS};module=opie/pics \ |