[oe] [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0

Samuli Piippo samuli.piippo at theqtcompany.com
Mon Apr 11 06:02:48 UTC 2016


On 10.04.2016 22:41, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
> ---
>   recipes-qt/qt5/qtquickcontrols2_git.bb | 15 +++++++++++++++
>   1 file changed, 15 insertions(+)
>   create mode 100644 recipes-qt/qt5/qtquickcontrols2_git.bb
>
> diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb b/recipes-qt/qt5/qtquickcontrols2_git.bb
> new file mode 100644
> index 0000000..41c781e
> --- /dev/null
> +++ b/recipes-qt/qt5/qtquickcontrols2_git.bb
> @@ -0,0 +1,15 @@
> +require qt5.inc
> +require qt5-git.inc
> +
> +LICENSE = "GFDL-1.3 & BSD & LGPL-3.0 | GPL-3.0"
> +LIC_FILES_CHKSUM = " \
> +    file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
> +    file://LICENSE.LGPLv3;md5=8ba7f2099d17d636d5fcc8303bb17587 \
> +    file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
> +"
> +
> +DEPENDS += "qtdeclarative"
> +
> +FILES_${PN}-qmlplugins += "${libdir}/qt5/qml/Qt"

all /designer/ files should go the ${PN}-designer package, since they 
are not needed in the target.
Should be added by including one more level of subfolders in qt5.inc

> +
> +SRCREV = "7fc567eda8a187e365f4c29c6e8f08440bf31218"
>



More information about the Openembedded-devel mailing list