diff options
Diffstat (limited to 'classes/opie.bbclass')
-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 :) |