Disable debug package for aarch64 build 90/290490/2
authorChandan Padhi <c.padhi@samsung.com>
Mon, 27 Mar 2023 11:42:53 +0000 (17:12 +0530)
committerBot Blink <blinkbot@samsung.com>
Mon, 27 Mar 2023 21:19:19 +0000 (21:19 +0000)
Change-Id: Ib65aa864e272f4a3ce6d1f6f93ebf1b69fc0b724
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
packaging/chromium-efl.spec

index 849920c..457ceec 100755 (executable)
@@ -16,6 +16,10 @@ License: LGPL-2.1 or BSD-2-Clause
 Source0: %{name}-%{version}.tar.gz
 Source1: content_shell.in
 
+%ifarch aarch64
+%define _nodebug 1
+%endif
+
 %if 0%{?_nodebug}
 %global __debug_install_post %{nil}
 %global debug_package %{nil}