diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-12-03 18:27:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-09 18:01:38 +0000 |
commit | ae9bb65d2920377e8c937caca57cb5f4390cbbfa (patch) | |
tree | e751412c510b9c4801f3e358dd0ce8fa877e9bdf /meta | |
parent | 4d98e21c01ff41dd082ccf7a46b715e89873a891 (diff) | |
download | openembedded-core-ae9bb65d2920377e8c937caca57cb5f4390cbbfa.tar.gz openembedded-core-ae9bb65d2920377e8c937caca57cb5f4390cbbfa.tar.bz2 openembedded-core-ae9bb65d2920377e8c937caca57cb5f4390cbbfa.zip |
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')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_3.9.9.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.18.bb | 2 |
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" |