summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-ivi/recipes-extended/dlt-daemon/dlt-daemon/0005-add-pigz-instead-of-gzip.patch12
-rw-r--r--meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.16.0.bb1
2 files changed, 13 insertions, 0 deletions
diff --git a/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon/0005-add-pigz-instead-of-gzip.patch b/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon/0005-add-pigz-instead-of-gzip.patch
new file mode 100644
index 0000000..415139d
--- /dev/null
+++ b/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon/0005-add-pigz-instead-of-gzip.patch
@@ -0,0 +1,12 @@
+diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
+index 6c59b06..964c4dd 100644
+--- a/doc/CMakeLists.txt
++++ b/doc/CMakeLists.txt
+@@ -72,6 +72,7 @@ if(WITH_MAN)
+ NAMES gzip
+ PATHS /bin
+ /usr/bin
++ /usr/bin/pigz-native
+ /usr/local/bin)
+
+ if(NOT GZIP_TOOL)
diff --git a/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.16.0.bb b/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.16.0.bb
index ab2c71f..fffeee6 100644
--- a/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.16.0.bb
+++ b/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.16.0.bb
@@ -18,6 +18,7 @@ SRCREV = "b2688c1c77d050dcbcaf85e5cd031b30262db935"
SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=https \
file://0002-Don-t-execute-processes-as-a-specific-user.patch \
file://0004-Modify-systemd-config-directory.patch \
+ file://0005-add-pigz-instead-of-gzip.patch \
"
S = "${WORKDIR}/git"