From 77b7e2daf37c44b85723b373ea245bf2bba506c7 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 27 Oct 2003 21:56:32 +0000 Subject: 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 --- modutils/modutils_2.4.25.oe | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modutils') diff --git a/modutils/modutils_2.4.25.oe b/modutils/modutils_2.4.25.oe index b9077b5a27..d0eb7827ce 100644 --- a/modutils/modutils_2.4.25.oe +++ b/modutils/modutils_2.4.25.oe @@ -5,6 +5,8 @@ S = ${WORKDIR}/${P} inherit autotools +# modutils go in /sbin +sbindir=/sbin EXTRA_OECONF = --disable-strip export BUILDCC = ${BUILD_CC} -- cgit v1.2.3