From: Antonio Ospite Date: Thu, 1 Apr 2010 03:16:23 +0000 (+0000) Subject: frameworkd-config-shr: fix a nasty typo X-Git-Tag: Release-2010-05/1~152^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae736863d0040919f0c0bc1cc34a11114f6aa650;p=openembedded.git 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 Signed-off-by: Martin Jansa --- 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"