summaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /modutils
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'modutils')
-rw-r--r--modutils/modutils_2.4.25.oe12
1 files changed, 6 insertions, 6 deletions
diff --git a/modutils/modutils_2.4.25.oe b/modutils/modutils_2.4.25.oe
index 6f7e32113e..98e41d440f 100644
--- a/modutils/modutils_2.4.25.oe
+++ b/modutils/modutils_2.4.25.oe
@@ -4,17 +4,17 @@ DESCRIPTION = "These utilities are intended to make a Linux modular kernel \
manageable for all users, administrators and distribution \
maintainers."
-SRC_URI = ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \
- file://${FILESDIR}/modutils-notest.patch;patch=1 \
- file://${FILESDIR}/configure.patch;patch=1 \
- file://${FILESDIR}/program_prefix.patch;patch=1
+SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \
+ file://${FILESDIR}/modutils-notest.patch;patch=1 \
+ file://${FILESDIR}/configure.patch;patch=1 \
+ file://${FILESDIR}/program_prefix.patch;patch=1"
inherit autotools
# modutils go in /sbin
sbindir = "/sbin"
-EXTRA_OECONF = --disable-strip
-export BUILDCC = ${BUILD_CC}
+EXTRA_OECONF = "--disable-strip"
+export BUILDCC = "${BUILD_CC}"
do_install () {
oe_runmake 'DESTDIR=${D}' install