From: Mrinmayee Hingolikar <[email protected]> * Pulled in the bbappend from meta-arago-glsdk and kept authorship for Mrinmayee * This bbappend modifies the gst-plugins-base package to pull from git.ti.com/glsdk which has additional patches to support TI devices * Modified the following for upstreaming: * Removed setting of LICENSE since this would override the LICENSE value in the base recipe * Make machines specific due to changed SRC_URI
Signed-off-by: Chase Maupin <[email protected]> --- ....bbappend => gst-plugins-base_0.10.36.bbappend} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) copy meta-arago-extras/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.23.bbappend => gst-plugins-base_0.10.36.bbappend} (58%) 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-base_0.10.36.bbappend similarity index 58% copy from meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend copy to meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend index 74cc9ce..6691ee3 100644 --- a/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend @@ -1,22 +1,20 @@ -DEPENDS_append_omap-a15 = " omap5-sgx-ddk-um-linux libdce libdrm wayland " +PR_append = "-arago1" # 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" +SRC_URI_omap-a15 = "git://git.ti.com/glsdk/gst-plugins-base0-10.git;protocol=git" +SRCREV = "21305017f6095ad6e9b1a8f1006ee5be780b21f8" S_omap-a15 = "${WORKDIR}/git" -EXTRA_OECONF += " --disable-pvr" - do_configure_prepend_omap-a15() { git submodule init && git submodule update autopoint -f } +EXTRA_OECONF +="--disable-ivorbis " + 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
