libcamera: ipa: Remove IPAModuleInfo license field
The IPAModuleInfo license field isn't needed anymore now that modules are cryptographically signed. Remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
@@ -275,7 +275,6 @@ const struct IPAModuleInfo ipaModuleInfo = {
|
||||
1,
|
||||
"PipelineHandlerRkISP1",
|
||||
"RkISP1 IPA",
|
||||
"LGPL-2.1-or-later",
|
||||
};
|
||||
|
||||
struct ipa_context *ipaCreate()
|
||||
|
||||
@@ -7,8 +7,7 @@ mod = shared_module(ipa_name,
|
||||
dependencies : libcamera_dep,
|
||||
link_with : libipa,
|
||||
install : true,
|
||||
install_dir : ipa_install_dir,
|
||||
cpp_args : '-DLICENSE="LGPL-2.1-or-later"')
|
||||
install_dir : ipa_install_dir)
|
||||
|
||||
custom_target(ipa_name + '.so.sign',
|
||||
input : mod,
|
||||
|
||||
@@ -127,7 +127,6 @@ const struct IPAModuleInfo ipaModuleInfo = {
|
||||
0,
|
||||
"PipelineHandlerVimc",
|
||||
"Dummy IPA for Vimc",
|
||||
LICENSE,
|
||||
};
|
||||
|
||||
struct ipa_context *ipaCreate()
|
||||
|
||||
Reference in New Issue
Block a user