summaryrefslogtreecommitdiff
path: root/linux-uml/linux-uml_2.4.24.oe
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 /linux-uml/linux-uml_2.4.24.oe
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'linux-uml/linux-uml_2.4.24.oe')
-rw-r--r--linux-uml/linux-uml_2.4.24.oe12
1 files changed, 6 insertions, 6 deletions
diff --git a/linux-uml/linux-uml_2.4.24.oe b/linux-uml/linux-uml_2.4.24.oe
index 04bc6208a9..7886f4d183 100644
--- a/linux-uml/linux-uml_2.4.24.oe
+++ b/linux-uml/linux-uml_2.4.24.oe
@@ -1,17 +1,17 @@
DESCRIPTION = "User Mode Linux Kernel"
LICENSE = "GPL"
-SRC_URI = ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \
- http://mirror.usermodelinux.org/uml/uml-patch-${PV}-1.bz2;patch=1 \
- file://${FILESDIR}/fix-includes.patch;patch=1
+SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \
+ http://mirror.usermodelinux.org/uml/uml-patch-${PV}-1.bz2;patch=1 \
+ file://${FILESDIR}/fix-includes.patch;patch=1"
S = "${WORKDIR}/linux-${PV}"
inherit kernel
-TARGET_ARCH_i686=i386
+TARGET_ARCH_i686 = "i386"
ARCH = "um"
SUBARCH = "${TARGET_ARCH}"
-TARGET_OS_linux=Linux
-KERNEL_IMAGETYPE=linux
+TARGET_OS_linux = "Linux"
+KERNEL_IMAGETYPE = "linux"
do_configure_prepend () {
install -m 0644 ${FILESDIR}/defconfig .config