summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Lewandowski <k.lewandowsk@samsung.com>2018-10-03 13:40:13 +0200
committerKarol Lewandowski <lmctl@lmctl.net>2018-11-07 23:43:39 +0100
commit88120bf4a98462b41b5309017fc2ac0e332cb945 (patch)
treee4462fccff48db5f041b0e1d27468dcf212b88d9
parenta4d1efddefa2114211d736479dd4813ecc1e8014 (diff)
downloadcrash-worker-88120bf4a98462b41b5309017fc2ac0e332cb945.tar.gz
crash-worker-88120bf4a98462b41b5309017fc2ac0e332cb945.tar.bz2
crash-worker-88120bf4a98462b41b5309017fc2ac0e332cb945.zip
packaging: Drop unused variables from cmake invocation
Ideally, crash-worker codebase should not know about any of TZ_ vars - as all needed paths should be specified explicitly from the .spec. Change-Id: Id80fe0ae5f93940ce49bbe11903723a00f0261f0
-rw-r--r--packaging/crash-worker.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/crash-worker.spec b/packaging/crash-worker.spec
index 1a952a8..024821a 100644
--- a/packaging/crash-worker.spec
+++ b/packaging/crash-worker.spec
@@ -102,8 +102,6 @@ export CFLAGS+=" -Werror"
-DARCH=%{ARCH} \
-DARCH_BIT=%{ARCH_BIT} \
-DCRASH_MANAGER_CONFIG_PATH=%{_sysconfdir}/crash-manager.conf \
- -DTZ_SYS_ETC=%{TZ_SYS_ETC} \
- -DTZ_SYS_BIN=%{TZ_SYS_BIN} \
-DCRASH_ROOT_PATH=%{crash_root_path} \
-DCRASH_PATH=%{crash_path} \
-DCRASH_TEMP=%{crash_temp} \