summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-01-28 10:55:03 -0800
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-28 16:05:59 -0300
commit9a90b21cbe32231fee51c7f38e541b3be3aff6b3 (patch)
treee5411cec2482545f64f3d01cdc01c51720d19780
parent223583066d334c9a70a906ffe85414e96a889cfc (diff)
downloadmeta-freescale-9a90b21cbe32231fee51c7f38e541b3be3aff6b3.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--recipes-bsp/imx-mkimage/imx-mkimage_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
8LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" 8LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
9SECTION = "BSP" 9SECTION = "BSP"
10 10
11inherit native deploy 11inherit deploy native
12 12
13CFLAGS = "-O2 -Wall -std=c99 -I ${STAGING_INCDIR} -L ${STAGING_LIBDIR}" 13CFLAGS = "-O2 -Wall -std=c99 -I ${STAGING_INCDIR} -L ${STAGING_LIBDIR}"
14 14