[oe-commits] Antonio Ospite : frameworkd-config-shr: fix a nasty typo

git version control git at git.openembedded.org
Thu Apr 1 13:29:22 UTC 2010


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

Author: Antonio Ospite <ospite at studenti.unina.it>
Date:   Thu Apr  1 03:16:23 2010 +0000

frameworkd-config-shr: fix a nasty typo

A misplaced '-' instead of '_' made bitbake conditional appending fail,
resulting in fso-abyss being added unconditionally to runtime
dependencies.

Signed-off-by: Antonio Ospite <ospite at studenti.unina.it>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/shr/frameworkd-config-shr_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/shr/frameworkd-config-shr_git.bb b/recipes/shr/frameworkd-config-shr_git.bb
index 3be7ceb..35c00de 100644
--- a/recipes/shr/frameworkd-config-shr_git.bb
+++ b/recipes/shr/frameworkd-config-shr_git.bb
@@ -66,7 +66,7 @@ PACKAGE_ARCH_${PN} = "${MACHINE_ARCH}"
 # - recommend MUXer on platforms that require one
 RDEPENDS_${PN}_append_om-gta01 = " fso-abyss"
 RDEPENDS_${PN}_append_om-gta02 = " fso-abyss"
-RDEPENDS_${PN}_append-om-3d7k  = " fso-abyss"
+RDEPENDS_${PN}_append_om-3d7k  = " fso-abyss"
 # - add wmiconfig for wireless configuration
 RDEPENDS_${PN}_append_om-gta02 = " wmiconfig"
 





More information about the Openembedded-commits mailing list