summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--openembedded/packages/compositeext/compositeext_cvs.bb2
-rw-r--r--openembedded/packages/damageext/damageext_cvs.bb2
-rw-r--r--openembedded/packages/fixesext/fixesext_cvs.bb2
-rw-r--r--openembedded/packages/glib-2.0/glib-2.0_2.10.1.bb1
-rw-r--r--openembedded/packages/randrext/randrext_cvs.bb2
-rw-r--r--openembedded/packages/recordext/recordext_cvs.bb2
-rw-r--r--openembedded/packages/renderext/renderext_cvs.bb2
-rw-r--r--openembedded/packages/resourceext/resourceext_cvs.bb2
-rw-r--r--openembedded/packages/xauth/xauth_cvs.bb2
-rw-r--r--openembedded/packages/xcalibrate/xcalibrate_cvs.bb2
-rw-r--r--openembedded/packages/xcalibrateext/xcalibrateext_cvs.bb2
-rw-r--r--openembedded/packages/xdpyinfo/xdpyinfo_cvs.bb2
-rw-r--r--openembedded/packages/xhost/xhost_20040413.bb2
-rw-r--r--openembedded/packages/xlibs/libxfixes_cvs.bb2
-rw-r--r--openembedded/packages/xlibs/libxft_cvs.bb2
-rw-r--r--openembedded/packages/xlibs/libxrender_cvs.bb2
-rw-r--r--openembedded/packages/xlibs/xau_cvs.bb2
-rw-r--r--openembedded/packages/xlibs/xcomposite_cvs.bb2
-rw-r--r--openembedded/packages/xlibs/xdamage_cvs.bb2
-rw-r--r--openembedded/packages/xlibs/xext_cvs.bb2
-rw-r--r--openembedded/packages/xlibs/xfont_cvs.bb2
-rw-r--r--openembedded/packages/xlibs/xmu_cvs.bb2
-rw-r--r--openembedded/packages/xlibs/xpm_cvs.bb2
-rw-r--r--openembedded/packages/xlibs/xtrans_cvs.bb2
-rw-r--r--openembedded/packages/xmodmap/xmodmap_cvs.bb2
-rw-r--r--openembedded/packages/xproto/xproto_6.6.2+cvs20050226.bb2
-rw-r--r--openembedded/packages/xproto/xproto_cvs.bb2
-rw-r--r--openembedded/packages/xrandr/xrandr_cvs.bb2
-rw-r--r--openembedded/packages/xserver/xserver-kdrive_20050207.bb4
-rw-r--r--openembedded/packages/xserver/xserver-kdrive_20050624.bb2
-rw-r--r--openembedded/packages/xserver/xserver-kdrive_cvs.bb2
-rw-r--r--openembedded/packages/xserver/xserver-xorg_6.8.99.10.bb2
-rw-r--r--openembedded/packages/xserver/xserver-xorg_6.8.99.11.bb2
-rw-r--r--openembedded/packages/xserver/xserver-xorg_cvs.bb2
-rw-r--r--openembedded/packages/xtst/xtst_cvs.bb2
35 files changed, 35 insertions, 36 deletions
diff --git a/openembedded/packages/compositeext/compositeext_cvs.bb b/openembedded/packages/compositeext/compositeext_cvs.bb
index 75317fabcd..94160746e6 100644
--- a/openembedded/packages/compositeext/compositeext_cvs.bb
+++ b/openembedded/packages/compositeext/compositeext_cvs.bb
@@ -6,7 +6,7 @@ DEPENDS = "xextensions fixesext"
6DESCRIPTION = "X Composite extension headers and specification" 6DESCRIPTION = "X Composite extension headers and specification"
7DEFAULT_PREFERENCE = "1" 7DEFAULT_PREFERENCE = "1"
8 8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=CompositeExt" 9SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=CompositeExt"
10S = "${WORKDIR}/CompositeExt" 10S = "${WORKDIR}/CompositeExt"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
diff --git a/openembedded/packages/damageext/damageext_cvs.bb b/openembedded/packages/damageext/damageext_cvs.bb
index 1489e5355b..86a6032b29 100644
--- a/openembedded/packages/damageext/damageext_cvs.bb
+++ b/openembedded/packages/damageext/damageext_cvs.bb
@@ -6,7 +6,7 @@ DEPENDS = "xextensions fixesext"
6DESCRIPTION = "X Damage extension headers and specification" 6DESCRIPTION = "X Damage extension headers and specification"
7PR = "r1" 7PR = "r1"
8 8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=DamageExt" 9SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=DamageExt"
10S = "${WORKDIR}/DamageExt" 10S = "${WORKDIR}/DamageExt"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
diff --git a/openembedded/packages/fixesext/fixesext_cvs.bb b/openembedded/packages/fixesext/fixesext_cvs.bb
index c279256fa2..30b9460138 100644
--- a/openembedded/packages/fixesext/fixesext_cvs.bb
+++ b/openembedded/packages/fixesext/fixesext_cvs.bb
@@ -6,7 +6,7 @@ DEPENDS = "xextensions"
6DESCRIPTION = "X Fixes extension headers and specification." 6DESCRIPTION = "X Fixes extension headers and specification."
7DEFAULT_PREFERENCE = "1" 7DEFAULT_PREFERENCE = "1"
8 8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=FixesExt" 9SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=FixesExt"
10S = "${WORKDIR}/FixesExt" 10S = "${WORKDIR}/FixesExt"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
diff --git a/openembedded/packages/glib-2.0/glib-2.0_2.10.1.bb b/openembedded/packages/glib-2.0/glib-2.0_2.10.1.bb
index 81ae84df0c..1c887e0206 100644
--- a/openembedded/packages/glib-2.0/glib-2.0_2.10.1.bb
+++ b/openembedded/packages/glib-2.0/glib-2.0_2.10.1.bb
@@ -6,7 +6,6 @@ UNIX-like platforms, Windows, OS/2 and BeOS."
6LICENSE = "LGPL" 6LICENSE = "LGPL"
7SECTION = "libs" 7SECTION = "libs"
8PRIORITY = "optional" 8PRIORITY = "optional"
9MAINTAINER = "Philip Blundell <pb@handhelds.org>"
10DEPENDS += "glib-2.0-native gtk-doc" 9DEPENDS += "glib-2.0-native gtk-doc"
11DEPENDS += "virtual/libiconv virtual/libintl" 10DEPENDS += "virtual/libiconv virtual/libintl"
12PACKAGES =+ "glib-2.0-utils " 11PACKAGES =+ "glib-2.0-utils "
diff --git a/openembedded/packages/randrext/randrext_cvs.bb b/openembedded/packages/randrext/randrext_cvs.bb
index 15b3768436..a16139b539 100644
--- a/openembedded/packages/randrext/randrext_cvs.bb
+++ b/openembedded/packages/randrext/randrext_cvs.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
4MAINTAINER = "Greg Gilbert <greg@treke.net>" 4MAINTAINER = "Greg Gilbert <greg@treke.net>"
5DESCRIPTION = "X Resize and Rotate extension headers" 5DESCRIPTION = "X Resize and Rotate extension headers"
6 6
7SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Randr" 7SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Randr"
8S = "${WORKDIR}/Randr" 8S = "${WORKDIR}/Randr"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
diff --git a/openembedded/packages/recordext/recordext_cvs.bb b/openembedded/packages/recordext/recordext_cvs.bb
index 1c6bd0b931..494b53acdd 100644
--- a/openembedded/packages/recordext/recordext_cvs.bb
+++ b/openembedded/packages/recordext/recordext_cvs.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
4MAINTAINER = "Phil Blundell <pb@handhelds.org>" 4MAINTAINER = "Phil Blundell <pb@handhelds.org>"
5DESCRIPTION = "XRecord extension protocol bits" 5DESCRIPTION = "XRecord extension protocol bits"
6 6
7SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=RecordExt" 7SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=RecordExt"
8S = "${WORKDIR}/RecordExt" 8S = "${WORKDIR}/RecordExt"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
diff --git a/openembedded/packages/renderext/renderext_cvs.bb b/openembedded/packages/renderext/renderext_cvs.bb
index 85a790a6e7..af84c6f8ee 100644
--- a/openembedded/packages/renderext/renderext_cvs.bb
+++ b/openembedded/packages/renderext/renderext_cvs.bb
@@ -5,7 +5,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
5DESCRIPTION = "X Render extension headers" 5DESCRIPTION = "X Render extension headers"
6DEFAULT_PREFERENCE = "1" 6DEFAULT_PREFERENCE = "1"
7 7
8SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Render" 8SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Render"
9S = "${WORKDIR}/Render" 9S = "${WORKDIR}/Render"
10 10
11inherit autotools pkgconfig 11inherit autotools pkgconfig
diff --git a/openembedded/packages/resourceext/resourceext_cvs.bb b/openembedded/packages/resourceext/resourceext_cvs.bb
index b2cbfd7592..92ac8d75b0 100644
--- a/openembedded/packages/resourceext/resourceext_cvs.bb
+++ b/openembedded/packages/resourceext/resourceext_cvs.bb
@@ -5,7 +5,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
5DEPENDS = "xextensions" 5DEPENDS = "xextensions"
6DESCRIPTION = "X Resource usage extension headers" 6DESCRIPTION = "X Resource usage extension headers"
7 7
8SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=ResourceExt" 8SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=ResourceExt"
9S = "${WORKDIR}/ResourceExt" 9S = "${WORKDIR}/ResourceExt"
10 10
11inherit autotools pkgconfig 11inherit autotools pkgconfig
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>"
6SECTION = "x11/base" 6SECTION = "x11/base"
7PR = "r2" 7PR = "r2"
8 8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xauth \ 9SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xauth \
10 file://autofoo.patch;patch=1" 10 file://autofoo.patch;patch=1"
11S = "${WORKDIR}/xauth" 11S = "${WORKDIR}/xauth"
12 12
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
diff --git a/openembedded/packages/xcalibrateext/xcalibrateext_cvs.bb b/openembedded/packages/xcalibrateext/xcalibrateext_cvs.bb
index 133d19ee36..4e47c1677e 100644
--- a/openembedded/packages/xcalibrateext/xcalibrateext_cvs.bb
+++ b/openembedded/packages/xcalibrateext/xcalibrateext_cvs.bb
@@ -3,7 +3,7 @@ SECTION = "x11/libs"
3LICENSE = "BSD-X" 3LICENSE = "BSD-X"
4DESCRIPTION = "XCalibrate extension headers" 4DESCRIPTION = "XCalibrate extension headers"
5 5
6SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt" 6SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrateExt"
7S = "${WORKDIR}/XCalibrateExt" 7S = "${WORKDIR}/XCalibrateExt"
8 8
9inherit autotools pkgconfig 9inherit autotools pkgconfig
diff --git a/openembedded/packages/xdpyinfo/xdpyinfo_cvs.bb b/openembedded/packages/xdpyinfo/xdpyinfo_cvs.bb
index 6b0a4242f5..bd1047c63e 100644
--- a/openembedded/packages/xdpyinfo/xdpyinfo_cvs.bb
+++ b/openembedded/packages/xdpyinfo/xdpyinfo_cvs.bb
@@ -6,7 +6,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
6SECTION = "x11/base" 6SECTION = "x11/base"
7PR = "r1" 7PR = "r1"
8 8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xdpyinfo" 9SRC_URI = "${FREEDESKTOP_CVS}/xapps;module=xdpyinfo"
10S = "${WORKDIR}/xdpyinfo" 10S = "${WORKDIR}/xdpyinfo"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
diff --git a/openembedded/packages/xhost/xhost_20040413.bb b/openembedded/packages/xhost/xhost_20040413.bb
index d25560493c..b3ca3c939c 100644
--- a/openembedded/packages/xhost/xhost_20040413.bb
+++ b/openembedded/packages/xhost/xhost_20040413.bb
@@ -7,7 +7,7 @@ MAINTAINER = "Rene Wagner <rw@handhelds.org>"
7SECTION = "x11/base" 7SECTION = "x11/base"
8PR = "r2" 8PR = "r2"
9 9
10SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xhost;date=${FIXEDSRCDATE} \ 10SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xhost;date=${FIXEDSRCDATE} \
11 file://autofoo.patch;patch=1" 11 file://autofoo.patch;patch=1"
12S = "${WORKDIR}/xhost" 12S = "${WORKDIR}/xhost"
13 13
diff --git a/openembedded/packages/xlibs/libxfixes_cvs.bb b/openembedded/packages/xlibs/libxfixes_cvs.bb
index 6a9ae6194f..f02f9518cf 100644
--- a/openembedded/packages/xlibs/libxfixes_cvs.bb
+++ b/openembedded/packages/xlibs/libxfixes_cvs.bb
@@ -4,7 +4,7 @@ SECTION = "x11/libs"
4DEPENDS = "x11 fixesext" 4DEPENDS = "x11 fixesext"
5DESCRIPTION = "X Fixes extension library." 5DESCRIPTION = "X Fixes extension library."
6 6
7SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfixes" 7SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xfixes"
8S = "${WORKDIR}/Xfixes" 8S = "${WORKDIR}/Xfixes"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
diff --git a/openembedded/packages/xlibs/libxft_cvs.bb b/openembedded/packages/xlibs/libxft_cvs.bb
index 6d5c11f36b..01c53b47d5 100644
--- a/openembedded/packages/xlibs/libxft_cvs.bb
+++ b/openembedded/packages/xlibs/libxft_cvs.bb
@@ -5,7 +5,7 @@ DEPENDS = "x11 xproto libxrender freetype fontconfig"
5DESCRIPTION = "X FreeType library. Client-side fonts with FreeType." 5DESCRIPTION = "X FreeType library. Client-side fonts with FreeType."
6PROVIDES = "xft" 6PROVIDES = "xft"
7 7
8SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xft" 8SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xft"
9S = "${WORKDIR}/Xft" 9S = "${WORKDIR}/Xft"
10 10
11FILES_${PN} = ${libdir}/lib*.so.* 11FILES_${PN} = ${libdir}/lib*.so.*
diff --git a/openembedded/packages/xlibs/libxrender_cvs.bb b/openembedded/packages/xlibs/libxrender_cvs.bb
index c4d26b5c2d..76c4af5bbc 100644
--- a/openembedded/packages/xlibs/libxrender_cvs.bb
+++ b/openembedded/packages/xlibs/libxrender_cvs.bb
@@ -5,7 +5,7 @@ DEPENDS = "renderext x11"
5DESCRIPTION = "X Render extension library." 5DESCRIPTION = "X Render extension library."
6LICENSE = "BSD" 6LICENSE = "BSD"
7 7
8SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrender" 8SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xrender"
9S = "${WORKDIR}/Xrender" 9S = "${WORKDIR}/Xrender"
10 10
11inherit autotools pkgconfig 11inherit autotools pkgconfig
diff --git a/openembedded/packages/xlibs/xau_cvs.bb b/openembedded/packages/xlibs/xau_cvs.bb
index 46958baf19..a0e2bd312f 100644
--- a/openembedded/packages/xlibs/xau_cvs.bb
+++ b/openembedded/packages/xlibs/xau_cvs.bb
@@ -7,7 +7,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
7DEPENDS = "xproto" 7DEPENDS = "xproto"
8DESCRIPTION = "Authorization Protocol for X." 8DESCRIPTION = "Authorization Protocol for X."
9 9
10SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau" 10SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xau"
11S = "${WORKDIR}/Xau" 11S = "${WORKDIR}/Xau"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig
diff --git a/openembedded/packages/xlibs/xcomposite_cvs.bb b/openembedded/packages/xlibs/xcomposite_cvs.bb
index 8469e9c366..c2ec718cd6 100644
--- a/openembedded/packages/xlibs/xcomposite_cvs.bb
+++ b/openembedded/packages/xlibs/xcomposite_cvs.bb
@@ -4,7 +4,7 @@ SECTION = "x11/libs"
4DEPENDS = "x11 compositeext xextensions libxfixes" 4DEPENDS = "x11 compositeext xextensions libxfixes"
5DESCRIPTION = "X Composite extension library." 5DESCRIPTION = "X Composite extension library."
6 6
7SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcomposite" 7SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xcomposite"
8S = "${WORKDIR}/Xcomposite" 8S = "${WORKDIR}/Xcomposite"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
diff --git a/openembedded/packages/xlibs/xdamage_cvs.bb b/openembedded/packages/xlibs/xdamage_cvs.bb
index c10852783e..d7d9e33f8d 100644
--- a/openembedded/packages/xlibs/xdamage_cvs.bb
+++ b/openembedded/packages/xlibs/xdamage_cvs.bb
@@ -4,7 +4,7 @@ SECTION = "x11/libs"
4DEPENDS = "x11 damageext libxfixes xproto" 4DEPENDS = "x11 damageext libxfixes xproto"
5DESCRIPTION = "X Damage extension library." 5DESCRIPTION = "X Damage extension library."
6 6
7SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdamage \ 7SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xdamage \
8 file://m4.patch;patch=1" 8 file://m4.patch;patch=1"
9S = "${WORKDIR}/Xdamage" 9S = "${WORKDIR}/Xdamage"
10 10
diff --git a/openembedded/packages/xlibs/xext_cvs.bb b/openembedded/packages/xlibs/xext_cvs.bb
index 84ecd349bc..4ea5061264 100644
--- a/openembedded/packages/xlibs/xext_cvs.bb
+++ b/openembedded/packages/xlibs/xext_cvs.bb
@@ -6,7 +6,7 @@ SECTION = "x11/libs"
6PRIORITY = "optional" 6PRIORITY = "optional"
7DEPENDS = "xproto x11 xextensions" 7DEPENDS = "xproto x11 xextensions"
8 8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext" 9SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xext"
10S = "${WORKDIR}/Xext" 10S = "${WORKDIR}/Xext"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
diff --git a/openembedded/packages/xlibs/xfont_cvs.bb b/openembedded/packages/xlibs/xfont_cvs.bb
index 1873d74dfc..49896ecd83 100644
--- a/openembedded/packages/xlibs/xfont_cvs.bb
+++ b/openembedded/packages/xlibs/xfont_cvs.bb
@@ -6,7 +6,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
6DEPENDS = "xproto xtrans zlib" 6DEPENDS = "xproto xtrans zlib"
7DESCRIPTION = "X font library (used by the X server)." 7DESCRIPTION = "X font library (used by the X server)."
8 8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont \ 9SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xfont \
10 file://scalable.patch;patch=1" 10 file://scalable.patch;patch=1"
11S = "${WORKDIR}/Xfont" 11S = "${WORKDIR}/Xfont"
12 12
diff --git a/openembedded/packages/xlibs/xmu_cvs.bb b/openembedded/packages/xlibs/xmu_cvs.bb
index 3f62a89643..9420280adc 100644
--- a/openembedded/packages/xlibs/xmu_cvs.bb
+++ b/openembedded/packages/xlibs/xmu_cvs.bb
@@ -5,7 +5,7 @@ PRIORITY = "optional"
5DEPENDS = "xt xext" 5DEPENDS = "xt xext"
6PR = "r2" 6PR = "r2"
7 7
8SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xmu" 8SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xmu"
9S = "${WORKDIR}/Xmu" 9S = "${WORKDIR}/Xmu"
10 10
11PACKAGES =+ "xmuu xmuu-dev" 11PACKAGES =+ "xmuu xmuu-dev"
diff --git a/openembedded/packages/xlibs/xpm_cvs.bb b/openembedded/packages/xlibs/xpm_cvs.bb
index e23928023a..78e44b3f9b 100644
--- a/openembedded/packages/xlibs/xpm_cvs.bb
+++ b/openembedded/packages/xlibs/xpm_cvs.bb
@@ -7,7 +7,7 @@ DEPENDS = "xproto x11"
7DESCRIPTION = "X Pixmap library." 7DESCRIPTION = "X Pixmap library."
8PR = "r1" 8PR = "r1"
9 9
10SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xpm" 10SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xpm"
11S = "${WORKDIR}/Xpm" 11S = "${WORKDIR}/Xpm"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig
diff --git a/openembedded/packages/xlibs/xtrans_cvs.bb b/openembedded/packages/xlibs/xtrans_cvs.bb
index 86d5346680..9714f4017b 100644
--- a/openembedded/packages/xlibs/xtrans_cvs.bb
+++ b/openembedded/packages/xlibs/xtrans_cvs.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "network API translation layer to \
6insulate X applications and libraries from OS \ 6insulate X applications and libraries from OS \
7network vageries." 7network vageries."
8 8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans" 9SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=xtrans"
10S = "${WORKDIR}/xtrans" 10S = "${WORKDIR}/xtrans"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
diff --git a/openembedded/packages/xmodmap/xmodmap_cvs.bb b/openembedded/packages/xmodmap/xmodmap_cvs.bb
index 6c00f069c9..9582639559 100644
--- a/openembedded/packages/xmodmap/xmodmap_cvs.bb
+++ b/openembedded/packages/xmodmap/xmodmap_cvs.bb
@@ -7,7 +7,7 @@ PR = "r1"
7 7
8DEPENDS = "x11" 8DEPENDS = "x11"
9 9
10SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xmodmap \ 10SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc/programs/xmodmap \
11 file://autofoo.patch;patch=1" 11 file://autofoo.patch;patch=1"
12S = "${WORKDIR}/xmodmap" 12S = "${WORKDIR}/xmodmap"
13 13
diff --git a/openembedded/packages/xproto/xproto_6.6.2+cvs20050226.bb b/openembedded/packages/xproto/xproto_6.6.2+cvs20050226.bb
index a5a92fee40..594a351155 100644
--- a/openembedded/packages/xproto/xproto_6.6.2+cvs20050226.bb
+++ b/openembedded/packages/xproto/xproto_6.6.2+cvs20050226.bb
@@ -3,7 +3,7 @@ SECTION = "x11/libs"
3MAINTAINER = "Greg Gilbert <greg@treke.net>" 3MAINTAINER = "Greg Gilbert <greg@treke.net>"
4DESCRIPTION = "X protocol and ancillary headers." 4DESCRIPTION = "X protocol and ancillary headers."
5 5
6SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto;date=20050226" 6SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xproto;date=20050226"
7S = "${WORKDIR}/Xproto" 7S = "${WORKDIR}/Xproto"
8 8
9inherit autotools pkgconfig 9inherit autotools pkgconfig
diff --git a/openembedded/packages/xproto/xproto_cvs.bb b/openembedded/packages/xproto/xproto_cvs.bb
index b5ecf2d7ef..1d9c96c87d 100644
--- a/openembedded/packages/xproto/xproto_cvs.bb
+++ b/openembedded/packages/xproto/xproto_cvs.bb
@@ -4,7 +4,7 @@ SECTION = "x11/libs"
4MAINTAINER = "Greg Gilbert <greg@treke.net>" 4MAINTAINER = "Greg Gilbert <greg@treke.net>"
5DESCRIPTION = "X protocol and ancillary headers." 5DESCRIPTION = "X protocol and ancillary headers."
6 6
7SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto" 7SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xproto"
8S = "${WORKDIR}/Xproto" 8S = "${WORKDIR}/Xproto"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
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
diff --git a/openembedded/packages/xserver/xserver-kdrive_20050207.bb b/openembedded/packages/xserver/xserver-kdrive_20050207.bb
index 6ebbd2ce40..9567863aaf 100644
--- a/openembedded/packages/xserver/xserver-kdrive_20050207.bb
+++ b/openembedded/packages/xserver/xserver-kdrive_20050207.bb
@@ -33,12 +33,12 @@ FILES_xserver-kdrive-i810 = "${bindir}/Xi810"
33FILES_xserver-kdrive-epson = "${bindir}/Xepson" 33FILES_xserver-kdrive-epson = "${bindir}/Xepson"
34FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr" 34FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr"
35 35
36SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDSRCDATE} \ 36SRC_URI = "${FREEDESKTOP_CVS}/xserver;module=xserver;date=${FIXEDSRCDATE} \
37 file://kmode.patch;patch=1 \ 37 file://kmode.patch;patch=1 \
38 file://disable-apm.patch;patch=1 \ 38 file://disable-apm.patch;patch=1 \
39 file://fbdev-not-fix.patch;patch=1 " 39 file://fbdev-not-fix.patch;patch=1 "
40 40
41SRC_URI_h3600 = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDSRCDATE} \ 41SRC_URI_h3600 = "${FREEDESKTOP_CVS}/xserver;module=xserver;date=${FIXEDSRCDATE} \
42 file://kmode.patch;patch=1 \ 42 file://kmode.patch;patch=1 \
43 file://faster-rotated.patch;patch=1 \ 43 file://faster-rotated.patch;patch=1 \
44 file://fbdev-not-fix.patch;patch=1 " 44 file://fbdev-not-fix.patch;patch=1 "
diff --git a/openembedded/packages/xserver/xserver-kdrive_20050624.bb b/openembedded/packages/xserver/xserver-kdrive_20050624.bb
index 7c8949a896..fcabbd4d28 100644
--- a/openembedded/packages/xserver/xserver-kdrive_20050624.bb
+++ b/openembedded/packages/xserver/xserver-kdrive_20050624.bb
@@ -32,7 +32,7 @@ FILES_xserver-kdrive-i810 = "${bindir}/Xi810"
32FILES_xserver-kdrive-epson = "${bindir}/Xepson" 32FILES_xserver-kdrive-epson = "${bindir}/Xepson"
33FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr" 33FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr"
34 34
35SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDSRCDATE} \ 35SRC_URI = "${FREEDESKTOP_CVS}/xserver;module=xserver;date=${FIXEDSRCDATE} \
36 file://kmode.patch;patch=1 \ 36 file://kmode.patch;patch=1 \
37 file://no-serial-probing.patch;patch=1 \ 37 file://no-serial-probing.patch;patch=1 \
38 file://fbdev-not-fix.patch;patch=1" 38 file://fbdev-not-fix.patch;patch=1"
diff --git a/openembedded/packages/xserver/xserver-kdrive_cvs.bb b/openembedded/packages/xserver/xserver-kdrive_cvs.bb
index 241f17565a..dd93ed5418 100644
--- a/openembedded/packages/xserver/xserver-kdrive_cvs.bb
+++ b/openembedded/packages/xserver/xserver-kdrive_cvs.bb
@@ -32,7 +32,7 @@ FILES_xserver-kdrive-i810 = "${bindir}/Xi810"
32FILES_xserver-kdrive-epson = "${bindir}/Xepson" 32FILES_xserver-kdrive-epson = "${bindir}/Xepson"
33FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr" 33FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr"
34 34
35SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver \ 35SRC_URI = "${FREEDESKTOP_CVS}/xserver;module=xserver \
36 file://kmode.patch;patch=1 \ 36 file://kmode.patch;patch=1 \
37 file://fbdev-not-fix.patch;patch=1" 37 file://fbdev-not-fix.patch;patch=1"
38 38
diff --git a/openembedded/packages/xserver/xserver-xorg_6.8.99.10.bb b/openembedded/packages/xserver/xserver-xorg_6.8.99.10.bb
index 0358b0688f..c5b05cd2fc 100644
--- a/openembedded/packages/xserver/xserver-xorg_6.8.99.10.bb
+++ b/openembedded/packages/xserver/xserver-xorg_6.8.99.10.bb
@@ -6,7 +6,7 @@ PR = "r2"
6 6
7DEPENDS = "fontconfig freetype libxi xmu flex-native zlib" 7DEPENDS = "fontconfig freetype libxi xmu flex-native zlib"
8 8
9SRC_URI = "cvs://anoncvs@cvs.freedesktop.org/cvs/xorg;module=xc;method=pserver;tag=XORG-6_8_99_10 \ 9SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc;method=pserver;tag=XORG-6_8_99_10 \
10 file://imake-staging.patch;patch=1 \ 10 file://imake-staging.patch;patch=1 \
11 file://imake-installed.patch;patch=1 \ 11 file://imake-installed.patch;patch=1 \
12 file://fontfile.patch;patch=1 file://freetype.patch;patch=1 \ 12 file://fontfile.patch;patch=1 file://freetype.patch;patch=1 \
diff --git a/openembedded/packages/xserver/xserver-xorg_6.8.99.11.bb b/openembedded/packages/xserver/xserver-xorg_6.8.99.11.bb
index 84ff41e218..2a0519fd76 100644
--- a/openembedded/packages/xserver/xserver-xorg_6.8.99.11.bb
+++ b/openembedded/packages/xserver/xserver-xorg_6.8.99.11.bb
@@ -6,7 +6,7 @@ PR = "r0"
6 6
7DEPENDS = "fontconfig freetype libxi xmu flex-native zlib" 7DEPENDS = "fontconfig freetype libxi xmu flex-native zlib"
8 8
9SRC_URI = "cvs://anoncvs@cvs.freedesktop.org/cvs/xorg;module=xc;method=pserver;tag=XORG-6_8_99_11 \ 9SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc;method=pserver;tag=XORG-6_8_99_11 \
10 file://imake-staging.patch;patch=1 \ 10 file://imake-staging.patch;patch=1 \
11 file://imake-installed.patch;patch=1 \ 11 file://imake-installed.patch;patch=1 \
12 file://fontfile.patch;patch=1 file://freetype.patch;patch=1 \ 12 file://fontfile.patch;patch=1 file://freetype.patch;patch=1 \
diff --git a/openembedded/packages/xserver/xserver-xorg_cvs.bb b/openembedded/packages/xserver/xserver-xorg_cvs.bb
index 9c52864bef..9c64fb8377 100644
--- a/openembedded/packages/xserver/xserver-xorg_cvs.bb
+++ b/openembedded/packages/xserver/xserver-xorg_cvs.bb
@@ -7,7 +7,7 @@ PV = "6.8.1+cvs${SRCDATE}"
7 7
8DEPENDS = "fontconfig freetype libxi xmu flex-2.5.4-native" 8DEPENDS = "fontconfig freetype libxi xmu flex-2.5.4-native"
9 9
10SRC_URI = "cvs://anoncvs@cvs.freedesktop.org/cvs/xorg;module=xc;method=pserver \ 10SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc;method=pserver \
11 file://imake-staging.patch;patch=1 \ 11 file://imake-staging.patch;patch=1 \
12 file://dri.patch;patch=1" 12 file://dri.patch;patch=1"
13 13
diff --git a/openembedded/packages/xtst/xtst_cvs.bb b/openembedded/packages/xtst/xtst_cvs.bb
index fab1ee2069..1662d3983a 100644
--- a/openembedded/packages/xtst/xtst_cvs.bb
+++ b/openembedded/packages/xtst/xtst_cvs.bb
@@ -6,7 +6,7 @@ DEPENDS = "x11 recordext xext"
6DESCRIPTION = "X Test Extension: client side library" 6DESCRIPTION = "X Test Extension: client side library"
7PR = "r3" 7PR = "r3"
8 8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst" 9SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xtst"
10S = "${WORKDIR}/Xtst" 10S = "${WORKDIR}/Xtst"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig