!42 The thirdPart library mtdev is updated to 1.1.7

Merge pull request !42 from dongzhanwu/update_mtdev
This commit is contained in:
openharmony_ci
2025-04-15 10:55:40 +00:00
committed by Gitee
5 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
[
{
"Name":"openEuler:mtdev",
"Name":"mtdev",
"License":"MIT License",
"License File":"COPYING",
"Version Number":"1.1.6-3.oe2203sp3",
"Version Number":"1.1.7",
"Owner":"gaoshangqi1@huawei.com",
"Upstream URL":"https://repo.openeuler.org/openEuler-22.03-LTS-SP3/source/Packages/mtdev-1.1.6-3.oe2203sp3.scr.rpm",
"Upstream URL":"https://bitmath.org/code/mtdev/mtdev-1.1.7.tar.gz",
"Description": "The mtdev library transforms all variants of kernel MT events to the slotted type B protocol"
}
]
+4 -4
View File
@@ -14,10 +14,10 @@
set -e
cd $1
if [ -d "mtdev-1.1.6" ];then
rm -rf mtdev-1.1.6
if [ -d "mtdev-1.1.7" ];then
rm -rf mtdev-1.1.7
fi
tar xvf mtdev-1.1.6.tar.bz2
cp -rf mtdev-1.1.6/* ./
tar xvf mtdev-1.1.7.tar.gz
cp -rf mtdev-1.1.7/* ./
./configure
exit 0
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -56,8 +56,8 @@ cp -fra $source_dir/* $out_dir
if [ -e "$out_dir/install.sh" ]; then
cd $out_dir
tar xvf mtdev-1.1.6.tar.bz2
cp -rf mtdev-1.1.6/* ./
tar xvf mtdev-1.1.7.tar.gz
cp -rf mtdev-1.1.7/* ./
./configure
cd -
fi