diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-12 00:51:24 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-12 00:51:24 +0000 |
commit | 74a7abd209a8708d512f9b36e3f3e0414932cfad (patch) | |
tree | 40337456a86c15d1528d4b547e58d6dda3a20ea5 /classes/opie.bbclass | |
parent | 4d993f16c3b7cbd31fab591d83031b65deefd693 (diff) | |
parent | 7943a48178b7ee06a8416a9fa4b461d65cfdaaf5 (diff) |
merge of 'abb715bfe45f590fd5c3414cfb8acf9739120ae1'
and 'e32f0276cdf5267c8e1f129e41d7fc856fe00518'
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')]}" |