From: Thomas Senyk Date: Tue, 3 Jun 2014 09:14:25 +0000 (+0200) Subject: qtmultimedia: Fix zero-copy patch for imx6 so that the plugin will be build X-Git-Tag: 2.1~923 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7fdc97d6b67c3ad74acf2fd4e7a365602ac5e9cc;p=meta-freescale.git qtmultimedia: Fix zero-copy patch for imx6 so that the plugin will be build The "*imx6* {" is a check on mkspec name which doesn't contain "imx6" in the case of building with bitbake. When building with bitbake, it's the recipes deciding which code/patch goes in -> we need to check here Change-Id: Ia99515db58d79bcd460c87ad28c0ddfe19d4aa19 Signed-off-by: Thomas Senyk Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch b/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch index ec495e83..b49b0a98 100644 --- a/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch +++ b/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch @@ -835,12 +835,10 @@ new file mode 100644 index 0000000..ecc1c0c --- /dev/null +++ b/src/plugins/videonode/videonode.pro -@@ -0,0 +1,5 @@ +@@ -0,0 +1,3 @@ +TEMPLATE = subdirs + -+*imx6* { -+ SUBDIRS += imx6 -+} ++SUBDIRS += imx6 -- 2.0.0.rc2