frameworkd-config-shr: fix a nasty typo
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 1 Apr 2010 03:16:23 +0000 (03:16 +0000)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 1 Apr 2010 13:29:21 +0000 (15:29 +0200)
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>
recipes/shr/frameworkd-config-shr_git.bb

index 3be7ceb..35c00de 100644 (file)
@@ -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"