From: Mika Laitio Date: Sun, 21 May 2006 18:53:04 +0000 (+0000) Subject: gomunicator: fix the sourceforge cvs url. X-Git-Tag: Release-2010-05/1~9453^2~1654^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7fc2013b1458e14894602621a422eab3f0f9d7c;p=openembedded.git gomunicator: fix the sourceforge cvs url. mt --db /opt/h6300/oe/oe.db --branch=org.openembedded.oz354fam083 --message-file=/opt/h6300/oe/fam083/commits/20060521_gomunicator_url_fix.txt commit packages/gomunicator/gomunicator_cvs.bb --- diff --git a/packages/gomunicator/gomunicator_cvs.bb b/packages/gomunicator/gomunicator_cvs.bb index a567d16009..dae9e9f809 100644 --- a/packages/gomunicator/gomunicator_cvs.bb +++ b/packages/gomunicator/gomunicator_cvs.bb @@ -10,10 +10,9 @@ PV = "0.1.3+cvs-${SRCDATE}" inherit autotools pkgconfig -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" +SRC_URI = "cvs://anonymous@xanadux.cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" S = "${WORKDIR}/${PN}" do_install_append() { install -d ${D}${datadir}/applications - install -m 0644 gomunicator.desktop ${D}${datadir}/applications/ }