[oe-commits] Simon Busch : msmcommd: add libmsmhll as dependency and bump PR

git version control git at git.openembedded.org
Tue Jul 19 20:10:22 UTC 2011


Module: openembedded.git
Branch: master
Commit: 7fd50fc9cf26b05e3942f336a73b05031cd4ba1a
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=7fd50fc9cf26b05e3942f336a73b05031cd4ba1a

Author: Simon Busch <morphis at gravedo.de>
Date:   Fri Jul  8 19:55:08 2011 +0200

msmcommd: add libmsmhll as dependency and bump PR

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

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

diff --git a/recipes/freesmartphone/msmcommd_git.bb b/recipes/freesmartphone/msmcommd_git.bb
index 81e19db..6c43b60 100644
--- a/recipes/freesmartphone/msmcommd_git.bb
+++ b/recipes/freesmartphone/msmcommd_git.bb
@@ -1,6 +1,6 @@
 require msmcomm.inc
 
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.5"
 PV = "0.6.0+gitr${SRCPV}"
 
 DEPENDS = " \
@@ -10,11 +10,11 @@ DEPENDS = " \
  libfsotransport \
  libgee \
  libmsmcomm \
+ libmsmhll \
  msmcomm-specs \
 "
 
 SRC_URI += "file://msmcommd"
-
 S = "${WORKDIR}/git/msmcommd"
 
 inherit autotools vala update-rc.d





More information about the Openembedded-commits mailing list