summaryrefslogtreecommitdiff
path: root/modutils/modutils_2.4.25.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-27 21:56:32 +0000
committerChris Larson <clarson@kergoth.com>2003-10-27 21:56:32 +0000
commit77b7e2daf37c44b85723b373ea245bf2bba506c7 (patch)
tree53d5f6824503121c01a3cd2df1556a64d4d18367 /modutils/modutils_2.4.25.oe
parentdfc75d408b9ab582f05b01bb99803609fb4dddc2 (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 'modutils/modutils_2.4.25.oe')
-rw-r--r--modutils/modutils_2.4.25.oe2
1 files changed, 2 insertions, 0 deletions
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}