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

git at git.openembedded.org git at git.openembedded.org
Mon Dec 9 18:00:07 UTC 2013


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

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

syslinux: add ability to compile with nativesdk

For regenerating and ISO or EFI boot image the nativesdk needs mtools
and syslinux.

[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/syslinux/syslinux_6.01.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/syslinux/syslinux_6.01.bb b/meta/recipes-devtools/syslinux/syslinux_6.01.bb
index 538be56..1c240de 100644
--- a/meta/recipes-devtools/syslinux/syslinux_6.01.bb
+++ b/meta/recipes-devtools/syslinux/syslinux_6.01.bb
@@ -65,4 +65,4 @@ FILES_${PN}-dev += "${datadir}/${BPN}/com32/lib*${SOLIBS} ${datadir}/${BPN}/com3
 FILES_${PN}-staticdev += "${datadir}/${BPN}/com32/lib*.a ${libdir}/${BPN}/com32/lib*.a"
 FILES_${PN}-misc = "${datadir}/${BPN}/* ${libdir}/${BPN}/* ${bindir}/*"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"



More information about the Openembedded-commits mailing list