diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-12-28 13:30:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-06 12:11:33 +0000 |
commit | 83634c3f809cc186aee7642db9746be96e24fade (patch) | |
tree | ca4ff61589373a7ce26be1f9ccaff7841c73ad1a /meta/recipes-qt/qt4 | |
parent | e30de2941d86e1520d6fb7f205e90cd82f53dacf (diff) | |
download | poky-83634c3f809cc186aee7642db9746be96e24fade.tar.gz |
qt4-embedded.inc: use QT_BASE_NAME from qt4e.bbclass
(From OE-Core rev: be58cb5b41f0e6c08e9a5f576802c5a5efe7edf6)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index 39f7398f53..e472af5b48 100644 --- a/meta/recipes-qt/qt4/qt4-embedded.inc +++ b/meta/recipes-qt/qt4/qt4-embedded.inc | |||
@@ -2,9 +2,8 @@ DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is | |||
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | HOMEPAGE = "http://qt.nokia.com" | 3 | HOMEPAGE = "http://qt.nokia.com" |
4 | DEPENDS += "directfb tslib" | 4 | DEPENDS += "directfb tslib" |
5 | INC_PR = "r39" | 5 | INC_PR = "r40" |
6 | 6 | ||
7 | QT_BASE_NAME ?= "qt4-embedded" | ||
8 | QT_BASE_LIB ?= "libqt-embedded" | 7 | QT_BASE_LIB ?= "libqt-embedded" |
9 | 8 | ||
10 | # Set necessary variables in the profile | 9 | # Set necessary variables in the profile |