diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2018-08-22 21:56:40 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-08-22 22:03:16 -0300 |
| commit | 2c6f7ae9a89508a22a4b6010733e678b48ae5c1a (patch) | |
| tree | 6795dd138737e25c254ae2ae0a173c6974e48e98 | |
| parent | 50fbef4593f79949ab6c67b2582d8b5c8b24838a (diff) | |
| download | meta-freescale-2c6f7ae9a89508a22a4b6010733e678b48ae5c1a.tar.gz | |
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 d6a2fa50b..915090dcc 100644 --- a/recipes-kernel/linux/linux-mfgtool.inc +++ b/recipes-kernel/linux/linux-mfgtool.inc | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | # This file must be included after the original linux-imx.inc file | 6 | # This file must be included after the original linux-imx.inc file |
| 7 | # as it overrides the needed values. | 7 | # as it overrides the needed values. |
| 8 | # | 8 | # |
| 9 | # Copyright (C) 2014, 2015 O.S. Systems Software LTDA. | 9 | # Copyright (C) 2014, 2015, 2018 O.S. Systems Software LTDA. |
| 10 | 10 | ||
| 11 | # Adjust provides | 11 | # Adjust provides |
| 12 | PROVIDES = "linux-mfgtool" | 12 | PROVIDES = "linux-mfgtool" |
| @@ -92,3 +92,5 @@ emit_depmod_pkgdata() { | |||
| 92 | do_install_append() { | 92 | do_install_append() { |
| 93 | rm -r ${STAGING_KERNEL_BUILDDIR} | 93 | rm -r ${STAGING_KERNEL_BUILDDIR} |
| 94 | } | 94 | } |
| 95 | |||
| 96 | POPULATESYSROOTDEPS_class-target = "virtual/${TARGET_PREFIX}binutils:do_populate_sysroot" | ||
