package/strace: drop STRACE_GEN_V4L2_PIX_FMT

Since commit 6bf7f4728c ("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>
This commit is contained in:
Baruch Siach 2019-10-02 00:18:44 +03:00 committed by Peter Korsgaard
parent 71d2911e26
commit 5a9348d370

View file

@ -11,13 +11,6 @@ STRACE_LICENSE = LGPL-2.1+
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.