From e178938b078e8268e4f2ebe86063b3d79c84fa63 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 5 Apr 2004 20:25:23 +0000 Subject: repair linux-uml 2.4.21 and 2.4.23 BKrev: 4071c0b3TcBYD2YTHUy9Kr7fUBNQ5w --- linux-uml/linux-uml_2.4.21.oe | 13 +++++-------- linux-uml/linux-uml_2.4.23.oe | 6 +++--- linux-uml/linux-uml_2.4.24.oe | 1 - 3 files changed, 8 insertions(+), 12 deletions(-) (limited to 'linux-uml') diff --git a/linux-uml/linux-uml_2.4.21.oe b/linux-uml/linux-uml_2.4.21.oe index a3021e5afc..33e1397a46 100644 --- a/linux-uml/linux-uml_2.4.21.oe +++ b/linux-uml/linux-uml_2.4.21.oe @@ -1,19 +1,16 @@ DESCRIPTION = "User Mode Linux Kernel" -PN = "linux-uml" -PV = "2.4.21" LICENSE = "GPL" -KV = "2.4.21" -SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \ - http://kernels.usermodelinux.org/patches/uml-patch-${KV}.bz2;patch=1 \ +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \ + http://kernels.usermodelinux.org/patches/uml-patch-${PV}.bz2;patch=1 \ file://${FILESDIR}/fix-includes.patch;patch=1" -S = "${WORKDIR}/linux-${KV}" +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 () { 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 () { diff --git a/linux-uml/linux-uml_2.4.24.oe b/linux-uml/linux-uml_2.4.24.oe index 8d32f5a12c..25e37f3b8f 100644 --- a/linux-uml/linux-uml_2.4.24.oe +++ b/linux-uml/linux-uml_2.4.24.oe @@ -9,7 +9,6 @@ S = "${WORKDIR}/linux-${PV}" inherit kernel export OS = "Linux" - ARCH = "um" SUBARCH = "${TARGET_ARCH}" KERNEL_IMAGETYPE = "linux" -- cgit v1.2.3