From: Simon Busch Date: Tue, 18 Jan 2011 16:41:30 +0000 (+0100) Subject: fsogsmd: should now depend on msmcomm-specs rather than msmcommd-specs X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b07183dc5f2d5a73fb6e22a84214b20cbc36eb2a;p=openembedded.git fsogsmd: should now depend on msmcomm-specs rather than msmcommd-specs Signed-off-by: Simon Busch --- diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb index 6750e0bf37..70f64bdbe2 100644 --- a/recipes/freesmartphone/fsogsmd_git.bb +++ b/recipes/freesmartphone/fsogsmd_git.bb @@ -1,7 +1,7 @@ require cornucopia.inc inherit fso-plugin SRCREV = "${FSO_CORNUCOPIA_SRCREV}" -PR = "${INC_PR}.5" +PR = "${INC_PR}.6" PV = "0.5.0+gitr${SRCPV}" PE = "1" @@ -14,7 +14,7 @@ EXTRA_OECONF_append = "\ # On the palmpre we need the msmcomm daemon to talk to the modem PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}" -DEPENDS_append_palmpre = " msmcommd-specs" +DEPENDS_append_palmpre = " msmcomm-specs" RDEPENDS_append_palmpre = " msmcommd" EXTRA_OECONF_append_palmpre = " --enable-modem-qualcomm-palm"