From: Mrinmayee Hingolikar <[email protected]> * Pulled in bbappend from meta-arago-glsdk to use the git.ti.com/glsdk repository which contains fixes for using these plugins with TI devices. * Preserved authorship from Mrinmayee * Modified the following for upstream: * Do not reset the LICENSE field since this will override the LICENSE from the base recipe * Added a patch to resolve building against the latest kernels such as v3.12 * Make machines specific due to changed SRC_URI
Signed-off-by: Chase Maupin <[email protected]> --- .../gstreamer/gst-plugins-good_0.10.31.bbappend | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bbappend diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bbappend new file mode 100644 index 0000000..fdd94e3 --- /dev/null +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bbappend @@ -0,0 +1,23 @@ +PR_append = "-arago1" + +# Make MACHINE specific since we pull different sources per MACHINE +PACKAGE_ARCH = "${MACHINE_ARCH}" + +SRC_URI_omap-a15 = "git://git.ti.com/glsdk/gst-plugins-good0-10.git;protocol=git" +SRCREV = "733289614c50ff4e490d5a37ec4af3a540d1dfb9" + +# Fix compile errors with recent kernels +SRC_URI_append_omap-a15 = " file://0001-v4l2-fix-build-with-recent-kernels-the-v4l2_buffer-i.patch \ + file://0001-v4l2_calls-define-V4L2_CID_HCENTER-and-V4L2_CID_VCEN.patch" + +S_omap-a15 = "${WORKDIR}/git" + +do_configure_prepend_omap-a15() { + git submodule init && git submodule update + autopoint -f +} + +FILES_${PN} += "\ + ${libdir}/*.so \ + ${libdir}/gstreamer-0.10/*" + -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
