diff options
author | 2018-08-22 21:56:40 -0300 | |
---|---|---|
committer | 2018-08-22 22:03:29 -0300 | |
commit | 8f852169f3dbd82b269726d830cda46f5330fc9e (patch) | |
tree | be8c7d11756810fd11849abb5f4c7f2197807e20 | |
parent | a4158e3425a79720ddc4c02e76251d567bdceb51 (diff) | |
download | meta-freescale-8f852169f3dbd82b269726d830cda46f5330fc9e.tar.gz meta-freescale-8f852169f3dbd82b269726d830cda46f5330fc9e.tar.bz2 meta-freescale-8f852169f3dbd82b269726d830cda46f5330fc9e.zip |
linux-mfgtool.inc: Fix wrong build dependency
This fixes following error:
ERROR: Nothing PROVIDES 'virtual/mfgtool-arm-...-binutils'.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 7a5f1e14504e43bf41ebb9f36cb56bd71cceab32)
-rw-r--r-- | recipes-kernel/linux/linux-mfgtool.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-mfgtool.inc b/recipes-kernel/linux/linux-mfgtool.inc index d6a2fa50..915090dc 100644 --- a/recipes-kernel/linux/linux-mfgtool.inc +++ b/recipes-kernel/linux/linux-mfgtool.inc @@ -6,7 +6,7 @@ # This file must be included after the original linux-imx.inc file # as it overrides the needed values. # -# Copyright (C) 2014, 2015 O.S. Systems Software LTDA. +# Copyright (C) 2014, 2015, 2018 O.S. Systems Software LTDA. # Adjust provides PROVIDES = "linux-mfgtool" @@ -92,3 +92,5 @@ emit_depmod_pkgdata() { do_install_append() { rm -r ${STAGING_KERNEL_BUILDDIR} } + +POPULATESYSROOTDEPS_class-target = "virtual/${TARGET_PREFIX}binutils:do_populate_sysroot" |