diff options
Diffstat (limited to 'packages/gomunicator/gomunicator_cvs.bb')
-rw-r--r-- | packages/gomunicator/gomunicator_cvs.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gomunicator/gomunicator_cvs.bb b/packages/gomunicator/gomunicator_cvs.bb index 77a281f599..312b9fbd56 100644 --- a/packages/gomunicator/gomunicator_cvs.bb +++ b/packages/gomunicator/gomunicator_cvs.bb @@ -4,10 +4,10 @@ LICENSE = "GPLv2" AUTHOR = "Robert Woerle" MAINTAINER = "Koen Kooi <koen@handhelds.org>" DEPENDS = "libgpewidget gtk+ glib-2.0" -PV = "0.1.3+cvs${CVSDATE}" +PV = "0.1.3+cvs-${CVSDATE}" -inherit autotools +inherit autotools pkgconfig SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" S = "${WORKDIR}/${PN}" |