diff options
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | 4 | ||||
-rw-r--r-- | recipes-multimedia/libfslcodec/libfslcodec.inc | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend index 5b939d4f..766971f6 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | |||
@@ -1,10 +1,6 @@ | |||
1 | 1 | ||
2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
3 | 3 | ||
4 | SRC_URI_append_mxs = " file://gstplaybin-enable-native-video.patch" | ||
5 | SRC_URI_append_mx5 = " file://gstplaybin-enable-native-video.patch" | ||
6 | SRC_URI_append_mx6 = " file://gstplaybin-enable-native-video.patch" | 4 | SRC_URI_append_mx6 = " file://gstplaybin-enable-native-video.patch" |
7 | 5 | ||
8 | PACKAGE_ARCH_mxs = "${MACHINE_SOCARCH}" | ||
9 | PACKAGE_ARCH_mx5 = "${MACHINE_SOCARCH}" | ||
10 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" | 6 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" |
diff --git a/recipes-multimedia/libfslcodec/libfslcodec.inc b/recipes-multimedia/libfslcodec/libfslcodec.inc index 39362588..9d08c399 100644 --- a/recipes-multimedia/libfslcodec/libfslcodec.inc +++ b/recipes-multimedia/libfslcodec/libfslcodec.inc | |||
@@ -15,7 +15,6 @@ EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '-- | |||
15 | PACKAGECONFIG ?= "" | 15 | PACKAGECONFIG ?= "" |
16 | PACKAGECONFIG_mx6q = "vpu" | 16 | PACKAGECONFIG_mx6q = "vpu" |
17 | PACKAGECONFIG_mx6dl = "vpu" | 17 | PACKAGECONFIG_mx6dl = "vpu" |
18 | PACKAGECONFIG_mx5 = "vpu" | ||
19 | 18 | ||
20 | PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,imx-vpu" | 19 | PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,imx-vpu" |
21 | 20 | ||
@@ -31,11 +30,6 @@ do_install_append() { | |||
31 | 30 | ||
32 | } | 31 | } |
33 | 32 | ||
34 | do_install_append_mx5() { | ||
35 | # FIXME: The binary files depends on libvpu.so.4 which is i.MX6 only | ||
36 | rm -r ${D}${datadir}/imx-mm/*/examples/*/bin | ||
37 | } | ||
38 | |||
39 | python __set_insane_skip() { | 33 | python __set_insane_skip() { |
40 | # Ensure we have PACKAGES expanded | 34 | # Ensure we have PACKAGES expanded |
41 | bb.build.exec_func("read_subpackage_metadata", d) | 35 | bb.build.exec_func("read_subpackage_metadata", d) |