diff options
author | Rene Wagner <rw@handhelds.org> | 2006-02-20 21:03:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-20 21:03:49 +0000 |
commit | e1a2d999dae61534f9d3fb45dd9c6e58f36403bb (patch) | |
tree | 95128cde9de054842718a2d7d077f43d44c41243 /packages/xcalibrateext | |
parent | f1cad3f16f18fc1d70b20b5955a4be116489addf (diff) |
various packages and bitbake.conf: introduce FREEDESKTOP_CVS and make use of it.
Diffstat (limited to 'packages/xcalibrateext')
-rw-r--r-- | packages/xcalibrateext/xcalibrateext_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xcalibrateext/xcalibrateext_cvs.bb b/packages/xcalibrateext/xcalibrateext_cvs.bb index 133d19ee36..4e47c1677e 100644 --- a/packages/xcalibrateext/xcalibrateext_cvs.bb +++ b/packages/xcalibrateext/xcalibrateext_cvs.bb @@ -3,7 +3,7 @@ SECTION = "x11/libs" LICENSE = "BSD-X" DESCRIPTION = "XCalibrate extension headers" -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt" +SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrateExt" S = "${WORKDIR}/XCalibrateExt" inherit autotools pkgconfig |