diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-15 09:43:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-18 11:06:32 +0100 |
commit | 606ae25e3a068070d59c01efd18dfee199c9a064 (patch) | |
tree | 34fa8f318127f707b101f9b1a7891fbdca314767 /meta/recipes-extended | |
parent | 7d25879ae5152a30356fcbac4fd743383bca6abf (diff) | |
download | poky-606ae25e3a068070d59c01efd18dfee199c9a064.tar.gz |
rpcsvc-proto: upgrade 1.4.1 -> 1.4.2
(From OE-Core rev: 4f7f2749794e5e349415957ac499a44b0b8a6485)
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.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 f2e9e3975e..5aff2b56a6 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.4.1" | 18 | PV = "1.4.2" |
19 | 19 | ||
20 | SRCREV = "e295c9a3b67752734995dfc057bfbf5313ed0d82" | 20 | SRCREV = "6f54e54455c073d08a56ea627c6cd2355a40eb53" |
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 \ |