]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-mkimage: Reorder inheriting native class
authorKhem Raj <raj.khem@gmail.com>
Thu, 28 Jan 2021 18:55:03 +0000 (10:55 -0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 28 Jan 2021 19:05:59 +0000 (16:05 -0300)
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>
recipes-bsp/imx-mkimage/imx-mkimage_git.bb

index a2188c82e417b34316982e6ed0b6599cf153a018..1e53f23ebf4d1268e9ee6ae3182ca2576daee358 100644 (file)
@@ -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}"