summaryrefslogtreecommitdiff
path: root/linux-uml/linux-uml_2.4.23.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-05 20:25:23 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-05 20:25:23 +0000
commite178938b078e8268e4f2ebe86063b3d79c84fa63 (patch)
tree47c16bf52ce3d9fbadeb1f73d23288f2632a7aac /linux-uml/linux-uml_2.4.23.oe
parent1d90d4eb70cacb9cb3dd4dacacdd45554764a98b (diff)
repair linux-uml 2.4.21 and 2.4.23
BKrev: 4071c0b3TcBYD2YTHUy9Kr7fUBNQ5w
Diffstat (limited to 'linux-uml/linux-uml_2.4.23.oe')
-rw-r--r--linux-uml/linux-uml_2.4.23.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-uml/linux-uml_2.4.23.oe b/linux-uml/linux-uml_2.4.23.oe
index 027f66c86a..25e37f3b8f 100644
--- a/linux-uml/linux-uml_2.4.23.oe
+++ b/linux-uml/linux-uml_2.4.23.oe
@@ -2,15 +2,15 @@ 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 \
+ 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"
+
+export OS = "Linux"
ARCH = "um"
SUBARCH = "${TARGET_ARCH}"
-TARGET_OS_linux = "Linux"
KERNEL_IMAGETYPE = "linux"
do_configure_prepend () {