diff options
Diffstat (limited to 'meta/recipes-extended/rpcsvc-proto')
-rw-r--r-- | meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | 4 | ||||
-rw-r--r-- | meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch | 13 |
2 files changed, 7 insertions, 10 deletions
diff --git a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb index fdeafe283a..cb5b288c48 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.3.1+git${SRCPV}" | 18 | PV = "1.4+git${SRCPV}" |
19 | 19 | ||
20 | SRCREV = "abcf24a09665b3def0f54c87d2acd4796de5d83a" | 20 | SRCREV = "9bc3b5b785723cfff459b0c01b39d87d4bed975c" |
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 \ |
diff --git a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch index 4ee4940295..208974004b 100644 --- a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch +++ b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch | |||
@@ -10,17 +10,14 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
10 | rpcsvc/Makefile.am | 2 +- | 10 | rpcsvc/Makefile.am | 2 +- |
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
12 | 12 | ||
13 | diff --git a/rpcsvc/Makefile.am b/rpcsvc/Makefile.am | 13 | Index: git/rpcsvc/Makefile.am |
14 | index 83867c0..4753242 100644 | 14 | =================================================================== |
15 | --- a/rpcsvc/Makefile.am | 15 | --- git.orig/rpcsvc/Makefile.am |
16 | +++ b/rpcsvc/Makefile.am | 16 | +++ git/rpcsvc/Makefile.am |
17 | @@ -12,5 +12,5 @@ nodist_rpcsvc_HEADERS = klm_prot.h nlm_prot.h rstat.h spray.h \ | 17 | @@ -12,5 +12,5 @@ nodist_rpcsvc_HEADERS = klm_prot.h nlm_p |
18 | nfs_prot.h rquota.h sm_inter.h | 18 | nfs_prot.h rquota.h sm_inter.h |
19 | 19 | ||
20 | %.h: %.x | 20 | %.h: %.x |
21 | - $(top_builddir)/rpcgen/rpcgen -h -o $@ $< | 21 | - $(top_builddir)/rpcgen/rpcgen -h -o $@ $< |
22 | + rpcgen -h -o $@ $< | 22 | + rpcgen -h -o $@ $< |
23 | 23 | ||
24 | -- | ||
25 | 2.17.0 | ||
26 | |||