]> code.ossystems Code Review - openembedded-core.git/commitdiff
mtools: add ability to compile with nativesdk
authorHongxu Jia <hongxu.jia@windriver.com>
Tue, 3 Dec 2013 10:27:04 +0000 (18:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Dec 2013 18:01:38 +0000 (18:01 +0000)
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>
meta/recipes-devtools/mtools/mtools_3.9.9.bb
meta/recipes-devtools/mtools/mtools_4.0.18.bb

index 2213c1794880974a2097e932ca002dda24c13d26..38f09decd242e117bcdb47b9f476f90e1e3e16e6 100644 (file)
@@ -44,4 +44,4 @@ EXTRA_OECONF = "--without-x"
 
 PARALLEL_MAKEINST = ""
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
index dcd6066634b7591a8f5f8ef9698a9e204747ad9d..0cc7f6c6e2c56f4253d6b17315c58e39c9d52957 100644 (file)
@@ -37,4 +37,4 @@ EXTRA_OECONF = "--without-x"
 
 PARALLEL_MAKEINST = ""
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"