[oe-commits] Hongxu Jia : mtools: add ability to compile with nativesdk

git at git.openembedded.org git at git.openembedded.org
Tue Dec 10 12:00:07 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: ae9bb65d2920377e8c937caca57cb5f4390cbbfa
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ae9bb65d2920377e8c937caca57cb5f4390cbbfa

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Tue Dec  3 18:27:04 2013 +0800

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/mtools/mtools_3.9.9.bb  | 2 +-
 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 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"



More information about the Openembedded-commits mailing list