summaryrefslogtreecommitdiffstats
path: root/qt5-layer
diff options
context:
space:
mode:
authorThomas Senyk <thomas.senyk@pelagicore.com>2014-06-03 11:14:25 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-06-03 15:34:29 -0300
commit849e0a68105961f8a02ddd7fb635eb3792e34464 (patch)
treec8750d57eaca982d1326151f84a73d6a1e7c0b85 /qt5-layer
parentb7a71ee5e8c77d0994c263ef3c9761368b1a120d (diff)
downloadmeta-fsl-arm-849e0a68105961f8a02ddd7fb635eb3792e34464.tar.gz
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 <thomas.senyk@pelagicore.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'qt5-layer')
-rw-r--r--qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch b/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch
index ec495e8..b49b0a9 100644
--- a/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch
+++ b/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch
@@ -835,12 +835,10 @@ new file mode 100644
835index 0000000..ecc1c0c 835index 0000000..ecc1c0c
836--- /dev/null 836--- /dev/null
837+++ b/src/plugins/videonode/videonode.pro 837+++ b/src/plugins/videonode/videonode.pro
838@@ -0,0 +1,5 @@ 838@@ -0,0 +1,3 @@
839+TEMPLATE = subdirs 839+TEMPLATE = subdirs
840+ 840+
841+*imx6* { 841+SUBDIRS += imx6
842+ SUBDIRS += imx6
843+}
844-- 842--
8452.0.0.rc2 8432.0.0.rc2
846 844