summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-connectivity/kura/files/Disable-checksum-generation.patch
blob: 8e06a7ca3174496caca62fc18e4269af4f77eb8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
From 2beb318edac57086d581f932ae6d2e736cd949a5 Mon Sep 17 00:00:00 2001
From: Scott Ware <scott.r.ware@intel.com>
Date: Thu, 12 Mar 2020 12:18:03 +0000
Subject: [PATCH 2/2] Disable checksum generation

Signed-off-by: Scott Ware <scott.r.ware@intel.com>
---
 kura/distrib/pom.xml | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/kura/distrib/pom.xml b/kura/distrib/pom.xml
index 3ac57cd..528656b 100644
--- a/kura/distrib/pom.xml
+++ b/kura/distrib/pom.xml
@@ -819,39 +819,6 @@
                             </target>
                         </configuration>
                     </execution>
-                    <execution>
-                        <id>calc-checksums</id>
-                        <phase>install</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <target>
-                                <checksum algorithm="md5">
-                                    <fileset dir="${basedir}/target/">
-                                        <include name="*.deb" />
-                                        <include name="*.dp" />
-                                        <include name="*.zip" />
-                                        <include name="kura_${project.version}_*.sh" />
-                                        <include name="kura_${project.version}_*.dp" />
-                                        <exclude name="kura_${project.version}_*.dp" />
-                                        <exclude name="kura_${project.version}_*.zip" />
-                                    </fileset>
-                                </checksum>
-                                <checksum algorithm="SHA-1">
-                                    <fileset dir="${basedir}/target/">
-                                        <include name="*.deb" />
-                                        <include name="*.dp" />
-                                        <include name="*.zip" />
-                                        <include name="kura_${project.version}_*.sh" />
-                                        <include name="kura_${project.version}_*.dp" />
-                                        <exclude name="kura_${project.version}_*.dp" />
-                                        <exclude name="kura_${project.version}_*.zip" />
-                                    </fileset>
-                                </checksum>
-                            </target>
-                        </configuration>
-                    </execution>
                 </executions>
             </plugin>
         </plugins>
-- 
2.7.4