summaryrefslogtreecommitdiff
path: root/packages/nfs-utils/nfs-utils_1.0.6.bb
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2007-02-22 12:40:06 +0000
committerMatthias Hentges <oe@hentges.net>2007-02-22 12:40:06 +0000
commit4b36634fe8f9c86146e2e78c6fc4cc4dec086243 (patch)
treeaa7ebc8c14d22c3d4914cad82b3dc44a2b24f45e /packages/nfs-utils/nfs-utils_1.0.6.bb
parentc1e85ef735ec97664c6f95b37a968b647aff7ed2 (diff)
nfs-utils: Fix compile for kernels > 2.6.18
Diffstat (limited to 'packages/nfs-utils/nfs-utils_1.0.6.bb')
-rw-r--r--packages/nfs-utils/nfs-utils_1.0.6.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/nfs-utils/nfs-utils_1.0.6.bb b/packages/nfs-utils/nfs-utils_1.0.6.bb
index 2072bd3157..8ca082114e 100644
--- a/packages/nfs-utils/nfs-utils_1.0.6.bb
+++ b/packages/nfs-utils/nfs-utils_1.0.6.bb
@@ -2,13 +2,14 @@ DESCRIPTION = "userspace utilities for kernel nfs"
PRIORITY = "optional"
SECTION = "console/network"
LICENSE = "GPL"
-PR = "r7"
+PR = "r8"
SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \
file://acinclude-lossage.patch;patch=1 \
file://rpcgen-lossage.patch;patch=1 \
file://stat-include.patch;patch=1 \
file://nfs-utils-1.0.6-uclibc.patch;patch=1 \
+ file://kernel-2.6.18+.patch;patch=1 \
file://nfsserver \
file://forgotten-defines"