From: Graeme Gregory Date: Fri, 13 Jan 2006 12:21:16 +0000 (+0000) Subject: libsm_cvs : add DEFAULT_PREFERENCE=-1 as with new PV it ranks higher than 6.0.3 but... X-Git-Tag: Release-2010-05/1~9453^2~2671 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45a709c1f8d299931639ee1669a54fe9ecfe71e6;p=openembedded.git libsm_cvs : add DEFAULT_PREFERENCE=-1 as with new PV it ranks higher than 6.0.3 but isnt functional with GPE. --- diff --git a/packages/libsm/libsm_cvs.bb b/packages/libsm/libsm_cvs.bb index c94637c344..ff5fcd8c0e 100644 --- a/packages/libsm/libsm_cvs.bb +++ b/packages/libsm/libsm_cvs.bb @@ -6,6 +6,8 @@ DEPENDS = "x11 ice" DESCRIPTION = "Session management library" PR = "r1" +DEFAULT_PREFERENCE="-1" + SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=SM" S = "${WORKDIR}/SM"