summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-05-28 08:58:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-29 21:07:17 +0100
commitb9ea2c11be7b7146c26add67ce68f3a90a455988 (patch)
tree90f61a5a444f9a03261a8480f1de23b1b3cf6c49 /meta/recipes-extended
parent43f7ea8d0d90180370234899f81995f51bf05e88 (diff)
downloadpoky-b9ea2c11be7b7146c26add67ce68f3a90a455988.tar.gz
rpcsvc-proto: Update to 1.4
Bring in an important fix https://bugzilla.redhat.com/show_bug.cgi?id=1559181 (From OE-Core rev: 7bbd094a2380c3fe237ccc1f7099b0b3e4760f7e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb4
-rw-r--r--meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch13
2 files changed, 7 insertions, 10 deletions
diff --git a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb
index fdeafe283a..cb5b288c48 100644
--- a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb
+++ b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb
@@ -15,9 +15,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0daaf958d5531ab86169ec6e275e1517"
15SECTION = "libs" 15SECTION = "libs"
16DEPENDS += "rpcsvc-proto-native" 16DEPENDS += "rpcsvc-proto-native"
17 17
18PV = "1.3.1+git${SRCPV}" 18PV = "1.4+git${SRCPV}"
19 19
20SRCREV = "abcf24a09665b3def0f54c87d2acd4796de5d83a" 20SRCREV = "9bc3b5b785723cfff459b0c01b39d87d4bed975c"
21 21
22SRC_URI = "git://github.com/thkukuk/${BPN} \ 22SRC_URI = "git://github.com/thkukuk/${BPN} \
23 file://0001-Use-cross-compiled-rpcgen.patch \ 23 file://0001-Use-cross-compiled-rpcgen.patch \
diff --git a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch
index 4ee4940295..208974004b 100644
--- a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch
+++ b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch
@@ -10,17 +10,14 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 rpcsvc/Makefile.am | 2 +- 10 rpcsvc/Makefile.am | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-) 11 1 file changed, 1 insertion(+), 1 deletion(-)
12 12
13diff --git a/rpcsvc/Makefile.am b/rpcsvc/Makefile.am 13Index: git/rpcsvc/Makefile.am
14index 83867c0..4753242 100644 14===================================================================
15--- a/rpcsvc/Makefile.am 15--- git.orig/rpcsvc/Makefile.am
16+++ b/rpcsvc/Makefile.am 16+++ git/rpcsvc/Makefile.am
17@@ -12,5 +12,5 @@ nodist_rpcsvc_HEADERS = klm_prot.h nlm_prot.h rstat.h spray.h \ 17@@ -12,5 +12,5 @@ nodist_rpcsvc_HEADERS = klm_prot.h nlm_p
18 nfs_prot.h rquota.h sm_inter.h 18 nfs_prot.h rquota.h sm_inter.h
19 19
20 %.h: %.x 20 %.h: %.x
21- $(top_builddir)/rpcgen/rpcgen -h -o $@ $< 21- $(top_builddir)/rpcgen/rpcgen -h -o $@ $<
22+ rpcgen -h -o $@ $< 22+ rpcgen -h -o $@ $<
23 23
24--
252.17.0
26