diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-12 21:32:01 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-13 07:05:31 -0700 |
commit | a203981a2ac4a94583b785e8abc503f9a3c6eb94 (patch) | |
tree | bfb31a2910b1f5a1fab15c2e10d8640934651164 | |
parent | 4114fdc78be7527fe0adf404df63bb9005355052 (diff) | |
download | meta-openembedded-a203981a2ac4a94583b785e8abc503f9a3c6eb94.tar.gz |
openipmi: Always enable largefile support
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/openipmi/openipmi_2.0.32.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.32.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.32.bb index eca5865f68..18f4deca16 100644 --- a/meta-networking/recipes-support/openipmi/openipmi_2.0.32.bb +++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.32.bb | |||
@@ -41,7 +41,7 @@ SRC_URI[sha256sum] = "f6d0fd4c0a74b05f80907229d0b270f54ca23294bcc11979f8b8d12766 | |||
41 | 41 | ||
42 | inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base python3targetconfig | 42 | inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base python3targetconfig |
43 | 43 | ||
44 | CFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64', '', d)}" | 44 | CFLAGS += "-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" |
45 | 45 | ||
46 | EXTRA_OECONF = "--disable-static \ | 46 | EXTRA_OECONF = "--disable-static \ |
47 | --with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \ | 47 | --with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \ |