mirror of https://gitee.com/openkylin/casper.git
添加BUILD_SYSTEM=Openkylin
This commit is contained in:
parent
ed7a70c1c0
commit
aca55fd81d
|
@ -1,3 +1,9 @@
|
|||
casper (1.445-ok11.4) nile; urgency=medium
|
||||
|
||||
* 添加BUILD_SYSTEM = Openkylin编译环境
|
||||
|
||||
-- liushanwen <liushanwen@kylinos.cn> Fri, 11 Oct 2024 15:14:24 +0800
|
||||
|
||||
casper (1.445-ok11.3) nile; urgency=medium
|
||||
|
||||
* 修复openkylin 编译casper时,获取BUILD_SYSTEM名称与casper-help匹配不上的问题
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
From: liushanwen <liushanwen@kylinos.cn>
|
||||
Date: Fri, 11 Oct 2024 15:16:02 +0800
|
||||
Subject: =?utf-8?b?5re75YqgQlVJTERfU1lTVEVNPU9wZW5reWxpbg==?=
|
||||
|
||||
---
|
||||
scripts/casper-helpers | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/scripts/casper-helpers b/scripts/casper-helpers
|
||||
index 1e77d74..1da7c81 100644
|
||||
--- a/scripts/casper-helpers
|
||||
+++ b/scripts/casper-helpers
|
||||
@@ -1,6 +1,6 @@
|
||||
## Casper helper functions, used by casper on boot and by casper-snapshot
|
||||
|
||||
-if [ "${BUILD_SYSTEM}" = "Debian" ] || [ "${BUILD_SYSTEM}" = "Ubuntu" ] || [ "${BUILD_SYSTEM}" = "Kylin" ] || [ "${BUILD_SYSTEM}" = "openKylin" ]; then
|
||||
+if [ "${BUILD_SYSTEM}" = "Debian" ] || [ "${BUILD_SYSTEM}" = "Ubuntu" ] || [ "${BUILD_SYSTEM}" = "Kylin" ] || [ "${BUILD_SYSTEM}" = "openKylin" ] || [ "${BUILD_SYSTEM}" = "Openkylin" ]; then
|
||||
MP_QUIET="-q"
|
||||
else
|
||||
MP_QUIET=""
|
|
@ -7,3 +7,4 @@
|
|||
0007-update-changlog.patch
|
||||
0008-Fix-the-wrong-wayland-sessions-path.patch
|
||||
0009-openkylin-casper-BUILD_SYSTEM-casper-help.patch
|
||||
0010-BUILD_SYSTEM-Openkylin.patch
|
||||
|
|
Loading…
Reference in New Issue