From 9bf82b5cad5dbcb1819dbcda62751df7be190609 Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Fri, 28 Jul 2023 11:29:02 +0900 Subject: [PATCH] packaging: remove liblsan on ix86/emulator Change-Id: I00e86fc088f468a95be13feb9d739d055f77e087 Signed-off-by: Dongkyun Son --- packaging/platform-preset-iot-headed-images.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/platform-preset-iot-headed-images.inc b/packaging/platform-preset-iot-headed-images.inc index 96e6b2e..8cb385b 100644 --- a/packaging/platform-preset-iot-headed-images.inc +++ b/packaging/platform-preset-iot-headed-images.inc @@ -401,7 +401,9 @@ Requires: privilege-checker Requires: gdb Requires: boost-date-time Requires: db4 +%ifarch x86_64 Requires: liblsan +%endif Requires: libpciaccess Requires: lrzsz Requires: python -- 2.34.1