packages/opie-pimconverter:
authorHolger Freyther <zecke@selfish.org>
Sat, 4 Mar 2006 22:29:12 +0000 (22:29 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 4 Mar 2006 22:29:12 +0000 (22:29 +0000)
Fix the RDEPENDS to sqlite-bin instead of
libsqlite-bin

packages/opie-pimconverter/opie-pimconverter.inc

index 2bc2c22..4ed8d0a 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 MAINTAINER = "Team Opie <opie@handhelds.org>"
 LICENSE = "GPL"
 DEPENDS = "sqlite3 sqlite" 
-RDEPENDS = "sqlite3 libsqlite-bin" 
+RDEPENDS = "sqlite3 sqlite-bin" 
 
 APPNAME = "opimconverter"