summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xcalibrate
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/xcalibrate
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/xcalibrate')
-rw-r--r--openembedded/packages/xcalibrate/xcalibrate_cvs.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/xcalibrate/xcalibrate_cvs.bb b/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
index 31a60a3202..e254348e4f 100644
--- a/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
+++ b/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
@@ -5,7 +5,7 @@ PRIORITY = "optional"
5DEPENDS = "x11 xcalibrateext xext" 5DEPENDS = "x11 xcalibrateext xext"
6DESCRIPTION = "XCalibrate client-side library" 6DESCRIPTION = "XCalibrate client-side library"
7 7
8SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrate" 8SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate"
9S = "${WORKDIR}/XCalibrate" 9S = "${WORKDIR}/XCalibrate"
10 10
11inherit autotools pkgconfig 11inherit autotools pkgconfig