From 1f279775abd2e2a7d6813019cd9697eec3c66501 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 18 Oct 2010 17:36:57 -0700 Subject: 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 --- classes/opie.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'classes') 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 -- cgit 1.2.3-korg