diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-11-06 21:29:42 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-11-19 14:37:54 -0200 |
commit | d1a3af34c76b6b507839ec0e9eb7b0cbe202c6df (patch) | |
tree | be58cd0898de14445613c229b580668b64aa1599 | |
parent | a31093fb4837cefc63d93b09db0a03174821bccb (diff) | |
download | meta-fsl-arm-d1a3af34c76b6b507839ec0e9eb7b0cbe202c6df.tar.gz |
gst-fsl-plugin (2.0.3): Set compatible machine for mx5
Change-Id: I6e982cfac9eb58c0314148b5e5ad1b93c3e1fe1c
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb b/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb index b7dad19..d9cb7ab 100644 --- a/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb +++ b/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | # Copyright (C) 2011 Freescale Semicondutor | 1 | # Copyright (C) 2011, 2012 Freescale Semicondutor |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | require gst-fsl-plugin.inc | 4 | require gst-fsl-plugin.inc |
@@ -8,3 +8,5 @@ PR = "${INC_PR}.1" | |||
8 | SRC_URI += "file://fix_segment_fault_in_v4lsink_for_yocto.patch" | 8 | SRC_URI += "file://fix_segment_fault_in_v4lsink_for_yocto.patch" |
9 | SRC_URI[md5sum] = "036a8e86031b0670f41b10796e268f9e" | 9 | SRC_URI[md5sum] = "036a8e86031b0670f41b10796e268f9e" |
10 | SRC_URI[sha256sum] = "ee024e6fe94ce309b10dc89ab247d1bbcf8ae9cc8006178c96101ce2d4d164a0" | 10 | SRC_URI[sha256sum] = "ee024e6fe94ce309b10dc89ab247d1bbcf8ae9cc8006178c96101ce2d4d164a0" |
11 | |||
12 | COMPATIBLE_MACHINE = "(mx5)" | ||