From: Mrinmayee Hingolikar <[email protected]>

* Add append to use the version of gstreamer provided at
  git.ti.com/glsdk.  This recipe was moved from the
  meta-arago-glsdk layer and authorship was preserved for
  Mrinmayee
* Make machines specific due to changed SRC_URI

Signed-off-by: Mrinmayee Hingolikar <[email protected]>
Signed-off-by: Chase Maupin <[email protected]>
---
 .../gstreamer/gstreamer_0.10.36.bbappend           |   14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 
meta-arago-extras/recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend

diff --git 
a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend 
b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend
new file mode 100644
index 0000000..3c97b63
--- /dev/null
+++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend
@@ -0,0 +1,14 @@
+SRC_URI_omap-a15 = "git://git.ti.com/glsdk/gstreamer0-10.git;protocol=git"
+SRCREV = "e505f4a2ceee3b0328eb2efddb9ec1281d3fd60a"
+
+# Make MACHINE specific since we pull different sources per MACHINE
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+PR_append = "-arago1"
+
+S_omap-a15 = "${WORKDIR}/git"
+
+do_configure_prepend_omap-a15() {
+       git submodule init && git submodule update
+       autopoint -f
+}
-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to