simg2img: Workaround to fix QA error [YOCIMX-8358]

Signed-off-by: Jun Zhu <junzhu@nxp.com>
This commit is contained in:
Jun Zhu 2024-09-30 15:08:30 +08:00 committed by Tom Hochstein
parent f1cc81d0f1
commit 8664decdcb

View File

@ -1,5 +1,5 @@
# Copyright (C) 2015 Freescale Semiconductor
# Copyright 2017,2023 NXP
# Copyright 2017,2023-2024 NXP
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "A tool to convert Android sparse images to raw images"
LICENSE = "Apache-2.0"
@ -23,3 +23,4 @@ do_install() {
}
INSANE_SKIP:${PN} = "ldflags"
INSANE_SKIP:${PN}-dbg += "buildpaths"