summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcsvc-proto
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-05 15:01:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-07 12:16:00 +0100
commite7bbf3eea3e7dcc517e4a10e17a42ede7669dc48 (patch)
tree71faafc94936b3e7fac7d9e843b2e6e6c34797c6 /meta/recipes-extended/rpcsvc-proto
parent60e787e20272b9da5b5f9f778b77440f0a8701e5 (diff)
downloadpoky-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.bb10
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"
15SECTION = "libs" 15SECTION = "libs"
16DEPENDS += "rpcsvc-proto-native" 16DEPENDS += "rpcsvc-proto-native"
17 17
18PV = "1.4+git${SRCPV}" 18PV = "1.4.1"
19 19
20SRCREV = "9bc3b5b785723cfff459b0c01b39d87d4bed975c" 20SRCREV = "e295c9a3b67752734995dfc057bfbf5313ed0d82"
21 21
22SRC_URI = "git://github.com/thkukuk/${BPN} \ 22SRC_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
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27
28inherit autotools 28inherit autotools gettext
29 29
30EXTRA_OEMAKE_class-native = " -C rpcgen" 30EXTRA_OEMAKE_class-native = " -C rpcgen"
31 31
32do_configure_prepend() {
33 touch ${S}/ABOUT-NLS
34}
35
32do_install_append() { 36do_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]