diff options
Diffstat (limited to 'linux-uml/linux-uml_2.4.24.oe')
-rw-r--r-- | linux-uml/linux-uml_2.4.24.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-uml/linux-uml_2.4.24.oe b/linux-uml/linux-uml_2.4.24.oe index 25e37f3b8f..b2650a02d3 100644 --- a/linux-uml/linux-uml_2.4.24.oe +++ b/linux-uml/linux-uml_2.4.24.oe @@ -1,8 +1,9 @@ DESCRIPTION = "User Mode Linux Kernel" LICENSE = "GPL" +PR = "2" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \ - http://mirror.usermodelinux.org/uml/uml-patch-${PV}-1.bz2;patch=1 \ + http://mirror.usermodelinux.org/uml/uml-patch-${PV}-${PR}.bz2;patch=1 \ file://${FILESDIR}/fix-includes.patch;patch=1" S = "${WORKDIR}/linux-${PV}" |