[oe-commits] Khem Raj : opie.bbclass: Define OPIE_SRCREV and OPIE_GIT_PV if not already defined

git version control git at git.openembedded.org
Tue Oct 19 00:41:47 UTC 2010


Module: openembedded.git
Branch: master
Commit: 1f279775abd2e2a7d6813019cd9697eec3c66501
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1f279775abd2e2a7d6813019cd9697eec3c66501

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Oct 18 17:36:57 2010 -0700

opie.bbclass: Define OPIE_SRCREV and OPIE_GIT_PV if not already defined

* Without this the distros which do not include
  preferred-opie-git-versions.inc end up in parsing errors

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 classes/opie.bbclass |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/classes/opie.bbclass b/classes/opie.bbclass
index bd1bbaf..833ea4d 100644
--- a/classes/opie.bbclass
+++ b/classes/opie.bbclass
@@ -16,7 +16,8 @@
 inherit palmtop
 
 OPIE_CVS_PV ?= "1.2.2+cvs${SRCDATE}"
-
+OPIE_SRCREV ?= "8c3beef263bc9c34443eacfc821e99813e17554f"
+OPIE_GIT_PV ?= "1.2.4+gitr${OPIE_SRCREV}"
 DEPENDS_prepend = "${@["libopie2 ", ""][(bb.data.getVar('PN', d, 1) == 'libopie2')]}"
 
 # to be consistent, put all targets into workdir





More information about the Openembedded-commits mailing list