diff options
author | Daiane Angolini <daiane.angolini@freescale.com> | 2013-04-03 14:21:00 -0300 |
---|---|---|
committer | Daiane Angolini <angolini@gmail.com> | 2013-04-10 15:22:45 -0300 |
commit | 226319d48b845dd1bf3a2c1ff32e18bdbac8e406 (patch) | |
tree | a584d9e3c34a3a6e890835a066d3ddfa0c3a9119 | |
parent | bc73188231709985f8c95d46fb1b93c5227a98cd (diff) | |
download | meta-fsl-arm-226319d48b845dd1bf3a2c1ff32e18bdbac8e406.tar.gz |
gst-fsl-plugin: Add 3.0.6 version
This version is only compatible with mx28.
Add PLATFORM_mx28=MX28
Change-Id: I8a38fabd756b140357fee6bab9e91c50b182601f
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r-- | recipes-multimedia/gst-plugins/gst-fsl-plugin.inc | 1 | ||||
-rw-r--r-- | recipes-multimedia/gst-plugins/gst-fsl-plugin_3.0.6.bb | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc b/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc index 7617560..66d29c4 100644 --- a/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc +++ b/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc | |||
@@ -21,6 +21,7 @@ inherit autotools pkgconfig | |||
21 | 21 | ||
22 | PLATFORM_mx5 = "MX51" | 22 | PLATFORM_mx5 = "MX51" |
23 | PLATFORM_mx6 = "MX6" | 23 | PLATFORM_mx6 = "MX6" |
24 | PLATFORM_mx28 = "MX28" | ||
24 | 25 | ||
25 | # Todo add a mechanism to map posible build targets | 26 | # Todo add a mechanism to map posible build targets |
26 | INCLUDE_DIR = "-I${STAGING_KERNEL_DIR}/include" | 27 | INCLUDE_DIR = "-I${STAGING_KERNEL_DIR}/include" |
diff --git a/recipes-multimedia/gst-plugins/gst-fsl-plugin_3.0.6.bb b/recipes-multimedia/gst-plugins/gst-fsl-plugin_3.0.6.bb new file mode 100644 index 0000000..4c28442 --- /dev/null +++ b/recipes-multimedia/gst-plugins/gst-fsl-plugin_3.0.6.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | # Copyright (C) 2012-2013 Freescale Semicondutor | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require gst-fsl-plugin.inc | ||
5 | |||
6 | DEPENDS = "gstreamer gst-plugins-base libfslcodec libfslparser" | ||
7 | |||
8 | PR = "${INC_PR}.0" | ||
9 | |||
10 | SRC_URI += "file://fix-missing-sys-types-h.patch \ | ||
11 | file://Link-with-the-Real-Time-Extension-lib.patch \ | ||
12 | " | ||
13 | |||
14 | PACKAGE_NAME = "gst-fsl-plugins" | ||
15 | |||
16 | SRC_URI[md5sum] = "fd7c9db129cbcc4dc79b7dd832061594" | ||
17 | SRC_URI[sha256sum] = "546deb407993f726ef4e140f5bd734d612d5f8872c832ac820957f667f22306e" | ||
18 | |||
19 | COMPATIBLE_MACHINE = "(mx28)" | ||