mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/strace: drop STRACE_GEN_V4L2_PIX_FMT
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>
This commit is contained in:
parent
71d2911e26
commit
5a9348d370
@ -11,13 +11,6 @@ STRACE_LICENSE = LGPL-2.1+
|
|||||||
STRACE_LICENSE_FILES = COPYING LGPL-2.1-or-later
|
STRACE_LICENSE_FILES = COPYING LGPL-2.1-or-later
|
||||||
STRACE_CONF_OPTS = --enable-mpers=check
|
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
|
# strace bundle some kernel headers to build libmpers, this mixes userspace
|
||||||
# headers and kernel headers which break the build with musl.
|
# headers and kernel headers which break the build with musl.
|
||||||
# The stddef.h from gcc is used instead of the one from musl.
|
# The stddef.h from gcc is used instead of the one from musl.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user