[OE-core] [PATCH 10/12] packagegroup-core-qt: add x11 to REQUIRED_DISTRO_FEATURES
Robert Yang
liezhi.yang at windriver.com
Tue May 12 02:51:21 UTC 2015
On 05/11/2015 07:43 PM, Burton, Ross wrote:
>
> On 11 May 2015 at 07:08, Robert Yang <liezhi.yang at windriver.com
> <mailto:liezhi.yang at windriver.com>> wrote:
>
> +# The quicky and fotowall requires x11 in DISTRO_FEATURES
> +REQUIRED_DISTRO_FEATURES = "x11"
>
>
> As this is a helper packagegroup, would it make sense to have these as optional
> dependencies based on DISTRO_FEATURES instead?
Hi Ross,
The packagegroup-core-qt RDEPENDS on 3 packages:
QTDEMOS ?= "quicky ${COMMERCIAL_QT} fotowall"
Both quicky and fotowall requires x11. The COMMERCIAL_QT(such as qmmp)
requires commercial license, I think that it also requires x11 (I will
fix it in other patches). Use optional dependencies based on
DISTRO_FEATURES for packagegroup-core-qt would make it rdepends on nothing,
so I didn't use that.
// Robert
>
> Ross
More information about the Openembedded-core
mailing list