diff options
-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 c08e9d52c3..dd7bd2b1be 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.2" | 18 | PV = "1.4.3" |
19 | 19 | ||
20 | SRCREV = "6f54e54455c073d08a56ea627c6cd2355a40eb53" | 20 | SRCREV = "71e0a12c04d130a78674ac6309eefffa6ecee612" |
21 | 21 | ||
22 | SRC_URI = "git://github.com/thkukuk/${BPN};branch=master;protocol=https \ | 22 | SRC_URI = "git://github.com/thkukuk/${BPN};branch=master;protocol=https \ |
23 | file://0001-Use-cross-compiled-rpcgen.patch \ | 23 | file://0001-Use-cross-compiled-rpcgen.patch \ |