diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:38:23 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:38:23 +0000 |
commit | 31116d6c7e368c42bcfdf2dba2000b2203f08e85 (patch) | |
tree | 9737ea7c974da46ca2a9ee4acad8aabb9cbb2bac /openembedded/classes/opie.bbclass | |
parent | 9df0203e2b27ef3ae28b60447df6b91be7be81dc (diff) | |
download | openembedded-core-31116d6c7e368c42bcfdf2dba2000b2203f08e85.tar.gz openembedded-core-31116d6c7e368c42bcfdf2dba2000b2203f08e85.tar.bz2 openembedded-core-31116d6c7e368c42bcfdf2dba2000b2203f08e85.zip |
Update bbclasses from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@266 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/classes/opie.bbclass')
-rw-r--r-- | openembedded/classes/opie.bbclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openembedded/classes/opie.bbclass b/openembedded/classes/opie.bbclass index 7326128d98..c00f7e19a9 100644 --- a/openembedded/classes/opie.bbclass +++ b/openembedded/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 |