diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-12-12 13:03:02 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-13 23:31:40 +0000 |
| commit | 514a3548cf040fad4e3851cc344abdcb4aedab3a (patch) | |
| tree | fdf84cb3e83f1fa4ee17dfeb8d88f4bd2ace6d1f /meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | |
| parent | 6aa9011ab446b83496b4e682869bd000e69d45e4 (diff) | |
| download | poky-514a3548cf040fad4e3851cc344abdcb4aedab3a.tar.gz | |
rpcsvc-proto: Use autoconf knob to enable largefile support
(From OE-Core rev: 30d4fd04ebabb4b6bb4436254bfc4a245ee43034)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb')
| -rw-r--r-- | meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb index dd7bd2b1be..00919a3d70 100644 --- a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb +++ b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | |||
| @@ -21,7 +21,8 @@ SRCREV = "71e0a12c04d130a78674ac6309eefffa6ecee612" | |||
| 21 | 21 | ||
| 22 | SRC_URI = "git://github.com/thkukuk/${BPN};branch=master;protocol=https \ | 22 | SRC_URI = "git://github.com/thkukuk/${BPN};branch=master;protocol=https \ |
| 23 | file://0001-Use-cross-compiled-rpcgen.patch \ | 23 | file://0001-Use-cross-compiled-rpcgen.patch \ |
| 24 | " | 24 | file://0001-Use-AC_SYS_LARGEFILE-macro-to-control-largefile-supp.patch \ |
| 25 | " | ||
| 25 | 26 | ||
| 26 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
| 27 | 28 | ||
