Match-id-30c092f87a350121eb9476cec9ecf4d7893e90fd

This commit is contained in:
BianTanggui
2021-04-02 15:55:19 +08:00
2 changed files with 1 additions and 33 deletions

View File

@@ -110,19 +110,16 @@ function make_pull()
function make_unzip() function make_unzip()
{ {
cd ${OPENSRC} cd ${OPENSRC}
tar -xzvf cJSON*.tar.gz
CJSONS=$(find . -name "cJSON.*") CJSONS=$(find . -name "cJSON.*")
CJSONSLIB=${INSTALLHELPERDIR}/deb/src/cjson CJSONSLIB=${INSTALLHELPERDIR}/deb/src/cjson
/bin/cp -f ${CJSONS} ${CJSONSLIB} /bin/cp -f ${CJSONS} ${CJSONSLIB}
unzip makeself-release-*.zip
rm -f makeself-release-*.zip
MAKESELF_DIR=$(find . -name "makeself-release-*") MAKESELF_DIR=$(find . -name "makeself-release-*")
cd ${MAKESELF_DIR} && /bin/cp -f ${BUILD}/scripts/mkselfmodify.patch ./ cd ${MAKESELF_DIR} && /bin/cp -f ${BUILD}/scripts/mkselfmodify.patch ./
patch -p0 < mkselfmodify.patch patch -p0 < mkselfmodify.patch
rm -f mkselfmodify.patch rm -f mkselfmodify.patch
cd ${PLATFORM} cd ${PLATFORM}/HuaweiSecureC
SECURECSRC=$(find . -name "src") SECURECSRC=$(find . -name "src")
SECURECINC=$(find . -name "include") SECURECINC=$(find . -name "include")

View File

@@ -17,35 +17,6 @@
</copies> </copies>
</artifact> </artifact>
<dependencies> <dependencies>
<!-- 3rd-party -->
<dependency>
<versionType>3rd-party</versionType>
<repoType>Generic</repoType>
<id>
<artifactName>cJSON-1.7.13.tar.gz</artifactName>
<pdmCode>05834SXQ</pdmCode>
</id>
<copies>
<copy>
<source>/*</source>
<dest>opensource</dest>
</copy>
</copies>
</dependency>
<dependency>
<versionType>3rd-party</versionType>
<repoType>Generic</repoType>
<id>
<artifactName>makeself-release-2.4.2.zip</artifactName>
<pdmCode>05836ECT</pdmCode>
</id>
<copies>
<copy>
<source>/*</source>
<dest>opensource</dest>
</copy>
</copies>
</dependency>
<!-- Platform --> <!-- Platform -->
<dependency> <dependency>
<versionType>BVersion</versionType> <versionType>BVersion</versionType>