summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-12-28 13:30:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-06 12:11:33 +0000
commit83634c3f809cc186aee7642db9746be96e24fade (patch)
treeca4ff61589373a7ce26be1f9ccaff7841c73ad1a
parente30de2941d86e1520d6fb7f205e90cd82f53dacf (diff)
downloadpoky-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>
-rw-r--r--meta/recipes-qt/qt4/qt4-embedded.inc3
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
2SECTION = "libs" 2SECTION = "libs"
3HOMEPAGE = "http://qt.nokia.com" 3HOMEPAGE = "http://qt.nokia.com"
4DEPENDS += "directfb tslib" 4DEPENDS += "directfb tslib"
5INC_PR = "r39" 5INC_PR = "r40"
6 6
7QT_BASE_NAME ?= "qt4-embedded"
8QT_BASE_LIB ?= "libqt-embedded" 7QT_BASE_LIB ?= "libqt-embedded"
9 8
10# Set necessary variables in the profile 9# Set necessary variables in the profile