aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorMika Laitio <lamikr@cc.jyu.fi>2006-05-21 18:11:38 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-21 18:11:38 +0000
commit1b9d797967c0a7a661006fa55d087d5a4efd90b8 (patch)
treeab41b8efa23a99564fcdbaa932c383ba0dcc43ce /packages
parentb9c8663043a0958875d4c38c61d3d33cb5ecc4a4 (diff)
downloadopenembedded-1b9d797967c0a7a661006fa55d087d5a4efd90b8.tar.gz
gomunicator: fix the sourceforge cvs url.
Diffstat (limited to 'packages')
-rw-r--r--packages/gomunicator/gomunicator_cvs.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/gomunicator/gomunicator_cvs.bb b/packages/gomunicator/gomunicator_cvs.bb
index 03e82d1cf3..9146cdde4c 100644
--- a/packages/gomunicator/gomunicator_cvs.bb
+++ b/packages/gomunicator/gomunicator_cvs.bb
@@ -7,13 +7,11 @@ DEPENDS = "libgpewidget gtk+ glib-2.0 alsa-lib"
#Remove the dash below when 0.1.3 changes in PV
PV = "0.1.3+cvs-${CVSDATE}"
-
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/
}