aboutsummaryrefslogtreecommitdiffstats
path: root/xi
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 /xi
parent59b5bdd135246d39cbdb4368cc63e8277fa4b8fb (diff)
downloadopenembedded-dfba32fd8734cee3fa82b2a8b78740ba52f55cc7.tar.gz
Add PROVIDES to the fd.o -cvs X packages.
BKrev: 404c305blCgB_vD9akrLz8Pl9pIVoA
Diffstat (limited to 'xi')
-rw-r--r--xi/xi-cvs.oe17
1 files changed, 17 insertions, 0 deletions
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=
+}