diff options
Diffstat (limited to 'meta')
-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] |