libcontactsdb_cvs.bb : add DEFAULT_PREFERENCE = "-1" as the cvs version
authorGraeme Gregory <dp@xora.org.uk>
Mon, 16 Jan 2006 14:16:40 +0000 (14:16 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 16 Jan 2006 14:16:40 +0000 (14:16 +0000)
doesnt build, but overrides the 0.1 version which does.

packages/libcontactsdb/libcontactsdb_cvs.bb

index 2293267..c6a8fad 100644 (file)
@@ -10,6 +10,8 @@ S = "${WORKDIR}/${PN}"
 PV = "0.1+cvs${SRCDATE}"
 PR = "r0"
 
+DEFAULT_PREFERENCE = "-1"
+
 inherit autotools gpe pkgconfig
 
 SRC_URI = "${HANDHELDS_CVS};module=gpe/base/${PN}"