diff options
Diffstat (limited to 'packages/xproto')
-rw-r--r-- | packages/xproto/xproto_6.6.2+cvs20050226.bb | 2 | ||||
-rw-r--r-- | packages/xproto/xproto_cvs.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/xproto/xproto_6.6.2+cvs20050226.bb b/packages/xproto/xproto_6.6.2+cvs20050226.bb index a5a92fee40..594a351155 100644 --- a/packages/xproto/xproto_6.6.2+cvs20050226.bb +++ b/packages/xproto/xproto_6.6.2+cvs20050226.bb @@ -3,7 +3,7 @@ SECTION = "x11/libs" MAINTAINER = "Greg Gilbert <greg@treke.net>" DESCRIPTION = "X protocol and ancillary headers." -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto;date=20050226" +SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xproto;date=20050226" S = "${WORKDIR}/Xproto" inherit autotools pkgconfig diff --git a/packages/xproto/xproto_cvs.bb b/packages/xproto/xproto_cvs.bb index b5ecf2d7ef..1d9c96c87d 100644 --- a/packages/xproto/xproto_cvs.bb +++ b/packages/xproto/xproto_cvs.bb @@ -4,7 +4,7 @@ SECTION = "x11/libs" MAINTAINER = "Greg Gilbert <greg@treke.net>" DESCRIPTION = "X protocol and ancillary headers." -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto" +SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xproto" S = "${WORKDIR}/Xproto" inherit autotools pkgconfig |