aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-08 08:35:39 +0000
committerChris Larson <clarson@kergoth.com>2004-03-08 08:35:39 +0000
commitdfba32fd8734cee3fa82b2a8b78740ba52f55cc7 (patch)
tree2effa14f61a7bc3664eb5f1e92bd0cacb9773795
parent59b5bdd135246d39cbdb4368cc63e8277fa4b8fb (diff)
downloadopenembedded-dfba32fd8734cee3fa82b2a8b78740ba52f55cc7.tar.gz
Add PROVIDES to the fd.o -cvs X packages.
BKrev: 404c305blCgB_vD9akrLz8Pl9pIVoA
-rw-r--r--compositeext/compositeext-cvs.oe1
-rw-r--r--damageext/damageext-cvs.oe18
-rw-r--r--fixesext/fixesext-cvs.oe1
-rw-r--r--randr/randr-cvs.oe1
-rw-r--r--render/render-cvs.oe1
-rw-r--r--resourceext/resourceext-cvs.oe1
-rw-r--r--x11/x11-cvs.oe1
-rw-r--r--xau/xau-cvs.oe1
-rw-r--r--xcomposite/xcomposite-cvs.oe17
-rw-r--r--xdamage/xdamage-cvs.oe1
-rw-r--r--xdmcp/xdmcp-cvs.oe1
-rw-r--r--xextensions/xextensions-cvs.oe1
-rw-r--r--xfixes/xfixes-cvs.oe17
-rw-r--r--xfont/xfont-cvs.oe1
-rw-r--r--xft/xft-cvs.oe17
-rw-r--r--xi/xi-cvs.oe17
-rw-r--r--xproto/xproto-cvs.oe1
-rw-r--r--xrandr/xrandr-cvs.oe17
-rw-r--r--xrender/xrender-cvs.oe17
-rw-r--r--xres/xres-cvs.oe1
-rw-r--r--xserver/xserver-cvs.oe12
-rw-r--r--xtrans/xtrans-cvs.oe1
22 files changed, 146 insertions, 0 deletions
diff --git a/compositeext/compositeext-cvs.oe b/compositeext/compositeext-cvs.oe
index 8d127c3f70..c08f6bc931 100644
--- a/compositeext/compositeext-cvs.oe
+++ b/compositeext/compositeext-cvs.oe
@@ -1,6 +1,7 @@
SECTION="libs"
MAINTAINER="Greg Gilbert <greg@treke.net>"
DEPENDS=xextensions-cvs
+PROVIDES=compositeext
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=CompositeExt
S=${WORKDIR}/CompositeExt
diff --git a/damageext/damageext-cvs.oe b/damageext/damageext-cvs.oe
index e69de29bb2..2ca5abfb9b 100644
--- a/damageext/damageext-cvs.oe
+++ b/damageext/damageext-cvs.oe
@@ -0,0 +1,18 @@
+SECTION="libs"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+DEPENDS=xextensions-cvs fixesext-cvs
+PROVIDES=damageext
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=DamageExt
+S=${WORKDIR}/DamageExt
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install DESTDIR=${STAGING_DIR} \
+ bindir=/build/bin \
+ includedir=/target/include \
+ libdir=/target/lib \
+ datadir=/share
+ prefix=
+}
diff --git a/fixesext/fixesext-cvs.oe b/fixesext/fixesext-cvs.oe
index 53e60f00de..02b7136888 100644
--- a/fixesext/fixesext-cvs.oe
+++ b/fixesext/fixesext-cvs.oe
@@ -1,6 +1,7 @@
SECTION="libs"
MAINTAINER="Greg Gilbert <greg@treke.net>"
DEPENDS=xextensions-cvs
+PROVIDES=fixesext
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=FixesExt
S=${WORKDIR}/FixesExt
diff --git a/randr/randr-cvs.oe b/randr/randr-cvs.oe
index 45128834e9..8fe73bba65 100644
--- a/randr/randr-cvs.oe
+++ b/randr/randr-cvs.oe
@@ -1,5 +1,6 @@
SECTION="libs"
MAINTAINER="Greg Gilbert <greg@treke.net>"
+PROVIDES=randr
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Randr
S=${WORKDIR}/Randr
diff --git a/render/render-cvs.oe b/render/render-cvs.oe
index 6b7798e30f..aaa0bd4932 100644
--- a/render/render-cvs.oe
+++ b/render/render-cvs.oe
@@ -1,5 +1,6 @@
SECTION="libs"
MAINTAINER="Greg Gilbert <greg@treke.net>"
+PROVIDES=render
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Render
S=${WORKDIR}/Render
diff --git a/resourceext/resourceext-cvs.oe b/resourceext/resourceext-cvs.oe
index 13c057bd47..3376f22eca 100644
--- a/resourceext/resourceext-cvs.oe
+++ b/resourceext/resourceext-cvs.oe
@@ -1,6 +1,7 @@
SECTION="libs"
MAINTAINER="Greg Gilbert <greg@treke.net>"
DEPENDS=xextensions-cvs
+PROVIDES=resourceext
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=ResourceExt
S=${WORKDIR}/ResourceExt
diff --git a/x11/x11-cvs.oe b/x11/x11-cvs.oe
index e3d082cdd4..f5a4439c6e 100644
--- a/x11/x11-cvs.oe
+++ b/x11/x11-cvs.oe
@@ -3,6 +3,7 @@ PRIORITY="optional"
MAINTAINER="Greg Gilbert <greg@treke.net>"
RDEPENDS="libc6"
DEPENDS=virtual/libc xproto-cvs xextensions-cvs xau-cvs xtrans-cvs xdmcp-cvs
+PROVIDES=x11
FILES_x11-cvs_append=" ${datadir}/X11"
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11
diff --git a/xau/xau-cvs.oe b/xau/xau-cvs.oe
index c90d3c2981..17c58b3f61 100644
--- a/xau/xau-cvs.oe
+++ b/xau/xau-cvs.oe
@@ -3,6 +3,7 @@ PRIORITY="optional"
MAINTAINER="Greg Gilbert <greg@treke.net>"
RDEPENDS="libc6"
DEPENDS=virtual/libc xproto-cvs
+PROVIDES=xau
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau
S=${WORKDIR}/Xau
diff --git a/xcomposite/xcomposite-cvs.oe b/xcomposite/xcomposite-cvs.oe
index e69de29bb2..2c37693088 100644
--- a/xcomposite/xcomposite-cvs.oe
+++ b/xcomposite/xcomposite-cvs.oe
@@ -0,0 +1,17 @@
+SECTION="libs"
+DEPENDS=virtual/libc x11-cvs compositeext-cvs xextensions-cvs fixesext-cvs xfixes-cvs
+PROVIDES=xcomposite
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcomposite
+S=${WORKDIR}/Xcomposite
+
+inherit autotools pkgconfig libtool
+
+do_stage() {
+ oe_runmake install DESTDIR=${STAGING_DIR} \
+ bindir=/build/bin \
+ includedir=/target/include \
+ libdir=/target/lib \
+ datadir=/share
+ prefix=
+}
diff --git a/xdamage/xdamage-cvs.oe b/xdamage/xdamage-cvs.oe
index 79b1271817..a52407b2b6 100644
--- a/xdamage/xdamage-cvs.oe
+++ b/xdamage/xdamage-cvs.oe
@@ -1,6 +1,7 @@
SECTION="libs"
#DEPENDS=virtual/libc x11-cvs damageext-cvs xextensions-cvs fixesext-cvs xfixes-cvs
DEPENDS=virtual/libc x11-cvs damageext-cvs xfixes-cvs xproto-cvs
+PROVIDES=xdamage
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdamage \
file://${FILESDIR}/m4.patch;patch=1
diff --git a/xdmcp/xdmcp-cvs.oe b/xdmcp/xdmcp-cvs.oe
index e3723f0cea..2030000706 100644
--- a/xdmcp/xdmcp-cvs.oe
+++ b/xdmcp/xdmcp-cvs.oe
@@ -3,6 +3,7 @@ PRIORITY="optional"
MAINTAINER="Greg Gilbert <greg@treke.net>"
RDEPENDS="libc6"
DEPENDS=virtual/libc xproto-cvs
+PROVIDES=xdmcp
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp
S=${WORKDIR}/Xdmcp
diff --git a/xextensions/xextensions-cvs.oe b/xextensions/xextensions-cvs.oe
index 0af033648f..a66551e9ab 100644
--- a/xextensions/xextensions-cvs.oe
+++ b/xextensions/xextensions-cvs.oe
@@ -1,5 +1,6 @@
SECTION="libs"
MAINTAINER="Greg Gilbert <greg@treke.net>"
+PROVIDES=xextensions
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XExtensions
S=${WORKDIR}/XExtensions
diff --git a/xfixes/xfixes-cvs.oe b/xfixes/xfixes-cvs.oe
index e69de29bb2..fc2b502098 100644
--- a/xfixes/xfixes-cvs.oe
+++ b/xfixes/xfixes-cvs.oe
@@ -0,0 +1,17 @@
+SECTION="libs"
+DEPENDS=virtual/libc x11-cvs fixesext-cvs
+PROVIDES=xfixes
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfixes
+S=${WORKDIR}/Xfixes
+
+inherit autotools pkgconfig libtool
+
+do_stage() {
+ oe_runmake install DESTDIR=${STAGING_DIR} \
+ bindir=/build/bin \
+ includedir=/target/include \
+ libdir=/target/lib \
+ datadir=/share
+ prefix=
+}
diff --git a/xfont/xfont-cvs.oe b/xfont/xfont-cvs.oe
index 1d8ac3cfda..75ca119e17 100644
--- a/xfont/xfont-cvs.oe
+++ b/xfont/xfont-cvs.oe
@@ -3,6 +3,7 @@ PRIORITY="optional"
MAINTAINER="Greg Gilbert <greg@treke.net>"
RDEPENDS="libc6"
DEPENDS=virtual/libc xproto-cvs xtrans-cvs zlib
+PROVIDES=xfont
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont
S=${WORKDIR}/Xfont
diff --git a/xft/xft-cvs.oe b/xft/xft-cvs.oe
index e69de29bb2..5b641983e4 100644
--- a/xft/xft-cvs.oe
+++ b/xft/xft-cvs.oe
@@ -0,0 +1,17 @@
+SECTION="libs"
+DEPENDS=virtual/libc x11-cvs xproto-cvs xrender-cvs freetype fontconfig
+PROVIDES=xft
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xft
+S=${WORKDIR}/Xft
+
+inherit autotools pkgconfig libtool
+
+do_stage() {
+ oe_runmake install DESTDIR=${STAGING_DIR} \
+ bindir=/build/bin \
+ includedir=/target/include \
+ libdir=/target/lib \
+ datadir=/share
+ prefix=
+}
diff --git a/xi/xi-cvs.oe b/xi/xi-cvs.oe
index e69de29bb2..aeb32d4d81 100644
--- a/xi/xi-cvs.oe
+++ b/xi/xi-cvs.oe
@@ -0,0 +1,17 @@
+SECTION="libs"
+DEPENDS=virtual/libc x11-cvs xextensions-cvs
+PROVIDES=xi
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xi
+S=${WORKDIR}/Xi
+
+inherit autotools pkgconfig libtool
+
+do_stage() {
+ oe_runmake install DESTDIR=${STAGING_DIR} \
+ bindir=/build/bin \
+ includedir=/target/include \
+ libdir=/target/lib \
+ datadir=/share
+ prefix=
+}
diff --git a/xproto/xproto-cvs.oe b/xproto/xproto-cvs.oe
index f10a889eff..d42dc258a3 100644
--- a/xproto/xproto-cvs.oe
+++ b/xproto/xproto-cvs.oe
@@ -1,5 +1,6 @@
SECTION="libs"
MAINTAINER="Greg Gilbert <greg@treke.net>"
+PROVIDES=xproto
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto
S=${WORKDIR}/Xproto
diff --git a/xrandr/xrandr-cvs.oe b/xrandr/xrandr-cvs.oe
index e69de29bb2..9651b01eaf 100644
--- a/xrandr/xrandr-cvs.oe
+++ b/xrandr/xrandr-cvs.oe
@@ -0,0 +1,17 @@
+SECTION="libs"
+DEPENDS=virtual/libc randr-cvs x11-cvs render-cvs xrender-cvs
+PROVIDES=xrandr
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrandr
+S=${WORKDIR}/Xrandr
+
+inherit autotools pkgconfig libtool
+
+do_stage() {
+ oe_runmake install DESTDIR=${STAGING_DIR} \
+ bindir=/build/bin \
+ includedir=/target/include \
+ libdir=/target/lib \
+ datadir=/share
+ prefix=
+}
diff --git a/xrender/xrender-cvs.oe b/xrender/xrender-cvs.oe
index e69de29bb2..1eb382ed5f 100644
--- a/xrender/xrender-cvs.oe
+++ b/xrender/xrender-cvs.oe
@@ -0,0 +1,17 @@
+SECTION="libs"
+DEPENDS=virtual/libc render-cvs x11-cvs
+PROVIDES=xrender
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrender
+S=${WORKDIR}/Xrender
+
+inherit autotools pkgconfig libtool
+
+do_stage() {
+ oe_runmake install DESTDIR=${STAGING_DIR} \
+ bindir=/build/bin \
+ includedir=/target/include \
+ libdir=/target/lib \
+ datadir=/share
+ prefix=
+}
diff --git a/xres/xres-cvs.oe b/xres/xres-cvs.oe
index b08d794d1d..9fa4b419fd 100644
--- a/xres/xres-cvs.oe
+++ b/xres/xres-cvs.oe
@@ -1,6 +1,7 @@
SECTION="libs"
MAINTAINER="Greg Gilbert <greg@treke.net>"
DEPENDS=virtual/libc x11-cvs xextensions-cvs xext-cvs resourceext-cvs
+PROVIDES=xres
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XRes
S=${WORKDIR}/XRes
diff --git a/xserver/xserver-cvs.oe b/xserver/xserver-cvs.oe
index e69de29bb2..10513d511e 100644
--- a/xserver/xserver-cvs.oe
+++ b/xserver/xserver-cvs.oe
@@ -0,0 +1,12 @@
+RDEPENDS=libc6
+DEPENDS=virtual/libc xproto-cvs xdmcp-cvs xextensions-cvs xtrans-cvs xau-cvs x11-cvs xext-cvs randr-cvs render-cvs xrender-cvs xrandr-cvs fixesext-cvs damageext-cvs xfont-cvs resourceext-cvs compositeext-cvs
+RDEPENDS=libc6 xau-cvs xdmcp-cvs zlib xfont-cvs x11-cvs xext-cvs
+PROVIDES=xserver
+DESCRIPTION='An X server. The only drivers supplied are based on the kdrive framework.'
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver
+S=${WORKDIR}/xserver
+
+inherit autotools pkgconfig libtool
+
+EXTRA_OECONF = '--enable-composite'
diff --git a/xtrans/xtrans-cvs.oe b/xtrans/xtrans-cvs.oe
index e4e526e55f..dca715a7e9 100644
--- a/xtrans/xtrans-cvs.oe
+++ b/xtrans/xtrans-cvs.oe
@@ -1,5 +1,6 @@
SECTION="libs"
MAINTAINER="Greg Gilbert <greg@treke.net>"
+PROVIDES=xtrans
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans
S=${WORKDIR}/xtrans