From 73ef7b5c0de85525c666e4cb8e0421bae4ec147e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 2 Feb 2005 22:07:05 +0000 Subject: compute TAG line in opie.bbclass instead of in (all) opie files BKrev: 42014f09KAfHSQPBUOyP1omr2yGkzA --- classes/opie.bbclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'classes') diff --git a/classes/opie.bbclass b/classes/opie.bbclass index 55b3a9cb6e..f276e3436c 100644 --- a/classes/opie.bbclass +++ b/classes/opie.bbclass @@ -20,6 +20,9 @@ DEPENDS_prepend = "${@["libopie2 ", ""][(bb.data.getVar('PN', d, 1) == 'libopie2 # to be consistent, put all targets into workdir EXTRA_QMAKEVARS_POST_append = " DESTDIR=${S}" +# Opie standard TAG value +TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" + # plan for later: # add common scopes for opie applications, see qmake-native/common.pro # qmake should care about all the details then. qmake can do that, i know it :) -- cgit v1.2.3