Merge bk://openembedded@eopenembedded.bkbits.net/packages
authorGreg Gilbert <greg@treke.net>
Sat, 27 Sep 2003 18:15:05 +0000 (18:15 +0000)
committerGreg Gilbert <greg@treke.net>
Sat, 27 Sep 2003 18:15:05 +0000 (18:15 +0000)
into treke.ath.cx:/home/ggilbert/oe/packages

2003/09/27 11:14:55-07:00 treke.ath.cx!ggilbert
Fixing do_compile and do_install

2003/09/27 11:14:30-07:00 treke.ath.cx!ggilbert

* XFree86 now compiles, needs pkg-config to be able to do_stage

BKrev: 3f75d3a9cOO_ui4SegERRDc_01enaA

tslib/tslib.oe
xfree86/xfree86-4.3.0.oe [new file with mode: 0644]
xfree86/xfree86-4.3.0/dirty-3.2-xterm-breakage-fix.patch [new file with mode: 0644]
xfree86/xfree86-4.3.0/host.def [new file with mode: 0644]
xfree86/xfree86-4.3.0/tinyx-kbd-enable-fix.patch [new file with mode: 0644]
xfree86/xfree86-4.3.0/tinyx-tslib-reset-and-vt-switch-fixes.patch [new file with mode: 0644]

index e69de29..f569130 100644 (file)
@@ -0,0 +1,41 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+SRC_URI := cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib
+SRC_URI_append = " file://${FILESDIR}/pointercal.patch;patch=1"
+SRC_URI_append = " file://${FILESDIR}/automake.patch;patch=1"
+SRC_URI_append = " file://${FILESDIR}/multievent.patch;patch=1"
+SRC_URI_append = " file://${FILESDIR}/envvar_doc.patch;patch=1"
+#SRC_URI_append = " file://${FILESDIR}/raw.patch;patch=1"
+#SRC_URI_append = " file://${FILESDIR}/collie-module.patch;patch=1"
+S = ${WORKDIR}/${PN}
+
+inherit autotools libtool
+
+do_configure_prepend () {
+       ./autogen.sh
+}
+
+EXTRA_OECONF="--enable-shared "
+do_stage () {
+       install -m 0755 src/.libs/libts-0.0.so.0.1.0 ${STAGING_LIBDIR}/
+       ln -sf libts-0.0.so.0.1.0 ${STAGING_LIBDIR}/libts-0.0.so.0
+       ln -sf libts-0.0.so.0.1.0 ${STAGING_LIBDIR}/libts-0.0.so
+       ln -sf libts-0.0.so ${STAGING_LIBDIR}/libts.so
+       install -m 0644 src/tslib.h ${STAGING_DIR}/target/include/
+       install -m 0644 src/tslib-private.h ${STAGING_DIR}/target/include/
+}
+
+do_install () {
+
+    install -d ${D}/${libdir}
+    install -d ${D}/usr/include
+       install -m 0755 src/.libs/libts-0.0.so.0.1.0 ${D}/${libdir}
+       ln -sf libts-0.0.so.0.1.0 ${D}/${libdir}/libts-0.0.so.0
+       ln -sf libts-0.0.so.0.1.0 ${D}/${libdir}/libts-0.0.so
+       ln -sf libts-0.0.so ${D}/${libdir}/libts.so
+       install -m 0644 src/tslib.h ${D}/usr/include
+       install -m 0644 src/tslib-private.h ${D}/usr/include
+}
+
+
diff --git a/xfree86/xfree86-4.3.0.oe b/xfree86/xfree86-4.3.0.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xfree86/xfree86-4.3.0/dirty-3.2-xterm-breakage-fix.patch b/xfree86/xfree86-4.3.0/dirty-3.2-xterm-breakage-fix.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xfree86/xfree86-4.3.0/host.def b/xfree86/xfree86-4.3.0/host.def
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xfree86/xfree86-4.3.0/tinyx-kbd-enable-fix.patch b/xfree86/xfree86-4.3.0/tinyx-kbd-enable-fix.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xfree86/xfree86-4.3.0/tinyx-tslib-reset-and-vt-switch-fixes.patch b/xfree86/xfree86-4.3.0/tinyx-tslib-reset-and-vt-switch-fixes.patch
new file mode 100644 (file)
index 0000000..e69de29