From: Mrinmayee Hingolikar <[email protected]> * Migrated the bbappend from meta-arago-glsdk and preserved authorship for Mrinmayee * This append pulls the plugin sources from the git.ti.com/glsdk repository which has modifications for using gstreamer with TI devices. * Cleaned up the following for upstreaming: * Restructured the recipe code to flow better * Removed libdri2 dependencies since this was for X11 support which was not ported. * Removed LICENSE settings since these were over-riding the base recipe LICENSE values. * Removed unneeded FILESEXTRAPATHS setting * Make machines specific due to changed SRC_URI
Signed-off-by: Chase Maupin <[email protected]> --- .../gstreamer/gst-plugins-bad_0.10.23.bbappend | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend new file mode 100644 index 0000000..74cc9ce --- /dev/null +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend @@ -0,0 +1,22 @@ +DEPENDS_append_omap-a15 = " omap5-sgx-ddk-um-linux libdce libdrm wayland " + +# Make MACHINE specific since we pull different sources per MACHINE +PACKAGE_ARCH = "${MACHINE_ARCH}" + +PR_append = "-arago1" + +SRCREV = "f2df6f3b684f39500e22115b160191cef6d7dbaf" +SRC_URI_omap-a15 = "git://git.ti.com/glsdk/gst-plugins-bad0-10.git;protocol=git" + +S_omap-a15 = "${WORKDIR}/git" + +EXTRA_OECONF += " --disable-pvr" + +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
