diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-12-27 21:03:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-06 12:11:32 +0000 |
commit | 6756bc0cceca9d9bca14edb6a32daea77a45d094 (patch) | |
tree | 9a5da0538ce688b15360fae56d2385bfd158bfc6 /meta/classes | |
parent | e2ccea06539308517995aec98e65fcf8c6d215fc (diff) | |
download | poky-6756bc0cceca9d9bca14edb6a32daea77a45d094.tar.gz |
qt4e.bbclass: add QT_BASE_NAME for use in recipes
(From OE-Core rev: 45ee6b25c6e15f562207e97690f8cae7123102f8)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/qt4e.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/qt4e.bbclass b/meta/classes/qt4e.bbclass index d955aca5d8..f3d5caa455 100644 --- a/meta/classes/qt4e.bbclass +++ b/meta/classes/qt4e.bbclass | |||
@@ -2,6 +2,7 @@ DEPENDS_prepend = "${@["qt4-embedded ", ""][(d.getVar('PN', 1)[:12] == 'qt4-embe | |||
2 | 2 | ||
3 | inherit qmake2 | 3 | inherit qmake2 |
4 | 4 | ||
5 | QT_BASE_NAME = "qt4-embedded" | ||
5 | QT_DIR_NAME = "qtopia" | 6 | QT_DIR_NAME = "qtopia" |
6 | QT_LIBINFIX = "E" | 7 | QT_LIBINFIX = "E" |
7 | # override variables set by qmake-base to compile Qt/Embedded apps | 8 | # override variables set by qmake-base to compile Qt/Embedded apps |