aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gomunicator
diff options
context:
space:
mode:
authorMika Laitio <lamikr@cc.jyu.fi>2006-05-21 18:53:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-21 18:53:04 +0000
commitd7fc2013b1458e14894602621a422eab3f0f9d7c (patch)
tree6cdcfa99e6da7453cfd63ebbe1290cb55c0fd16e /packages/gomunicator
parentd33ef936c3c4673112d0fa91a3d9e507b97be663 (diff)
downloadopenembedded-d7fc2013b1458e14894602621a422eab3f0f9d7c.tar.gz
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
Diffstat (limited to 'packages/gomunicator')
-rw-r--r--packages/gomunicator/gomunicator_cvs.bb3
1 files changed, 1 insertions, 2 deletions
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/
}