diff options
| author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-03-02 12:53:29 +0200 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-04-01 09:35:33 +0300 |
| commit | 932951b726cf2eccdc481afdffa6ba7f7dd16175 (patch) | |
| tree | 363ec265a2354ce57179c31dcc2a75b2e9980659 /recipes | |
| parent | d9a08a8a9419a1635d4985e75c43263aaab9577d (diff) | |
| download | meta-boot2qt-932951b726cf2eccdc481afdffa6ba7f7dd16175.tar.gz | |
Add gperf and bison to SDK host tools
Required tools for compiling webengine, which are often not installed.
Change-Id: I3e27fa7ac2cab2cce58d3b80f4db622bc21948d3
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'recipes')
| -rw-r--r-- | recipes/gperf/gperf_%.bbappend | 23 | ||||
| -rw-r--r-- | recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb | 2 |
2 files changed, 25 insertions, 0 deletions
diff --git a/recipes/gperf/gperf_%.bbappend b/recipes/gperf/gperf_%.bbappend new file mode 100644 index 0000000..2dc86e4 --- /dev/null +++ b/recipes/gperf/gperf_%.bbappend | |||
| @@ -0,0 +1,23 @@ | |||
| 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 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb index a4ea74d..d5b41f7 100644 --- a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb +++ b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb | |||
| @@ -31,5 +31,7 @@ RDEPENDS_${PN} = "\ | |||
| 31 | python-nativesdk \ | 31 | python-nativesdk \ |
| 32 | python-modules-nativesdk \ | 32 | python-modules-nativesdk \ |
| 33 | python-misc-nativesdk \ | 33 | python-misc-nativesdk \ |
| 34 | nativesdk-bison \ | ||
| 35 | nativesdk-gperf \ | ||
| 34 | ${MACHINE_EXTRA_INSTALL_SDK_HOST} \ | 36 | ${MACHINE_EXTRA_INSTALL_SDK_HOST} \ |
| 35 | " | 37 | " |
