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 /classes/opie.bbclass | |
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 'classes/opie.bbclass')
-rw-r--r-- | classes/opie.bbclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/classes/opie.bbclass b/classes/opie.bbclass index 7326128d98..c00f7e19a9 100644 --- a/classes/opie.bbclass +++ b/classes/opie.bbclass @@ -15,6 +15,11 @@ inherit palmtop +# Note that when CVS changes to 1.2.2, the dash +# should be removed from OPIE_CVS_PV to convert +# to the standardised version format +OPIE_CVS_PV = "1.2.1+cvs-${SRCDATE}" + DEPENDS_prepend = "${@["libopie2 ", ""][(bb.data.getVar('PN', d, 1) == 'libopie2')]}" # to be consistent, put all targets into workdir |