From 4aeb84024a17e85836869b257b682fabedee1917 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 22 Apr 2006 23:36:14 +0000 Subject: opie.bbclass: leave one space at the end of EXTRA_* --- 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 d0433d5035..47f364a644 100644 --- a/classes/opie.bbclass +++ b/classes/opie.bbclass @@ -23,7 +23,8 @@ 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 -EXTRA_QMAKEVARS_POST += "DESTDIR=${S}" +# NOTE: leave one space at the end, other files are expecting that +EXTRA_QMAKEVARS_POST += "DESTDIR=${S} " # Opie standard TAG value TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" -- cgit v1.2.3