diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-01-28 10:55:03 -0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-01-28 16:05:59 -0300 |
commit | 9a90b21cbe32231fee51c7f38e541b3be3aff6b3 (patch) | |
tree | e5411cec2482545f64f3d01cdc01c51720d19780 /recipes-bsp/imx-mkimage | |
parent | 223583066d334c9a70a906ffe85414e96a889cfc (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-bsp/imx-mkimage')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.bb | 2 |
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" | |||
8 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 8 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |
9 | SECTION = "BSP" | 9 | SECTION = "BSP" |
10 | 10 | ||
11 | inherit native deploy | 11 | inherit deploy native |
12 | 12 | ||
13 | CFLAGS = "-O2 -Wall -std=c99 -I ${STAGING_INCDIR} -L ${STAGING_LIBDIR}" | 13 | CFLAGS = "-O2 -Wall -std=c99 -I ${STAGING_INCDIR} -L ${STAGING_LIBDIR}" |
14 | 14 | ||