From 085f99ae9ecaf2f88e89a050d36e5231334e33bb Mon Sep 17 00:00:00 2001 From: Yuqing Zhu Date: Thu, 8 Dec 2016 13:38:28 +0800 Subject: gstreamer1.0-plugins-bad: Add version number into the name of bbappend file The bbappend will only work on a specific version, or it may have some conflicts. Currently, it is for GST 1.8. And once the release is final, it does not update the Gstreamer version in poky. So it won't raise the parser error. Signed-off-by: Yuqing Zhu Signed-off-by: Otavio Salvador --- .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 23 ---------------------- .../gstreamer1.0-plugins-bad_1.8.%.bbappend | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.%.bbappend diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend deleted file mode 100644 index 4743c4f96..000000000 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ /dev/null @@ -1,23 +0,0 @@ -# Vivante EGL headers require the correct preprocessor -# defines to be set for each platform -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}" - -PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" - - -SRC_URI_append_imxgpu2d = " \ - file://0001-glplugin-Change-wayland-default-res-to-1024x768.patch \ - file://0002-Support-fb-backend-for-gl-plugins.patch \ - file://0003-Add-directviv-to-glimagesink-to-improve-playback-per.patch \ - file://0004-MMFMWK-6930-glplugin-Accelerate-gldownload-with-dire.patch \ - file://0005-Fix-dependence-issue-between-gst-plugin-.patch \ - file://0006-glcolorconvert-convert-YUV-to-RGB-use-directviv.patch \ - file://0007-glwindow-work-around-for-no-frame-when-imxplayer-use.patch \ - file://0008-glplugin-glcolorconvert-fix-MRT-cannot-work-in-GLES3.patch \ - file://0009-MMFMWK-7308-Fix-build-issue-on-non-GPU-soc.patch \ -" - - -PACKAGE_ARCH_imxgpu2d = "${MACHINE_SOCARCH}" diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.%.bbappend new file mode 100644 index 000000000..4743c4f96 --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.%.bbappend @@ -0,0 +1,23 @@ +# Vivante EGL headers require the correct preprocessor +# defines to be set for each platform +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}" + +PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" + + +SRC_URI_append_imxgpu2d = " \ + file://0001-glplugin-Change-wayland-default-res-to-1024x768.patch \ + file://0002-Support-fb-backend-for-gl-plugins.patch \ + file://0003-Add-directviv-to-glimagesink-to-improve-playback-per.patch \ + file://0004-MMFMWK-6930-glplugin-Accelerate-gldownload-with-dire.patch \ + file://0005-Fix-dependence-issue-between-gst-plugin-.patch \ + file://0006-glcolorconvert-convert-YUV-to-RGB-use-directviv.patch \ + file://0007-glwindow-work-around-for-no-frame-when-imxplayer-use.patch \ + file://0008-glplugin-glcolorconvert-fix-MRT-cannot-work-in-GLES3.patch \ + file://0009-MMFMWK-7308-Fix-build-issue-on-non-GPU-soc.patch \ +" + + +PACKAGE_ARCH_imxgpu2d = "${MACHINE_SOCARCH}" -- cgit v1.2.3-54-g00ecf