summaryrefslogtreecommitdiffstats
path: root/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb')
-rw-r--r--recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb24
1 files changed, 23 insertions, 1 deletions
diff --git a/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb b/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb
index 8944c75..c0afb90 100644
--- a/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb
+++ b/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb
@@ -1,8 +1,30 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
1DESCRIPTION = "B2Qt on embedded Linux SDK toolchain" 23DESCRIPTION = "B2Qt on embedded Linux SDK toolchain"
2PR = "r0" 24PR = "r0"
3LICENSE = "CLOSED" 25LICENSE = "CLOSED"
4 26
5TOOLCHAIN_HOST_TASK = "nativesdk-packagegroup-b2qt-embedded-toolchain-host packagegroup-cross-canadian-${TRANSLATED_TARGET_ARCH}" 27TOOLCHAIN_HOST_TASK = "nativesdk-packagegroup-b2qt-embedded-toolchain-host packagegroup-cross-canadian-${MACHINE}"
6TOOLCHAIN_TARGET_TASK = "nativesdk-packagegroup-b2qt-embedded-toolchain-target" 28TOOLCHAIN_TARGET_TASK = "nativesdk-packagegroup-b2qt-embedded-toolchain-target"
7 29
8require recipes-core/meta/meta-toolchain.bb 30require recipes-core/meta/meta-toolchain.bb