diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-05 15:01:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-07 12:16:00 +0100 |
commit | e7bbf3eea3e7dcc517e4a10e17a42ede7669dc48 (patch) | |
tree | 71faafc94936b3e7fac7d9e843b2e6e6c34797c6 /meta/recipes-extended/rpcsvc-proto | |
parent | 60e787e20272b9da5b5f9f778b77440f0a8701e5 (diff) | |
download | poky-e7bbf3eea3e7dcc517e4a10e17a42ede7669dc48.tar.gz |
rpcsvc-proto: update to 1.4.1
(From OE-Core rev: 4261dc441cb81fea4cee28a016e5c952cf3347d4)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/rpcsvc-proto')
-rw-r--r-- | meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb index cb5b288c48..f2e9e3975e 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+git${SRCPV}" | 18 | PV = "1.4.1" |
19 | 19 | ||
20 | SRCREV = "9bc3b5b785723cfff459b0c01b39d87d4bed975c" | 20 | SRCREV = "e295c9a3b67752734995dfc057bfbf5313ed0d82" |
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 \ |
@@ -25,10 +25,14 @@ SRC_URI = "git://github.com/thkukuk/${BPN} \ | |||
25 | 25 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
28 | inherit autotools | 28 | inherit autotools gettext |
29 | 29 | ||
30 | EXTRA_OEMAKE_class-native = " -C rpcgen" | 30 | EXTRA_OEMAKE_class-native = " -C rpcgen" |
31 | 31 | ||
32 | do_configure_prepend() { | ||
33 | touch ${S}/ABOUT-NLS | ||
34 | } | ||
35 | |||
32 | do_install_append() { | 36 | do_install_append() { |
33 | # They come from quota recipe | 37 | # They come from quota recipe |
34 | rm -rf ${D}${includedir}/rpcsvc/rquota.[hx] | 38 | rm -rf ${D}${includedir}/rpcsvc/rquota.[hx] |