diff options
Diffstat (limited to 'classes/opie.bbclass')
-rw-r--r-- | classes/opie.bbclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/classes/opie.bbclass b/classes/opie.bbclass index 922cb9435a..d858439688 100644 --- a/classes/opie.bbclass +++ b/classes/opie.bbclass @@ -15,10 +15,7 @@ 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.2+cvs-${SRCDATE}" +OPIE_CVS_PV = "1.2.2+cvs${SRCDATE}" DEPENDS_prepend = "${@["libopie2 ", ""][(bb.data.getVar('PN', d, 1) == 'libopie2')]}" |