From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- linux-uml/linux-uml_2.4.23.oe | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'linux-uml/linux-uml_2.4.23.oe') 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 -- cgit v1.2.3