diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-10-03 22:09:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-03 22:09:41 +0000 |
commit | 06c5c42e2da68e95c6cdf39606150865e36b1f71 (patch) | |
tree | 00dd72a25f7f589d9ff0aca0f9404c54dae71374 /packages/gomunicator | |
parent | 8fa2c7ab4cc24fa723885661fa5be14c48b363ea (diff) | |
parent | 6b5075fa761e23d7e4e6550dcbcf3eb5fafdf7d2 (diff) |
merge of 2786b01c941e932325ebd3fc61a3a60664dc3b48
and 29da97548b6f79e801e68f41b3a37862a7577bfa
Diffstat (limited to 'packages/gomunicator')
-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}" |