[oe-commits] Koen Kooi : gstreamer-ti: fix typo in omp3 init script that prevents modules from being loaded

git version control git at git.openembedded.org
Sat Jun 12 09:04:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 75c592546dc7a64ea83caef8c71f28ba07600470
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=75c592546dc7a64ea83caef8c71f28ba07600470

Author: Koen Kooi <k-kooi at ti.com>
Date:   Wed May 26 15:00:27 2010 +0200

gstreamer-ti: fix typo in omp3 init script that prevents modules from being loaded

---

 recipes/ti/gstreamer-ti/omap3/gstreamer-ti-rc.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/ti/gstreamer-ti/omap3/gstreamer-ti-rc.sh b/recipes/ti/gstreamer-ti/omap3/gstreamer-ti-rc.sh
index c7cbaa4..cd9358f 100644
--- a/recipes/ti/gstreamer-ti/omap3/gstreamer-ti-rc.sh
+++ b/recipes/ti/gstreamer-ti/omap3/gstreamer-ti-rc.sh
@@ -5,8 +5,8 @@
 
 load_module() {
     echo 
-    echo -n "Running /usr/share/ti/gst/omap3530/loadmodule.sh"
-    sh /usr/share/ti/gst/omap3530/loadmodule.sh
+    echo -n "Running /usr/share/ti/gst/omap3530/loadmodules.sh"
+    sh /usr/share/ti/gst/omap3530/loadmodules.sh
 }
 
 unload_module() {





More information about the Openembedded-commits mailing list