diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-09-13 12:20:02 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-09-13 12:21:46 -0700 |
commit | 34e6a1ce23f1ef5f627447286c4ae768d8bcb1ad (patch) | |
tree | 6543697c089ef7ffa04b2d4c92aa63f06ac364ef /recipes/nfs-utils/nfs-utils_1.1.2.bb | |
parent | dbecbf49e28a9a0f9012482c8de2afdc41701e17 (diff) |
nfs-utils_1.1.2.bb: Fix compilation on uclibc
Signed-off-by: Khem Raj <raj.khem@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.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 7f29d8a851..cdd5d372cd 100644 --- a/recipes/nfs-utils/nfs-utils_1.1.2.bb +++ b/recipes/nfs-utils/nfs-utils_1.1.2.bb @@ -3,12 +3,13 @@ PRIORITY = "optional" SECTION = "console/network" LICENSE = "GPL" -PR = "r5" +PR = "r6" DEPENDS = "e2fsprogs-libs tcp-wrappers libevent" SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \ file://nfs-utils-tools-unset-cflags.patch;patch=1 \ + file://nfs-utils-uclibc-compile.patch;patch=1 \ file://nfsserver \ " |