aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtools
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-12-03 18:27:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-09 18:01:38 +0000
commitae9bb65d2920377e8c937caca57cb5f4390cbbfa (patch)
treee751412c510b9c4801f3e358dd0ce8fa877e9bdf /meta/recipes-devtools/mtools
parent4d98e21c01ff41dd082ccf7a46b715e89873a891 (diff)
downloadopenembedded-core-ae9bb65d2920377e8c937caca57cb5f4390cbbfa.tar.gz
mtools: add ability to compile with nativesdk
For regenerating and ISO or EFI boot image the nativesdk needs mtools. [YOCTO #5623] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/mtools')
-rw-r--r--meta/recipes-devtools/mtools/mtools_3.9.9.bb2
-rw-r--r--meta/recipes-devtools/mtools/mtools_4.0.18.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
index 2213c17948..38f09decd2 100644
--- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb
+++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
@@ -44,4 +44,4 @@ EXTRA_OECONF = "--without-x"
PARALLEL_MAKEINST = ""
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.18.bb b/meta/recipes-devtools/mtools/mtools_4.0.18.bb
index dcd6066634..0cc7f6c6e2 100644
--- a/meta/recipes-devtools/mtools/mtools_4.0.18.bb
+++ b/meta/recipes-devtools/mtools/mtools_4.0.18.bb
@@ -37,4 +37,4 @@ EXTRA_OECONF = "--without-x"
PARALLEL_MAKEINST = ""
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"