summaryrefslogtreecommitdiff
path: root/test/ipa
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-03-29 07:22:47 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-04-14 02:03:30 +0300
commitebd0cae455ef1605a39b00dec79770f3d52de88f (patch)
tree213123fdf13ebb2e6b12a25e45af5badde67a46f /test/ipa
parenteab143ee69064092b6bb47297022efa80f47c120 (diff)
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>
Diffstat (limited to 'test/ipa')
-rw-r--r--test/ipa/ipa_module_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ipa/ipa_module_test.cpp b/test/ipa/ipa_module_test.cpp
index 287e53fd..d22c302f 100644
--- a/test/ipa/ipa_module_test.cpp
+++ b/test/ipa/ipa_module_test.cpp
@@ -59,7 +59,6 @@ protected:
0,
"PipelineHandlerVimc",
"Dummy IPA for Vimc",
- "GPL-2.0-or-later",
};
count += runTest("src/ipa/vimc/ipa_vimc.so", testInfo);