aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2010-10-05 06:59:35 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-05 18:53:00 +0800
commitfb68bef08c79e435d9970b1862b2731050c51937 (patch)
tree8b3ae8ed026fd92b538e94cbd7bcf2bff3dfeb15
parent3f3128c291f9330f35a00a51594e591915efb05a (diff)
downloadopenembedded-fb68bef08c79e435d9970b1862b2731050c51937.tar.gz
qt4-sdk: Rename task-qte-toolchain-host.bb to task-qt-toolchain-host.bb
This task can be used by QtE and QtX11 so a common name is adopted, attempt to give people an upgrade path by RREPLACING the old recipe and remove the occurence of the old recipe name.
-rw-r--r--docs/usermanual/chapters/common_use_cases.xml2
-rw-r--r--recipes/meta/meta-toolchain-qte.bb2
-rw-r--r--recipes/tasks/task-qt-toolchain-host.bb (renamed from recipes/tasks/task-qte-toolchain-host.bb)3
3 files changed, 4 insertions, 3 deletions
diff --git a/docs/usermanual/chapters/common_use_cases.xml b/docs/usermanual/chapters/common_use_cases.xml
index 8202dda64b..a4044f5016 100644
--- a/docs/usermanual/chapters/common_use_cases.xml
+++ b/docs/usermanual/chapters/common_use_cases.xml
@@ -327,7 +327,7 @@ SDK_SUFFIX = "toolchain-YOUR"
<para>OpenEmbedded provides an easy way to create a Qt Embedded
SDK. In
- <filename>recipes/tasks/task-qte-toolchain-host.bb</filename> host
+ <filename>recipes/tasks/task-qt-toolchain-host.bb</filename> host
tools like moc, uic, rcc, qmake will get installed and in <filename>
recipes/tasks/task-qte-toolchain-target.bb</filename> the Qt4 header
files and libraries will be installed.
diff --git a/recipes/meta/meta-toolchain-qte.bb b/recipes/meta/meta-toolchain-qte.bb
index 708803b9fc..f753b39d00 100644
--- a/recipes/meta/meta-toolchain-qte.bb
+++ b/recipes/meta/meta-toolchain-qte.bb
@@ -1,6 +1,6 @@
# Qt Embedded toolchain
PR = "r4"
-TOOLCHAIN_HOST_TASK = "task-qte-toolchain-host"
+TOOLCHAIN_HOST_TASK = "task-qt-toolchain-host"
TOOLCHAIN_TARGET_TASK = "task-qte-toolchain-target"
require meta-toolchain.bb
diff --git a/recipes/tasks/task-qte-toolchain-host.bb b/recipes/tasks/task-qt-toolchain-host.bb
index 02c95a3cdf..32995db14b 100644
--- a/recipes/tasks/task-qte-toolchain-host.bb
+++ b/recipes/tasks/task-qt-toolchain-host.bb
@@ -1,7 +1,8 @@
require task-sdk-host.bb
-DESCRIPTION = "Host packages for Qt Embedded SDK"
+DESCRIPTION = "Host packages for Qt SDK"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
RDEPENDS_${PN} += "qt4-tools-sdk"
+RREPLACES_${PN} = "task-qte-toolchain-host"