From 990bc95f725a7da3a74a7ea86f2ef11ba143aa1c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 12 Jan 2006 22:20:11 +0000 Subject: 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. --- classes/opie.bbclass | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'classes') 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 -- cgit v1.2.3