aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gomunicator/gomunicator_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gomunicator/gomunicator_cvs.bb')
-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/
}