diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-02 22:07:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-02 22:07:05 +0000 |
commit | 73ef7b5c0de85525c666e4cb8e0421bae4ec147e (patch) | |
tree | 6ab35cf3505f2ae8069386dd705f8a00f23d8265 /classes | |
parent | 7b57ac2ec7359b00a7ab046a40ab037cb90177c2 (diff) |
compute TAG line in opie.bbclass instead of in (all) opie files
BKrev: 42014f09KAfHSQPBUOyP1omr2yGkzA
Diffstat (limited to 'classes')
-rw-r--r-- | classes/opie.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
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 :) |