diff options
author | Richard Purdie <richard@openedhand.com> | 2006-03-24 08:33:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-03-24 08:33:39 +0000 |
commit | d614461fe9aa3480bc7c4bcd8abe704522979f2c (patch) | |
tree | 980fd2f4ade7a422fe533ffb34ab5b4a3a555e12 /openembedded/packages/recordext | |
parent | b14d256e5e4efd70721f3ee62a1f69baa780d6c8 (diff) | |
download | poky-d614461fe9aa3480bc7c4bcd8abe704522979f2c.tar.gz |
Use FREEDESKTOP_CVS instead of a hardcoded address
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@337 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/recordext')
-rw-r--r-- | openembedded/packages/recordext/recordext_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/recordext/recordext_cvs.bb b/openembedded/packages/recordext/recordext_cvs.bb index 1c6bd0b931..494b53acdd 100644 --- a/openembedded/packages/recordext/recordext_cvs.bb +++ b/openembedded/packages/recordext/recordext_cvs.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | MAINTAINER = "Phil Blundell <pb@handhelds.org>" | 4 | MAINTAINER = "Phil Blundell <pb@handhelds.org>" |
5 | DESCRIPTION = "XRecord extension protocol bits" | 5 | DESCRIPTION = "XRecord extension protocol bits" |
6 | 6 | ||
7 | SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=RecordExt" | 7 | SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=RecordExt" |
8 | S = "${WORKDIR}/RecordExt" | 8 | S = "${WORKDIR}/RecordExt" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |