From: Khem Raj Date: Thu, 28 Jan 2021 18:55:03 +0000 (-0800) Subject: imx-mkimage: Reorder inheriting native class X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9a90b21cbe32231fee51c7f38e541b3be3aff6b3;p=meta-freescale.git imx-mkimage: Reorder inheriting native class Fixes imx-mkimage-git: imx-mkimage: native/nativesdk class is not inherited last, this can result in unexpected behaviour. [native-last] Signed-off-by: Khem Raj --- diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.bb b/recipes-bsp/imx-mkimage/imx-mkimage_git.bb index a2188c82..1e53f23e 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.bb +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.bb @@ -8,7 +8,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" SECTION = "BSP" -inherit native deploy +inherit deploy native CFLAGS = "-O2 -Wall -std=c99 -I ${STAGING_INCDIR} -L ${STAGING_LIBDIR}"