[oe-commits] Denis 'GNUtoo' Carikli : phonefsod: fixed a dependency error and bump PR

git version control git at git.openembedded.org
Mon Jul 5 22:22:50 UTC 2010


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Jul  6 00:08:23 2010 +0200

phonefsod: fixed a dependency error and bump PR

if we don't add libfsoframework as dependency it fails with:
| checking for FSO_FRAMEWORK... configure: error: Package requirements (fsoframework-2.0) were not met:
I got the permission to fix it:
  <mrmoku> GNUtoo|laptop: hmm... do we have the dependencies still wrong?
  <mrmoku> I thought we fixed that :/
  <mrmoku> it needs libfsoframework
  <GNUtoo|laptop> mrmoku, ah I just git pulled
  <GNUtoo|laptop> mrmoku, can I fix that too?
  <mrmoku> DEPENDS += " libfso-glib dbus-glib libframeworkd-glib sqlite3 shr-specs"
  <mrmoku> still missing
  <mrmoku> GNUtoo|laptop: yes please :-)

---

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

diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb
index 3b15e04..2045db8 100644
--- a/recipes/shr/phonefsod_git.bb
+++ b/recipes/shr/phonefsod_git.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "SHR Phone FSO Daemon"
 HOMEPAGE = "http://shr-project.org/"
 LICENSE = "GPL"
 SECTION = "x11/applications"
-DEPENDS += " libfso-glib dbus-glib libframeworkd-glib sqlite3 shr-specs"
+DEPENDS += " libfso-glib dbus-glib libframeworkd-glib sqlite3 shr-specs libfsoframework"
 SRCREV = "c01f2eb0eb79d5d5581ab35f2dbd1c3b3979439b"
 PV = "0.0.0+gitr${SRCPV}"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "git://git.shr-project.org/repo/phonefsod.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list