summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb
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:06:02 +0100
commit7bbd094a2380c3fe237ccc1f7099b0b3e4760f7e (patch)
tree581c882a03c48f05e1ca2c5fe92dbdd1d0fb32f7 /meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb
parent167098cdd875a02221ff6d15f443c02c1bcdc33f (diff)
downloadopenembedded-core-7bbd094a2380c3fe237ccc1f7099b0b3e4760f7e.tar.gz
rpcsvc-proto: Update to 1.4
Bring in an important fix https://bugzilla.redhat.com/show_bug.cgi?id=1559181 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb')
-rw-r--r--meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb4
1 files changed, 2 insertions, 2 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"
SECTION = "libs"
DEPENDS += "rpcsvc-proto-native"
-PV = "1.3.1+git${SRCPV}"
+PV = "1.4+git${SRCPV}"
-SRCREV = "abcf24a09665b3def0f54c87d2acd4796de5d83a"
+SRCREV = "9bc3b5b785723cfff459b0c01b39d87d4bed975c"
SRC_URI = "git://github.com/thkukuk/${BPN} \
file://0001-Use-cross-compiled-rpcgen.patch \