Date: 2024-09-21 Author: Bernhard M. Wiedemann diff --git a/src/meson.build b/src/meson.build index 165a77b..a4580f4 100644 --- a/src/meson.build +++ b/src/meson.build @@ -16,7 +16,7 @@ summary({ # Module Signing openssl = find_program('openssl', required : false) -if openssl.found() +if false ipa_priv_key = custom_target('ipa-priv-key', output : ['ipa-priv-key.pem'], command : [gen_ipa_priv_key, '@OUTPUT@']) diff --git a/utils/tracepoints/gen-tp-header.py b/utils/tracepoints/gen-tp-header.py index 83606c3..a86f5a1 100755 --- a/utils/tracepoints/gen-tp-header.py +++ b/utils/tracepoints/gen-tp-header.py @@ -20,7 +20,7 @@ def main(argv): output = argv[2] template = argv[3] - year = datetime.datetime.now().year + year = 2024 path = pathlib.Path(output).absolute().relative_to(argv[1]) source = ''