From 4ec807192d9f1ef682e2c257cf4d832c35042305 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 15 Sep 2019 04:11:01 +0300 Subject: ipa: Generate the two dummy IPA modules from the same source The ipa_dummy.cpp and ipa_dummy_isolate.cpp only differ in the license reported in the IPAModuleInfo structure. Drop the second file and generate the two .so from ipa_dummy.cpp, with the license defined through the command line. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- src/ipa/ipa_dummy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipa/ipa_dummy.cpp') diff --git a/src/ipa/ipa_dummy.cpp b/src/ipa/ipa_dummy.cpp index 9313aabd..9d0cbdc8 100644 --- a/src/ipa/ipa_dummy.cpp +++ b/src/ipa/ipa_dummy.cpp @@ -34,7 +34,7 @@ const struct IPAModuleInfo ipaModuleInfo = { 0, "PipelineHandlerVimc", "Dummy IPA for Vimc", - "LGPL-2.1-or-later", + LICENSE, }; IPAInterface *ipaCreate() -- cgit v1.2.1