summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-08-22 21:56:40 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-08-22 22:03:16 -0300
commit2c6f7ae9a89508a22a4b6010733e678b48ae5c1a (patch)
tree6795dd138737e25c254ae2ae0a173c6974e48e98
parent50fbef4593f79949ab6c67b2582d8b5c8b24838a (diff)
downloadmeta-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.inc4
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 @@
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
12PROVIDES = "linux-mfgtool" 12PROVIDES = "linux-mfgtool"
@@ -92,3 +92,5 @@ emit_depmod_pkgdata() {
92do_install_append() { 92do_install_append() {
93 rm -r ${STAGING_KERNEL_BUILDDIR} 93 rm -r ${STAGING_KERNEL_BUILDDIR}
94} 94}
95
96POPULATESYSROOTDEPS_class-target = "virtual/${TARGET_PREFIX}binutils:do_populate_sysroot"