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/xauth | |
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/xauth')
-rw-r--r-- | openembedded/packages/xauth/xauth_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/xauth/xauth_cvs.bb b/openembedded/packages/xauth/xauth_cvs.bb index 358da9bd35..1243fce1d8 100644 --- a/openembedded/packages/xauth/xauth_cvs.bb +++ b/openembedded/packages/xauth/xauth_cvs.bb | |||
@@ -6,7 +6,7 @@ MAINTAINER = "Rene Wagner <rw@handhelds.org>" | |||
6 | SECTION = "x11/base" | 6 | SECTION = "x11/base" |
7 | PR = "r2" | 7 | PR = "r2" |
8 | 8 | ||
9 | SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xauth \ | 9 | SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xauth \ |
10 | file://autofoo.patch;patch=1" | 10 | file://autofoo.patch;patch=1" |
11 | S = "${WORKDIR}/xauth" | 11 | S = "${WORKDIR}/xauth" |
12 | 12 | ||