diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-21 13:49:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-21 13:49:48 +0000 |
commit | 912618e0156ebdc50d3d21ad8d43d0531a2ddf67 (patch) | |
tree | 7ebff069a3d2d3f121d3cbce0501c1fc1c097630 /linux-uml/linux-uml_2.4.26.oe | |
parent | 833f1cf60f1309d94e08063b9949f7c3b50d72d4 (diff) |
linux-uml 2.6.7 finally builds
BKrev: 40fe747cFx8N9E67PIECZid-C0VqpA
Diffstat (limited to 'linux-uml/linux-uml_2.4.26.oe')
-rw-r--r-- | linux-uml/linux-uml_2.4.26.oe | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/linux-uml/linux-uml_2.4.26.oe b/linux-uml/linux-uml_2.4.26.oe index 644faea4c2..2081ae9546 100644 --- a/linux-uml/linux-uml_2.4.26.oe +++ b/linux-uml/linux-uml_2.4.26.oe @@ -1,20 +1,10 @@ DESCRIPTION = "User Mode Linux Kernel" LICENSE = "GPL" -UMLR = "1" -PR = "2" +UMLR = "2" +PR = "0" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \ - http://mirror.usermodelinux.org/uml/uml-patch-${PV}-${UMLR}.bz2;patch=1 \ - file://01-CONFIG_X86_CMPXCHG.patch-2;patch=1 \ - file://02-config_cleanup.patch;patch=1 \ - file://07-mconsole_dir_cleanup.patch;patch=1 \ - file://10-flock.patch;patch=1 \ - file://11-usr1_process_tkill.patch;patch=1 \ - file://12-hostfs.patch;patch=1 \ - file://13-hostfs_access.patch;patch=1 \ - file://fix-includes.patch;patch=1 \ - file://fix-arg-max.patch;patch=1 \ - file://disable-aio-check.patch;patch=1 \ + ${SOURCEFORGE_MIRROR}/user-mode-linux/uml-patch-${PV}-${UMLR}.bz2;patch=1 \ file://defconfig \ file://aio_abi.h" S = "${WORKDIR}/linux-${PV}" |