diff options
| author | Thomas Senyk <thomas.senyk@pelagicore.com> | 2014-06-03 11:14:25 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-06-03 15:34:29 -0300 |
| commit | 7fdc97d6b67c3ad74acf2fd4e7a365602ac5e9cc (patch) | |
| tree | 90ddd43744ab584ebb7c008b2a89d95d914da14d /meta-fsl-arm | |
| parent | 4ac14e269f6b0536dd17ecfc0fa077dbdbc2ca73 (diff) | |
| download | meta-freescale-7fdc97d6b67c3ad74acf2fd4e7a365602ac5e9cc.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 'meta-fsl-arm')
| -rw-r--r-- | meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch | 6 |
1 files changed, 2 insertions, 4 deletions
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 ec495e835..b49b0a98d 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 | |||
| 835 | index 0000000..ecc1c0c | 835 | index 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 | -- |
| 845 | 2.0.0.rc2 | 843 | 2.0.0.rc2 |
| 846 | 844 | ||
