summaryrefslogtreecommitdiff
path: root/linux-uml/linux-uml_2.4.23.oe
diff options
context:
space:
mode:
Diffstat (limited to 'linux-uml/linux-uml_2.4.23.oe')
-rw-r--r--linux-uml/linux-uml_2.4.23.oe12
1 files changed, 6 insertions, 6 deletions
diff --git a/linux-uml/linux-uml_2.4.23.oe b/linux-uml/linux-uml_2.4.23.oe
index 3ce1592bfb..027f66c86a 100644
--- a/linux-uml/linux-uml_2.4.23.oe
+++ b/linux-uml/linux-uml_2.4.23.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-2.4.23-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-2.4.23-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