From: Khem Raj Date: Tue, 19 Oct 2010 00:36:57 +0000 (-0700) Subject: opie.bbclass: Define OPIE_SRCREV and OPIE_GIT_PV if not already defined X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f279775abd2e2a7d6813019cd9697eec3c66501;p=openembedded.git 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 --- diff --git a/classes/opie.bbclass b/classes/opie.bbclass index bd1bbaf578..833ea4d251 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