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:29 -0300
commit8f852169f3dbd82b269726d830cda46f5330fc9e (patch)
treebe8c7d11756810fd11849abb5f4c7f2197807e20
parenta4158e3425a79720ddc4c02e76251d567bdceb51 (diff)
downloadmeta-freescale-8f852169f3dbd82b269726d830cda46f5330fc9e.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"