[oe] [meta-qt5][PATCHv2] qtconnectivity: Added recipe.

Martin Jansa martin.jansa at gmail.com
Fri Oct 25 12:27:05 UTC 2013


On Thu, Oct 24, 2013 at 5:01 PM, Kristofer Hansson Aspman <
kristofer.hansson-aspman at pelagicore.com> wrote:

> diff --git a/recipes-qt/qt5/qtconnectivity.inc
> b/recipes-qt/qt5/qtconnectivity.inc
> new file mode 100644
> index 0000000..50efd46
> --- /dev/null
> +++ b/recipes-qt/qt5/qtconnectivity.inc
> @@ -0,0 +1,4 @@
> +require qt5.inc
> +
> +DEPENDS += "qtbase qtdeclarative"
> +DEPENDS += "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '',
> d)}"
>

what happens if someone builds bluez before qtconnectivity even without
bluetooth in DISTRO_FEATURES?

I guess it will behave nondeterministicly, you need to explicitly enable or
disable it based on bluetooth DISTRO_FEATURE, see qtmultimedia.inc and
PACKAGECONFIG.



More information about the Openembedded-devel mailing list