diff options
Diffstat (limited to 'recipes/nfs-utils/nfs-utils_1.1.2.bb')
-rw-r--r-- | recipes/nfs-utils/nfs-utils_1.1.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/nfs-utils/nfs-utils_1.1.2.bb b/recipes/nfs-utils/nfs-utils_1.1.2.bb index a663a6441b..be45310d06 100644 --- a/recipes/nfs-utils/nfs-utils_1.1.2.bb +++ b/recipes/nfs-utils/nfs-utils_1.1.2.bb @@ -3,13 +3,14 @@ PRIORITY = "optional" SECTION = "console/network" LICENSE = "GPL" -PR = "r7" +PR = "r8" DEPENDS = "util-linux-ng tcp-wrappers libevent" SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \ file://nfs-utils-tools-unset-cflags.patch \ file://nfs-utils-uclibc-compile.patch \ + file://nfs-utils-S_ISREG-missing-include.patch \ file://nfsserver \ " |