[oe-issues] [Bug 1917] New: gpesyncd dependency on new versions of libtododb, libeventdb & libgpevtype

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Tue Feb 27 23:52:47 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=1917

           Summary: gpesyncd dependency on new versions of libtododb,
                    libeventdb & libgpevtype
           Product: Openembedded
           Version: unspecified
          Platform: ARM
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P4
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: oe at jrayner.com
         QAContact: tinderbox-oe at gmx.net


gpesyncd from linuxtogo.org svn is now dependent on later versions of
libtododb, libeventdb & libgpevtype

gpesyncd error:
..
checking pkg-config is at least version 0.9.0... yes
checking for DEPS... Requested 'libgpevtype >= 0.20' but version of libgpevtype
is 0.16
configure: error: Package requirements (glib-2.0 mimedir-1.0 libgpevtype >=
0.20 sqlite gobject-2.0 gthread-2.0 gmodule-2.0 libcontactsdb libeventdb >=
0.31 libtododb >= 0.11) were not met:


As a quick fix I changed locally the version numbers in the svn .bb files

--- libtododb_svn.bb~   2007-02-25 19:35:27.000000000 +0000
+++ libtododb_svn.bb    2007-02-27 23:20:21.000000000 +0000
@@ -3,7 +3,7 @@
 PRIORITY = "optional"
 LICENSE = "LGPL"
 DEPENDS = "libgpewidget libgpepimc sqlite"
-PV = "0.10+svn${SRCDATE}"
+PV = "0.11+svn${SRCDATE}"
 PR = "r0"


--- libeventdb_svn.bb~  2007-02-25 19:35:13.000000000 +0000
+++ libeventdb_svn.bb   2007-02-27 23:13:10.000000000 +0000
@@ -5,7 +5,7 @@

 DEPENDS  = "libgpewidget libgpepimc sqlite"

-PV = "0.30+svn${SRCDATE}"
+PV = "0.90+svn${SRCDATE}"
 PR = "r0"

 DEFAULT_PREFERENCE = "-1"


--- libgpevtype_svn.bb~ 2007-02-25 19:35:06.000000000 +0000
+++ libgpevtype_svn.bb  2007-02-27 23:09:42.000000000 +0000
@@ -3,7 +3,7 @@
 PRIORITY = "optional"
 LICENSE = "LGPL"
 DEPENDS = "libmimedir libeventdb"
-PV = "0.17+svn${SRCDATE}"
+PV = "0.20+svn${SRCDATE}"
 PR = "r1"

 inherit pkgconfig gpe autotools


Additional about the updated dependencies at:
http://projects.linuxtogo.org/plugins/scmsvn/viewcvs.php/trunk/base/gpesyncd/ChangeLog?rev=9011&root=gpe&view=log


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list