package/strace: drop STRACE_GEN_V4L2_PIX_FMT
authorBaruch Siach <baruch@tkos.co.il>
Tue, 1 Oct 2019 21:18:44 +0000 (00:18 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 2 Oct 2019 06:10:42 +0000 (08:10 +0200)
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>
package/strace/strace.mk

index 46990423d5418e39d38ab79edac45e8b0c2af768..5e7a119ba527a355c2a21c6290c6cd9f29d23697 100644 (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.