summaryrefslogtreecommitdiff
path: root/src/libcamera/meson.build
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2020-09-09 12:56:07 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2020-09-24 10:56:22 +0100
commit4af45819d009bf5a0d2f61e044045c6accbb7142 (patch)
tree49f5b4efb9672d30a99fb28a35fbb158a7a5773b /src/libcamera/meson.build
parent131629d3a25f2e5879b96bdf7fa0377efdc2025b (diff)
libcamera: ipa: Move key generation to utils
Move the GPLv2 utilities used for generating public and private keys to the utilities subtree. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'src/libcamera/meson.build')
-rw-r--r--src/libcamera/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build
index d63dacd5..18ea3261 100644
--- a/src/libcamera/meson.build
+++ b/src/libcamera/meson.build
@@ -100,7 +100,6 @@ version_cpp = vcs_tag(command : [gen_version, meson.build_root()],
libcamera_sources += version_cpp
if ipa_sign_module
- gen_ipa_pub_key = files('gen-ipa-pub-key.py')
ipa_pub_key_cpp = custom_target('ipa_pub_key_cpp',
input : [ ipa_priv_key, 'ipa_pub_key.cpp.in' ],
output : 'ipa_pub_key.cpp',