aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nfs-utils/nfs-utils_1.1.2.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-26 10:34:11 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-05-26 11:07:36 +0200
commit798066d5b2183acc617b5b9d18066f02680aa9d6 (patch)
treeb93b72b9eac9c002914d4384e4aba7475654c545 /recipes/nfs-utils/nfs-utils_1.1.2.bb
parent8935ad53ba1e4f46c43d6ed784034edc9c244c8e (diff)
downloadopenembedded-798066d5b2183acc617b5b9d18066f02680aa9d6.tar.gz
nfs-utils: add patch for missing include sys/stat.h
* without, it fails with undefined reference to S_ISREG (the same for S_ISDIR) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/nfs-utils/nfs-utils_1.1.2.bb')
-rw-r--r--recipes/nfs-utils/nfs-utils_1.1.2.bb3
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 \
"