diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-27 16:01:33 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-27 16:01:33 +0000 |
commit | 93a8d0662ed361c76defe75a5cd84f203fdb1af1 (patch) | |
tree | 3481256915c4474980290e53c086af8f8389a10e /meta/classes/opie.bbclass | |
parent | 37d03b1b00610716b27259a42c8718c8628b2ad3 (diff) | |
download | poky-93a8d0662ed361c76defe75a5cd84f203fdb1af1.tar.gz |
classes: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@651 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 | ||