Since commit
6bf7f4728c97 ("package/strace: bump version to 5.3") we no
longer patch v4l2_pix_fmts.in.
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
STRACE_LICENSE_FILES = COPYING LGPL-2.1-or-later
STRACE_CONF_OPTS = --enable-mpers=check
-# Regenerate v4l2_pix_fmts.h since we patch v4l2_pix_fmts.in
-define STRACE_GEN_V4L2_PIX_FMT
- $(@D)/xlat/gen.sh $(@D)/xlat/v4l2_pix_fmts.in $(@D)/xlat/v4l2_pix_fmts.h
-endef
-
-STRACE_POST_PATCH_HOOKS += STRACE_GEN_V4L2_PIX_FMT
-
# strace bundle some kernel headers to build libmpers, this mixes userspace
# headers and kernel headers which break the build with musl.
# The stddef.h from gcc is used instead of the one from musl.