diff options
| -rw-r--r-- | meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch | 6 | ||||
| -rw-r--r-- | meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb (renamed from meta/recipes-connectivity/nfs-utils/libnfsidmap_0.24.bb) | 6 |
2 files changed, 5 insertions, 7 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]) |
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.24.bb b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb index 3ae0dba2dc..07ca22935f 100644 --- a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.24.bb +++ b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb | |||
| @@ -5,14 +5,14 @@ SECTION = "libs" | |||
| 5 | 5 | ||
| 6 | LICENSE = "BSD" | 6 | LICENSE = "BSD" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d9c6a2a0ca6017fda7cd905ed2739b37" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d9c6a2a0ca6017fda7cd905ed2739b37" |
| 8 | PR = "r1" | 8 | PR = "r0" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${BPN}-${PV}.tar.gz \ | 10 | SRC_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${BPN}-${PV}.tar.gz \ |
| 11 | file://fix-ac-prereq.patch \ | 11 | file://fix-ac-prereq.patch \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | SRC_URI[md5sum] = "d71a1ee9881d5b5814ff3ec41256937d" | 14 | SRC_URI[md5sum] = "2ac4893c92716add1a1447ae01df77ab" |
| 15 | SRC_URI[sha256sum] = "59501432e683336d7a290da13767e92afb5b86f42ea4254041225fe218e8dd47" | 15 | SRC_URI[sha256sum] = "656d245d84400e1030f8f40a5a27da76370690c4a932baf249110f047fe7efcf" |
| 16 | 16 | ||
| 17 | inherit autotools | 17 | inherit autotools |
| 18 | 18 | ||
