diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-27 21:56:32 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-27 21:56:32 +0000 |
commit | 77b7e2daf37c44b85723b373ea245bf2bba506c7 (patch) | |
tree | 53d5f6824503121c01a3cd2df1556a64d4d18367 /tslib/tslib.oe | |
parent | dfc75d408b9ab582f05b01bb99803609fb4dddc2 (diff) |
configure.patch:
Update lisa's patch to remove a reference to a var that was defined in one of the kde macros.
modutils_2.4.25.oe:
Set sbindir to /sbin for modutils.
ncurses_5.3.oe:
Fix the ncurses build -- just disable the call of auto* for now.
glibc_2.3.2.oe:
Make glibc use the standard autotools class build vs source dir seperation.
tslib.oe:
Dont enable the multievent stuff atm, its page faulting on arm :)
BKrev: 3f9d9490WKCzak7G5KQ4Ek7afaejvw
Diffstat (limited to 'tslib/tslib.oe')
-rw-r--r-- | tslib/tslib.oe | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tslib/tslib.oe b/tslib/tslib.oe index 069dae47c1..d38cba9b97 100644 --- a/tslib/tslib.oe +++ b/tslib/tslib.oe @@ -4,8 +4,6 @@ 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}/configure.patch;patch=1" #SRC_URI_append = " file://${FILESDIR}/raw.patch;patch=1" #SRC_URI_append = " file://${FILESDIR}/collie-module.patch;patch=1" @@ -13,10 +11,6 @@ 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}/ |