diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-05-28 08:58:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-29 21:07:17 +0100 |
commit | b9ea2c11be7b7146c26add67ce68f3a90a455988 (patch) | |
tree | 90f61a5a444f9a03261a8480f1de23b1b3cf6c49 /meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | |
parent | 43f7ea8d0d90180370234899f81995f51bf05e88 (diff) | |
download | poky-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/rpcsvc-proto/rpcsvc-proto.bb')
-rw-r--r-- | meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | 4 |
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" | |||
15 | SECTION = "libs" | 15 | SECTION = "libs" |
16 | DEPENDS += "rpcsvc-proto-native" | 16 | DEPENDS += "rpcsvc-proto-native" |
17 | 17 | ||
18 | PV = "1.3.1+git${SRCPV}" | 18 | PV = "1.4+git${SRCPV}" |
19 | 19 | ||
20 | SRCREV = "abcf24a09665b3def0f54c87d2acd4796de5d83a" | 20 | SRCREV = "9bc3b5b785723cfff459b0c01b39d87d4bed975c" |
21 | 21 | ||
22 | SRC_URI = "git://github.com/thkukuk/${BPN} \ | 22 | SRC_URI = "git://github.com/thkukuk/${BPN} \ |
23 | file://0001-Use-cross-compiled-rpcgen.patch \ | 23 | file://0001-Use-cross-compiled-rpcgen.patch \ |