aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2010-04-01 03:16:23 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-01 15:29:21 +0200
commitae736863d0040919f0c0bc1cc34a11114f6aa650 (patch)
tree9b4c5c4627707a90d85f2e1fcc648d543f47fffe
parent83c03f81017026dbc0cc5562c9d7586b36a631e6 (diff)
downloadopenembedded-ae736863d0040919f0c0bc1cc34a11114f6aa650.tar.gz
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@studenti.unina.it> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/shr/frameworkd-config-shr_git.bb2
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 3be7ceb9ac..35c00de49a 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"