diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-08-23 14:45:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-24 17:32:56 +0100 |
commit | 2f958cbc30747d41b6861e5281829f348d4f7ab7 (patch) | |
tree | 125bf2f9d2609e3b60406ae12ff278cf024089b9 /meta/recipes-connectivity/nfs-utils/files | |
parent | 397650e358aade2a4e64ae07cd8ed6e8d6729e9b (diff) | |
download | poky-2f958cbc30747d41b6861e5281829f348d4f7ab7.tar.gz |
libnfsidmap: upgrade to 0.25
fix-ac-prereq.patch: adapted to the new version
(From OE-Core rev: fdd9df341f47ef03ea9cb319205d75418c94cd01)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/nfs-utils/files')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch b/meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch index 09c90616d0..d81c7c5f32 100644 --- a/meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch +++ b/meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch | |||
@@ -1,15 +1,13 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | 1 | Upstream-Status: Inappropriate [configuration] |
2 | 2 | ||
3 | diff --git a/configure.in b/configure.in | ||
4 | index f5d54fb..c105988 100644 | ||
5 | --- a/configure.in | 3 | --- a/configure.in |
6 | +++ b/configure.in | 4 | +++ b/configure.in |
7 | @@ -1,7 +1,7 @@ | 5 | @@ -1,7 +1,7 @@ |
8 | # -*- Autoconf -*- | 6 | # -*- Autoconf -*- |
9 | # Process this file with autoconf to produce a configure script. | 7 | # Process this file with autoconf to produce a configure script. |
10 | 8 | ||
11 | -AC_PREREQ([2.66]) | 9 | -AC_PREREQ([2.68]) |
12 | +AC_PREREQ([2.65]) | 10 | +AC_PREREQ([2.65]) |
13 | AC_INIT([libnfsidmap],[0.24],[linux-nfs@vger.kernel.org]) | 11 | AC_INIT([libnfsidmap],[0.25],[linux-nfs@vger.kernel.org]) |
14 | AC_CONFIG_SRCDIR([nfsidmap.h]) | 12 | AC_CONFIG_SRCDIR([nfsidmap.h]) |
15 | AC_CONFIG_MACRO_DIR([m4]) | 13 | AC_CONFIG_MACRO_DIR([m4]) |