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/libopietooth | |
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/libopietooth')
-rw-r--r-- | packages/libopietooth/libopietooth1_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libopietooth/libopietooth1_cvs.bb b/packages/libopietooth/libopietooth1_cvs.bb index e259dcb8c7..4d1a66acd6 100644 --- a/packages/libopietooth/libopietooth1_cvs.bb +++ b/packages/libopietooth/libopietooth1_cvs.bb @@ -1,4 +1,4 @@ SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opietooth/lib" -PV = "1.2.1+cvs${SRCDATE}" +PV = "${OPIE_CVS_PV}" include libopietooth1.inc |