mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-22 23:32:16 +02:00
simg2img: Workaround to fix QA error [YOCIMX-8358]
Signed-off-by: Jun Zhu <junzhu@nxp.com>
This commit is contained in:
parent
f1cc81d0f1
commit
8664decdcb
|
@ -1,5 +1,5 @@
|
||||||
# Copyright (C) 2015 Freescale Semiconductor
|
# 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)
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||||
DESCRIPTION = "A tool to convert Android sparse images to raw images"
|
DESCRIPTION = "A tool to convert Android sparse images to raw images"
|
||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
|
@ -23,3 +23,4 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
INSANE_SKIP:${PN} = "ldflags"
|
INSANE_SKIP:${PN} = "ldflags"
|
||||||
|
INSANE_SKIP:${PN}-dbg += "buildpaths"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user