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