summaryrefslogtreecommitdiffstats
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:45 +0000
commit34396657519b402180d9ce8fc5635fbda35c0cce (patch)
treec8a5c7184cdce50b5f6f852ea638bd56eb34560c /meta/recipes-devtools/mtools
parentd9dba45810b5210f2226c8132b34bb49583ee6b8 (diff)
downloadast2050-yocto-poky-34396657519b402180d9ce8fc5635fbda35c0cce.zip
ast2050-yocto-poky-34396657519b402180d9ce8fc5635fbda35c0cce.tar.gz
mtools: add ability to compile with nativesdk
For regenerating and ISO or EFI boot image the nativesdk needs mtools. [YOCTO #5623] (From OE-Core rev: ae9bb65d2920377e8c937caca57cb5f4390cbbfa) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 2213c17..38f09de 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 dcd6066..0cc7f6c 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"
OpenPOWER on IntegriCloud