[oe-commits] Bernhard Reutner-Fischer : gstd: fix typo in RRECOMENDS

git version control git at git.openembedded.org
Sat Jan 15 23:57:12 UTC 2011


Module: openembedded.git
Branch: master
Commit: 40e1239c13069895046909290c4421b22aa1b891
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=40e1239c13069895046909290c4421b22aa1b891

Author: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Date:   Mon Jan  3 20:01:55 2011 +0000

gstd: fix typo in RRECOMENDS

/RRECOMENDS/s/COM/COMM/

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gstd/gstd_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gstd/gstd_git.bb b/recipes/gstd/gstd_git.bb
index 5e73662..73cfa58 100644
--- a/recipes/gstd/gstd_git.bb
+++ b/recipes/gstd/gstd_git.bb
@@ -11,7 +11,7 @@ DEPENDS = "dbus dbus-glib gstreamer readline"
 SRCREV = "b1b22984a3028531cbddea431acd1e6c3fd0edb8"
 
 PV = "1.0"
-PR = "r14"
+PR = "r15"
 PR_append = "+gitr${SRCREV}"
 
 SRC_URI = "git://gstd.git.sourceforge.net/gitroot/gstd/gstd;protocol=git \
@@ -25,7 +25,7 @@ do_configure() {
 }
 
 RDEPENDS_${PN} = "dbus dbus-glib gstreamer gst-plugins-base"
-RRECOMENDS_${PN} = "gstreamer-ti"
+RRECOMMENDS_${PN} = "gstreamer-ti"
 
 FILES_${PN} += "${datadir}/dbus-1/*/*.service"
 FILES_${PN}-dev += "${datadir}/dbus-1/interfaces/*.xml"





More information about the Openembedded-commits mailing list