[oe-commits] Simon Busch : fsogsmd: should now depend on msmcomm-specs rather than msmcommd-specs

git version control git at git.openembedded.org
Tue Jan 18 16:45:09 UTC 2011


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

Author: Simon Busch <morphis at amethyst.openembedded.net>
Date:   Tue Jan 18 17:41:30 2011 +0100

fsogsmd: should now depend on msmcomm-specs rather than msmcommd-specs

Signed-off-by: Simon Busch <morphis at amethyst.openembedded.net>

---

 recipes/freesmartphone/fsogsmd_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb
index 6750e0b..70f64bd 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"
 





More information about the Openembedded-commits mailing list