summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xrandr/xrandr_cvs.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-24 08:33:39 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-24 08:33:39 +0000
commitd614461fe9aa3480bc7c4bcd8abe704522979f2c (patch)
tree980fd2f4ade7a422fe533ffb34ab5b4a3a555e12 /openembedded/packages/xrandr/xrandr_cvs.bb
parentb14d256e5e4efd70721f3ee62a1f69baa780d6c8 (diff)
downloadpoky-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/xrandr/xrandr_cvs.bb')
-rw-r--r--openembedded/packages/xrandr/xrandr_cvs.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/xrandr/xrandr_cvs.bb b/openembedded/packages/xrandr/xrandr_cvs.bb
index ea6c71c6ab..1e6609384b 100644
--- a/openembedded/packages/xrandr/xrandr_cvs.bb
+++ b/openembedded/packages/xrandr/xrandr_cvs.bb
@@ -4,7 +4,7 @@ DEPENDS = "libxrandr x11 xext"
4DESCRIPTION = "X Resize and Rotate extension command." 4DESCRIPTION = "X Resize and Rotate extension command."
5SECTION = "x11/base" 5SECTION = "x11/base"
6 6
7SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xrandr" 7SRC_URI = "${FREEDESKTOP_CVS}/xapps;module=xrandr"
8S = "${WORKDIR}/xrandr" 8S = "${WORKDIR}/xrandr"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig