aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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 /docs
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/usermanual/chapters/common_use_cases.xml2
1 files changed, 1 insertions, 1 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.