diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-01-01 21:06:05 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-01 21:09:02 -0800 |
| commit | 43d5820af070a488d9e628f96485493d983e5874 (patch) | |
| tree | fc865e1a6630445731c9f1a9bb1590b0ebbe559c /meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb | |
| parent | a92b6685b63fe50424d23d9ff0985d10207c1740 (diff) | |
| download | meta-openembedded-43d5820af070a488d9e628f96485493d983e5874.tar.gz | |
v4l-utils: Diable 64bit time_t on glibc targets
it overrides some of LFS64 functions in peculiar ways that it has to
undefine _FILE_OFFSET_BITS to silence the funtion definitions from glibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb')
| -rw-r--r-- | meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb index 5bc63058f6..383be4a543 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb | |||
| @@ -13,6 +13,10 @@ DEPENDS = "jpeg \ | |||
| 13 | DEPENDS:append:libc-musl = " argp-standalone" | 13 | DEPENDS:append:libc-musl = " argp-standalone" |
| 14 | DEPENDS:append:class-target = " udev" | 14 | DEPENDS:append:class-target = " udev" |
| 15 | LDFLAGS:append = " -pthread" | 15 | LDFLAGS:append = " -pthread" |
| 16 | # v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to | ||
| 17 | # both 32 and 64 bit file APIs. But it does not handle the time side? | ||
| 18 | # Needs further investigation | ||
| 19 | GLIBC_64BIT_TIME_FLAGS = "" | ||
| 16 | 20 | ||
| 17 | inherit autotools gettext pkgconfig | 21 | inherit autotools gettext pkgconfig |
| 18 | 22 | ||
