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 | |||
18 | # Note that when CVS changes to 1.2.2, the dash | 18 | # Note that when CVS changes to 1.2.2, the dash |
19 | # should be removed from OPIE_CVS_PV to convert | 19 | # should be removed from OPIE_CVS_PV to convert |
20 | # to the standardised version format | 20 | # to the standardised version format |
21 | OPIE_CVS_PV = "1.2.1+cvs-${SRCDATE}" | 21 | OPIE_CVS_PV = "1.2.2+cvs-${SRCDATE}" |
22 | 22 | ||
23 | DEPENDS_prepend = "${@["libopie2 ", ""][(bb.data.getVar('PN', d, 1) == 'libopie2')]}" | 23 | DEPENDS_prepend = "${@["libopie2 ", ""][(bb.data.getVar('PN', d, 1) == 'libopie2')]}" |
24 | 24 | ||