diff options
author | Rainer Keller <rainer.keller@theqtcompany.com> | 2015-11-13 13:14:13 +0100 |
---|---|---|
committer | Rainer Keller <rainer.keller@theqtcompany.com> | 2015-11-13 14:23:24 +0000 |
commit | 03c226dc8e48bb2096f18a3cce833daff6232115 (patch) | |
tree | 52292909e78a1716652a0a9a26e5c95c31f00bd7 /recipes | |
parent | ff5baed721accd06b0bf3a2c87afbb86a57c65bd (diff) | |
download | meta-boot2qt-03c226dc8e48bb2096f18a3cce833daff6232115.tar.gz |
Remove unused b2qt-update-framework
This reverts commit f309d05bccefc29977d474df734fecbe311f8f7b.
Change-Id: Ia25e629247c6863d2ce48e1b8a80029d13248ded
Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/b2qt-update-framework/b2qt-update-framework.bb | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/recipes/b2qt-update-framework/b2qt-update-framework.bb b/recipes/b2qt-update-framework/b2qt-update-framework.bb deleted file mode 100644 index ceae95a..0000000 --- a/recipes/b2qt-update-framework/b2qt-update-framework.bb +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
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://www.qt.io/contact-us. | ||
17 | ## | ||
18 | ## | ||
19 | ## $QT_END_LICENSE$ | ||
20 | ## | ||
21 | ############################################################################# | ||
22 | |||
23 | DESCRIPTION = "Boot to Qt update framework" | ||
24 | HOMEPAGE = "http://www.qt.io" | ||
25 | SECTION = "devel" | ||
26 | LICENSE = "CLOSED" | ||
27 | |||
28 | PV = "1.0.0" | ||
29 | PR = "r0" | ||
30 | SRCREV = "${PV}" | ||
31 | |||
32 | inherit deploy | ||
33 | |||
34 | do_deploy() { | ||
35 | install -d ${DEPLOYDIR}/update/ | ||
36 | echo ${B2QT_PLATFORM} > ${DEPLOYDIR}/update/platform | ||
37 | } | ||
38 | |||
39 | addtask deploy after do_install before do_build | ||
40 | |||
41 | do_compile[noexec] = "1" | ||
42 | do_install[noexec] = "1" | ||
43 | do_populate_sysroot[noexec] = "1" | ||
44 | |||
45 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||