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>
This commit is contained in:
Hongxu Jia 2013-12-03 18:27:04 +08:00 committed by Richard Purdie
parent d9dba45810
commit 3439665751
2 changed files with 2 additions and 2 deletions

View File

@ -44,4 +44,4 @@ EXTRA_OECONF = "--without-x"
PARALLEL_MAKEINST = ""
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"

View File

@ -37,4 +37,4 @@ EXTRA_OECONF = "--without-x"
PARALLEL_MAKEINST = ""
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"