libcamera/utils/codegen
Bernhard M. Wiedemann ae51d30468 libcamera: tracepoints: Fix copyright year for reproducible builds
The tracepoints.h file is generated from the tracepoints.h.in template
by the gen-tp-header.py script. The template contains a {{year}}
placeholder for the copyright year, which the script fills with the
current year. This breaks reproducible builds with at least the openSUSE
debugsource package.

As the gen-tp-header.py script doesn't add any copyrightable contents to
the tracepoints.h file, fix this by replacing the {{year}} placeholder
with the year of the last copyright-worthy change to tracepoints.h.in.

Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2024-10-18 23:39:11 +03:00
..
ipc libcamera: ipa: Drop unneded includes from ipa_interface.h 2024-09-03 15:25:55 +03:00
controls.py utils: codegen: gen-controls.py: Move helper classes to separate file 2024-08-16 00:28:32 +03:00
gen-controls.py utils: codegen: gen-controls.py: Move helper classes to separate file 2024-08-16 00:28:32 +03:00
gen-formats.py meson: Move all code generation scripts to utils/codegen/ 2024-08-15 23:59:08 +03:00
gen-header.sh utils: codegen: gen-header.sh: Generate libcamera.h based on meson.build 2024-08-16 00:00:28 +03:00
gen-ipa-pub-key.py meson: Move all code generation scripts to utils/codegen/ 2024-08-15 23:59:08 +03:00
gen-tp-header.py libcamera: tracepoints: Fix copyright year for reproducible builds 2024-10-18 23:39:11 +03:00
meson.build py: gen-py-controls: Use Control class 2024-08-16 00:28:32 +03:00