diff options
| -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 | ||
