From: Hongxu Jia Date: Tue, 3 Dec 2013 10:27:04 +0000 (+0800) Subject: mtools: add ability to compile with nativesdk X-Git-Tag: 2015-4~4345 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ae9bb65d2920377e8c937caca57cb5f4390cbbfa;p=openembedded-core.git 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 Signed-off-by: Saul Wold --- 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"