libopensync: set default pref to -1 for svn version which seems not to build.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 15 Jun 2007 18:02:31 +0000 (18:02 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 15 Jun 2007 18:02:31 +0000 (18:02 +0000)
Fixes 2145 since version 0.22 builds just fine.

packages/opensync/libopensync_svn.bb

index ac7da05..67501cc 100644 (file)
@@ -4,6 +4,8 @@ DEPENDS = "sqlite3 libxml2 zlib glib-2.0"
 PV = "0.22+svn${SRCDATE}"
 SRC_URI = "svn://svn.opensync.org;module=trunk;proto=http"
 
+DEFAULT_PREFERENCE = "-1"
+
 inherit autotools pkgconfig lib_package
 
 S = "${WORKDIR}/trunk"