Skip to content
Snippets Groups Projects
Verified Commit 0f6174d5 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

patches: openwrt: rebase procd patch

This drops problematic chunk with CMAKE_INSTALL bump. This patch is
already in our tree for one update and this chunk is causing problems
with patch application every time upstream updates procd.
parent d2b50173
1 merge request!123Turris OS 5.0 (HBK)
From 5dda267a08464cd5dfa9b1fb557e32c723bc3e2b Mon Sep 17 00:00:00 2001
From 659ce01011a7aff6a85f11dc1cbb604fd33ed83d Mon Sep 17 00:00:00 2001
From: Michal Hrusecky <Michal@Hrusecky.net>
Date: Wed, 1 May 2019 21:45:31 +0200
Subject: [PATCH] procd: New style of cgroups
---
package/system/procd/Makefile | 2 +-
.../new-style-of-cgroup-hiearchy.patch | 57 +++++++++++++++++++
2 files changed, 58 insertions(+), 1 deletion(-)
1 file changed, 57 insertions(+)
create mode 100644 package/system/procd/patches/new-style-of-cgroup-hiearchy.patch
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 2555105f13..43c9edbc74 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -15,7 +15,7 @@ PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
PKG_SOURCE_DATE:=2019-05-02
PKG_SOURCE_VERSION:=01f3dc8b50cf9728c8a70ff9d19143f90c49b786
PKG_MIRROR_HASH:=01bc58fee762eff17c1d11a188b30499274f9a976015c66f8f1292bef0250053
-CMAKE_INSTALL:=1
+CMAKE_INSTALL:=2
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=
diff --git a/package/system/procd/patches/new-style-of-cgroup-hiearchy.patch b/package/system/procd/patches/new-style-of-cgroup-hiearchy.patch
new file mode 100644
index 0000000000..1d7430269d
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment