aboutsummaryrefslogtreecommitdiffstats
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.17.0.bb3
2 files changed, 1 insertions, 14 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
deleted file mode 100644
index 415139d..0000000
--- a/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon/0005-add-pigz-instead-of-gzip.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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.17.0.bb b/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.17.0.bb
index d7c9bc5..8bc9c11 100644
--- a/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.17.0.bb
+++ b/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.17.0.bb
@@ -14,13 +14,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8184208060df880fe3137b93eb88aeea"
PR = "r2"
-DEPENDS = "dbus zlib pigz-native"
+DEPENDS = "dbus zlib gzip-native"
SRCREV = "bdde2374efd567f27d7a4ec70911b34cda061d27"
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"