summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-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]