mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 23:13:02 +02:00

Newer Yocto moved from Tasks to Package Groups and we are now following this move. This include no change on package contents. Change-Id: Ice424c3ddde445ca2daa8afce401727d3a993b76 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
14 lines
483 B
BlitzBasic
14 lines
483 B
BlitzBasic
# Copyright (C) 2012 Freescale Semiconductor
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
DESCRIPTION = "Qt in use demo applications"
|
|
HOMEPAGE = "http://qt.gitorious.org/qt-in-use"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
inherit packagegroup
|
|
|
|
RDEPENDS_${PN} = " \
|
|
qt-in-industrial-embedded-smarthome"
|