diff options
| author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-12 22:21:23 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-12 22:21:23 +0000 |
| commit | 6bb85d3aeddb8a248cbab1e57efdc221fff15082 (patch) | |
| tree | 686efa0b66a2e67053a139754c10c03ea874719f /classes | |
| parent | 4f542541f9f486922375d1ea299642c22c1f08b2 (diff) | |
| parent | 990bc95f725a7da3a74a7ea86f2ef11ba143aa1c (diff) | |
merge of 1af98528cc819da70e3ec70148b0697072cec68a
and dbca6f4c143066fafe7af7445da627277276ea33
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/opie.bbclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/classes/opie.bbclass b/classes/opie.bbclass index 7326128d98..c00f7e19a9 100644 --- a/classes/opie.bbclass +++ b/classes/opie.bbclass @@ -15,6 +15,11 @@ 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}" + DEPENDS_prepend = "${@["libopie2 ", ""][(bb.data.getVar('PN', d, 1) == 'libopie2')]}" # to be consistent, put all targets into workdir |
