diff options
author | Holger Freyther <zecke@selfish.org> | 2006-07-02 15:33:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-02 15:33:53 +0000 |
commit | 41bd48366810c868f1991a4baf0bedee90af58b0 (patch) | |
tree | 2f30862cba320e61d118bc2b2a7ef8da12e90832 /classes/opie.bbclass | |
parent | 8d9c2a3d933e3b957a687982d36bd5c5072c2022 (diff) |
Opie: bump the CSV Opie version to 1.2.2+CSV, drop old backports
Diffstat (limited to 'classes/opie.bbclass')
-rw-r--r-- | classes/opie.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/opie.bbclass b/classes/opie.bbclass index 47f364a644..6430d46d6a 100644 --- a/classes/opie.bbclass +++ b/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')]}" |